diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-10-31 17:01:03 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-10-31 17:01:03 +0000 |
commit | be4019c82b96de42896b0d75eb59b5b1d57f6a7f (patch) | |
tree | 1fbdf314923fd8ad6ac51755ca9fac71d15fc981 /lang/ruby19/files | |
parent | Update to 0.7.4 (diff) |
- Update lang/ruby19 to 1.9.3.286
- Don't try to cleanup dir created by ruby-gems
- Trim headers while here
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306751
Diffstat (limited to 'lang/ruby19/files')
-rw-r--r-- | lang/ruby19/files/patch-thread_pthread.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/ruby19/files/patch-thread_pthread.c b/lang/ruby19/files/patch-thread_pthread.c deleted file mode 100644 index 462f1c1d3d9b..000000000000 --- a/lang/ruby19/files/patch-thread_pthread.c +++ /dev/null @@ -1,10 +0,0 @@ ---- thread_pthread.c.orig 2012-09-20 00:26:58.000000000 -0700 -+++ thread_pthread.c 2012-09-20 00:27:17.000000000 -0700 -@@ -248,6 +248,7 @@ - #endif - - r = pthread_cond_init(&cond->cond, &attr); -+ pthread_condattr_destroy(&attr); - if (r != 0) { - rb_bug_errno("pthread_cond_init", r); - } |