aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpaint/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-04-21 23:27:47 +0800
committerkrion <krion@FreeBSD.org>2005-04-21 23:27:47 +0800
commitbbb21f385171389feb3f2e7e1b8a148532afc5ef (patch)
tree72372af4cbeea9f01357bc674ff932e282b4dcd7 /graphics/xpaint/files
parent360ec37f1af7549b4da87a01b085e07895bfadab (diff)
downloadfreebsd-ports-gnome-bbb21f385171389feb3f2e7e1b8a148532afc5ef.tar.gz
freebsd-ports-gnome-bbb21f385171389feb3f2e7e1b8a148532afc5ef.tar.zst
freebsd-ports-gnome-bbb21f385171389feb3f2e7e1b8a148532afc5ef.zip
Update to version 2.7.6.3
PR: ports/80206 Submitted by: Ports Fury
Diffstat (limited to 'graphics/xpaint/files')
-rw-r--r--graphics/xpaint/files/patch-af16
-rw-r--r--graphics/xpaint/files/patch-ag18
2 files changed, 17 insertions, 17 deletions
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)