1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Update to version 2.7.6.3

PR:		ports/80206
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2005-04-21 15:27:47 +00:00
parent 8124ea5aab
commit ab140eea9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133864
4 changed files with 21 additions and 21 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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 @@
#endif
#endif
extern int errno;
@@ -258,6 +259,7 @@
# define sys_errlist _sys_errlist
#else
extern char *sys_errlist[];
+#endif
if (RWtableMsg[0] == '\0') {
if (errno == 0)
#endif
#endif
#endif