diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-10-26 10:55:56 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-10-26 10:55:56 +0800 |
commit | b344729f9b89dcf3ad81b5e0779b0fef5a504027 (patch) | |
tree | 00febdb8ec7b6c9095d0218ecf982b60dd404dbf /science/cdo/files | |
parent | f6230d304f84a798ab265756db713ad55ee81f24 (diff) | |
download | freebsd-ports-gnome-b344729f9b89dcf3ad81b5e0779b0fef5a504027.tar.gz freebsd-ports-gnome-b344729f9b89dcf3ad81b5e0779b0fef5a504027.tar.zst freebsd-ports-gnome-b344729f9b89dcf3ad81b5e0779b0fef5a504027.zip |
- Update to 1.0.9
PR: ports/117506
Submitted by: sunpoet(maintainer)
Diffstat (limited to 'science/cdo/files')
-rw-r--r-- | science/cdo/files/patch-src-cdo_pthread.c | 4 | ||||
-rw-r--r-- | science/cdo/files/patch-src-config.h.in | 10 | ||||
-rw-r--r-- | science/cdo/files/patch-src-pthread_debug.c | 4 | ||||
-rw-r--r-- | science/cdo/files/patch-src-pthread_debug.h | 4 |
4 files changed, 6 insertions, 16 deletions
diff --git a/science/cdo/files/patch-src-cdo_pthread.c b/science/cdo/files/patch-src-cdo_pthread.c index f19dfa3ab61e..62c65884d54b 100644 --- a/science/cdo/files/patch-src-cdo_pthread.c +++ b/science/cdo/files/patch-src-cdo_pthread.c @@ -1,5 +1,5 @@ ---- src/cdo_pthread.c.orig Wed Mar 22 22:04:18 2006 -+++ src/cdo_pthread.c Fri Jun 29 00:18:34 2007 +--- src/cdo_pthread.c.orig 2007-08-29 17:15:32.000000000 +0800 ++++ src/cdo_pthread.c 2007-10-25 16:30:35.000000000 +0800 @@ -32,8 +32,10 @@ { #if defined (HAVE_LIBPTHREAD) diff --git a/science/cdo/files/patch-src-config.h.in b/science/cdo/files/patch-src-config.h.in deleted file mode 100644 index 99883663e4c3..000000000000 --- a/science/cdo/files/patch-src-config.h.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/config.h.in.orig Wed Apr 18 16:24:45 2007 -+++ src/config.h.in Fri Jun 29 00:18:34 2007 -@@ -107,3 +107,7 @@ - - /* Define for large files, on AIX-style hosts. */ - #undef _LARGE_FILES -+ -+#if defined (HAVE_UNISTD_H) -+#include <unistd.h> -+#endif diff --git a/science/cdo/files/patch-src-pthread_debug.c b/science/cdo/files/patch-src-pthread_debug.c index 73561eaedd61..b5e5c9a018e7 100644 --- a/science/cdo/files/patch-src-pthread_debug.c +++ b/science/cdo/files/patch-src-pthread_debug.c @@ -1,5 +1,5 @@ ---- src/pthread_debug.c.orig Mon May 14 14:30:15 2007 -+++ src/pthread_debug.c Fri Jun 29 00:24:12 2007 +--- src/pthread_debug.c.orig 2007-05-14 14:30:15.000000000 +0800 ++++ src/pthread_debug.c 2007-10-25 16:30:35.000000000 +0800 @@ -77,6 +77,7 @@ } diff --git a/science/cdo/files/patch-src-pthread_debug.h b/science/cdo/files/patch-src-pthread_debug.h index 94cfd2e67089..f4ea67d9892e 100644 --- a/science/cdo/files/patch-src-pthread_debug.h +++ b/science/cdo/files/patch-src-pthread_debug.h @@ -1,5 +1,5 @@ ---- src/pthread_debug.h.orig Wed Feb 15 21:22:38 2006 -+++ src/pthread_debug.h Fri Jun 29 00:18:34 2007 +--- src/pthread_debug.h.orig 2006-02-15 21:22:38.000000000 +0800 ++++ src/pthread_debug.h 2007-10-25 16:30:35.000000000 +0800 @@ -15,8 +15,10 @@ void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex); |