diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 15:27:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 15:27:47 +0000 |
commit | ab140eea9a7b533934f527f76cd40701ce7d9523 (patch) | |
tree | d6a6d6fbcc28b484e8d9b1d6bbd499143b90eecb /graphics | |
parent | 8124ea5aab4e3b4249bde6a2e5d2e738adc81f31 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 4 | ||||
-rw-r--r-- | graphics/xpaint/files/patch-af | 16 | ||||
-rw-r--r-- | graphics/xpaint/files/patch-ag | 18 |
4 files changed, 20 insertions, 20 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 2e00c2c94961..4b37c200a3c1 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.6.2 +PORTVERSION= 2.7.6.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index dcb5f55921d8..d4684a95d696 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.6_2.tar.bz2) = ec68b97fd8579eb25e851cb6fa92bc95 -SIZE (xpaint-2.7.6_2.tar.bz2) = 378954 +MD5 (xpaint-2.7.6_3.tar.bz2) = 26d66235051efe48837cf78b9f898113 +SIZE (xpaint-2.7.6_3.tar.bz2) = 405613 diff --git a/graphics/xpaint/files/patch-af b/graphics/xpaint/files/patch-af index 7ad2db5c00bb..300b20796ef7 100644 --- a/graphics/xpaint/files/patch-af +++ b/graphics/xpaint/files/patch-af @@ -1,5 +1,5 @@ ---- rw/libpnmrw.c.orig Wed Oct 4 00:16:52 2000 -+++ rw/libpnmrw.c Wed Oct 4 00:18:10 2000 +--- rw/libpnmrw.c.orig Sun Apr 10 17:52:02 2005 ++++ rw/libpnmrw.c Sun Apr 17 01:33:51 2005 @@ -131,6 +131,7 @@ static void pm_perror(char *reason) @@ -8,11 +8,11 @@ #if defined(BSD4_4) __const extern char *__const sys_errlist[]; #else -@@ -146,6 +147,7 @@ - #endif - #if !defined(__EMX__) || defined(__CYGWIN__) - extern int errno; +@@ -141,6 +142,7 @@ + #else + #ifdef MISSING_STRERROR + extern char *sys_errlist[]; +#endif #endif - char *e; - + #endif + #endif diff --git a/graphics/xpaint/files/patch-ag b/graphics/xpaint/files/patch-ag index 8c771aeff951..3c05262cfbcc 100644 --- a/graphics/xpaint/files/patch-ag +++ b/graphics/xpaint/files/patch-ag @@ -1,6 +1,6 @@ ---- rw/rwTable.c.orig Wed Jun 10 06:09:32 1998 -+++ rw/rwTable.c Fri Mar 17 01:20:54 2000 -@@ -231,6 +231,7 @@ +--- rw/rwTable.c.orig Sun Apr 10 17:52:02 2005 ++++ rw/rwTable.c Sun Apr 17 01:35:47 2005 +@@ -249,6 +249,7 @@ char * RWGetMsg() { @@ -8,11 +8,11 @@ #if defined(BSD4_4) __const extern char *__const sys_errlist[]; #else -@@ -239,6 +240,7 @@ +@@ -258,6 +259,7 @@ + # define sys_errlist _sys_errlist + #else + extern char *sys_errlist[]; ++#endif + #endif #endif #endif - extern int errno; -+#endif - - if (RWtableMsg[0] == '\0') { - if (errno == 0) |