mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to 1.1.30.
This commit is contained in:
parent
64fc50a4e6
commit
df366ceafe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35816
36 changed files with 72 additions and 186 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 1.1.29
|
||||
PORTVERSION= 1.1.30
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
|
||||
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-1.1.29.tar.bz2) = 6e07a2c013780cfb529ce2faaabd857c
|
||||
MD5 (gimp-1.1.30.tar.bz2) = 38f250cfed2dbda24cd9c1b2e605d788
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
--- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
|
||||
+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
|
||||
@@ -187,8 +187,8 @@
|
||||
dup (p[1]);
|
||||
close (p[1]);
|
||||
putenv ("LC_ALL=C"); /* produce deterministic output */
|
||||
--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
|
||||
+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
|
||||
@@ -189,8 +189,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
|
||||
+ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1
|
||||
+++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01
|
||||
@@ -49,7 +49,6 @@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
|
||||
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext
|
||||
|
||||
-POTFILES = \
|
||||
|
||||
CATALOGS = @CATALOGS@
|
||||
CATOBJEXT = @CATOBJEXT@
|
|
@ -1,11 +0,0 @@
|
|||
--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000
|
||||
+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000
|
||||
@@ -91,7 +91,7 @@
|
||||
$GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g;
|
||||
|
||||
# $...1 variables should be put in front of the corresponding MakeMaker values.
|
||||
-$INC1 = "-I$topdir";
|
||||
+$INC1 = "-I$topdir -I\$(PERL_INC)";
|
||||
$DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : "";
|
||||
$DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\"";
|
||||
|
|
@ -7,6 +7,7 @@ bin/gimptool
|
|||
etc/gimp/1.1/gimprc
|
||||
etc/gimp/1.1/gimprc_user
|
||||
etc/gimp/1.1/gtkrc
|
||||
etc/gimp/1.1/gtkrc_user
|
||||
etc/gimp/1.1/ps-menurc
|
||||
etc/gimp/1.1/unitrc
|
||||
include/gck/gck.h
|
||||
|
@ -297,6 +298,7 @@ share/gimp/brushes/callig3.gbr
|
|||
share/gimp/brushes/callig4.gbr
|
||||
share/gimp/brushes/confetti.gbr
|
||||
share/gimp/brushes/dunes.gbr
|
||||
share/gimp/brushes/hsparks.gih
|
||||
share/gimp/brushes/galaxy.gbr
|
||||
share/gimp/brushes/galaxy_big.gbr
|
||||
share/gimp/brushes/galaxy_small.gbr
|
||||
|
@ -477,6 +479,7 @@ share/gimp/gimpressionist/Brushes/shape01.pgm
|
|||
share/gimp/gimpressionist/Brushes/shape02.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape03.pgm
|
||||
share/gimp/gimpressionist/Brushes/shape04.pgm
|
||||
share/gimp/gimpressionist/Brushes/snow1.pgm
|
||||
share/gimp/gimpressionist/Brushes/sphere.ppm
|
||||
share/gimp/gimpressionist/Brushes/splat1.pgm
|
||||
share/gimp/gimpressionist/Brushes/splat2.pgm
|
||||
|
@ -769,7 +772,6 @@ share/gimp/help/C/filters/gauss_iir.html
|
|||
share/gimp/help/C/filters/gauss_rle.html
|
||||
share/gimp/help/C/filters/gbr.html
|
||||
share/gimp/help/C/filters/gdyntext.html
|
||||
share/gimp/help/C/filters/gee.html
|
||||
share/gimp/help/C/filters/gfig.html
|
||||
share/gimp/help/C/filters/gflare.html
|
||||
share/gimp/help/C/filters/gfli.html
|
||||
|
|
Loading…
Add table
Reference in a new issue