View | Details | Raw Unified | Return to bug 117506
Collapse All | Expand All

(-)/usr/ports/sunpoet/cdo/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	cdo
9
PORTNAME=	cdo
10
PORTVERSION=	1.0.8
10
PORTVERSION=	1.0.9
11
CATEGORIES=	science
11
CATEGORIES=	science
12
MASTER_SITES=	http://www.mpimet.mpg.de/fileadmin/software/cdo/ \
12
MASTER_SITES=	http://www.mpimet.mpg.de/fileadmin/software/cdo/ \
13
		http://sunpoet.net/distfiles/
13
		http://sunpoet.net/distfiles/
(-)/usr/ports/sunpoet/cdo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cdo-1.0.8.tar.gz) = 7d6a10374ee844df5882a8c9b3c16feb
1
MD5 (cdo-1.0.9.tar.gz) = daec09bb72336a6838f624d56bc57beb
2
SHA256 (cdo-1.0.8.tar.gz) = 5796a6639f128b3d255cdd65dbfeb91a66c5478a37b7e05bc2d8f9573480a6b4
2
SHA256 (cdo-1.0.9.tar.gz) = 2d9df55c50caa7e7a8d8245c772b2242b79c4e770c272f78dcf9ba95b380946f
3
SIZE (cdo-1.0.8.tar.gz) = 2372654
3
SIZE (cdo-1.0.9.tar.gz) = 2383922
(-)/usr/ports/sunpoet/cdo/files/patch-src-cdo_pthread.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/cdo_pthread.c.orig	Wed Mar 22 22:04:18 2006
1
--- src/cdo_pthread.c.orig	2007-08-29 17:15:32.000000000 +0800
2
+++ src/cdo_pthread.c	Fri Jun 29 00:18:34 2007
2
+++ src/cdo_pthread.c	2007-10-25 16:30:35.000000000 +0800
3
@@ -32,8 +32,10 @@
3
@@ -32,8 +32,10 @@
4
 {
4
 {
5
 #if  defined  (HAVE_LIBPTHREAD)
5
 #if  defined  (HAVE_LIBPTHREAD)
(-)/usr/ports/sunpoet/cdo/files/patch-src-config.h.in (-10 lines)
Lines 1-10 Link Here
1
--- src/config.h.in.orig	Wed Apr 18 16:24:45 2007
2
+++ src/config.h.in	Fri Jun 29 00:18:34 2007
3
@@ -107,3 +107,7 @@
4
 
5
 /* Define for large files, on AIX-style hosts. */
6
 #undef _LARGE_FILES
7
+
8
+#if defined (HAVE_UNISTD_H)
9
+#include <unistd.h>
10
+#endif
(-)/usr/ports/sunpoet/cdo/files/patch-src-pthread_debug.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/pthread_debug.c.orig	Mon May 14 14:30:15 2007
1
--- src/pthread_debug.c.orig	2007-05-14 14:30:15.000000000 +0800
2
+++ src/pthread_debug.c	Fri Jun 29 00:24:12 2007
2
+++ src/pthread_debug.c	2007-10-25 16:30:35.000000000 +0800
3
@@ -77,6 +77,7 @@
3
@@ -77,6 +77,7 @@
4
 }
4
 }
5
 
5
 
(-)/usr/ports/sunpoet/cdo/files/patch-src-pthread_debug.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/pthread_debug.h.orig	Wed Feb 15 21:22:38 2006
1
--- src/pthread_debug.h.orig	2006-02-15 21:22:38.000000000 +0800
2
+++ src/pthread_debug.h	Fri Jun 29 00:18:34 2007
2
+++ src/pthread_debug.h	2007-10-25 16:30:35.000000000 +0800
3
@@ -15,8 +15,10 @@
3
@@ -15,8 +15,10 @@
4
 void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex);
4
 void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex);

Return to bug 117506