diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-14 01:14:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-14 01:14:24 +0800 |
commit | 1f72080442a99bc5d572006c14469d01aeaa7b29 (patch) | |
tree | b8c7140f7e9aca10053cbe1e9a608c31259c6261 /graphics/gimp/files | |
parent | 6a6fe3bd96009c858100a254eeaaee4cb5186c61 (diff) | |
download | freebsd-ports-gnome-1f72080442a99bc5d572006c14469d01aeaa7b29.tar.gz freebsd-ports-gnome-1f72080442a99bc5d572006c14469d01aeaa7b29.tar.zst freebsd-ports-gnome-1f72080442a99bc5d572006c14469d01aeaa7b29.zip |
Update to 1.2.2.
Diffstat (limited to 'graphics/gimp/files')
-rw-r--r-- | graphics/gimp/files/patch-ah | 23 | ||||
-rw-r--r-- | graphics/gimp/files/patch-plug-ins_Makefile.in | 15 |
2 files changed, 16 insertions, 22 deletions
diff --git a/graphics/gimp/files/patch-ah b/graphics/gimp/files/patch-ah index e4368c65d1ae..4e62acfc27b6 100644 --- a/graphics/gimp/files/patch-ah +++ b/graphics/gimp/files/patch-ah @@ -1,5 +1,8 @@ ---- configure.orig Mon Jan 22 10:48:18 2001 -+++ configure Wed Jan 24 07:24:23 2001 + +$FreeBSD$ + +--- configure.orig Thu Jul 26 21:13:35 2001 ++++ configure Mon Aug 13 19:09:01 2001 @@ -574,7 +574,7 @@ GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION @@ -9,19 +12,7 @@ LT_REVISION=$GIMP_INTERFACE_AGE LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE` -@@ -3470,7 +3470,10 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share -+ INTLDEPS='-lintl' -+ INTLLIBS=$INTLDEPS -+ LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -7147,8 +7150,8 @@ +@@ -7116,8 +7116,8 @@ fi @@ -32,7 +23,7 @@ gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION localedir='${prefix}/${DATADIRNAME}/locale' -@@ -8263,11 +8266,6 @@ +@@ -8234,11 +8234,6 @@ *) # Relative path. srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" top_srcdir="$ac_dots$ac_given_srcdir" ;; diff --git a/graphics/gimp/files/patch-plug-ins_Makefile.in b/graphics/gimp/files/patch-plug-ins_Makefile.in index 3662e91fff77..74e1fe2ac448 100644 --- a/graphics/gimp/files/patch-plug-ins_Makefile.in +++ b/graphics/gimp/files/patch-plug-ins_Makefile.in @@ -1,11 +1,14 @@ ---- plug-ins/Makefile.in.orig Mon Nov 13 08:16:29 2000 -+++ plug-ins/Makefile.in Mon Nov 13 08:16:45 2000 -@@ -111,7 +111,7 @@ - GT_NO = @GT_NO@ - GT_YES = @GT_YES@ + +$FreeBSD$ + +--- plug-ins/Makefile.in.orig Fri Jul 27 16:36:22 2001 ++++ plug-ins/Makefile.in Mon Aug 13 19:12:32 2001 +@@ -113,7 +113,7 @@ + HAVE_FINITE = @HAVE_FINITE@ HAVE_GTK_DOC = @HAVE_GTK_DOC@ + HAVE_ISFINITE = @HAVE_ISFINITE@ -HELPBROWSER = @HELPBROWSER@ +#HELPBROWSER = @HELPBROWSER@ HTML_DIR = @HTML_DIR@ - INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTOBJEXT = @INSTOBJEXT@ + INTLBISON = @INTLBISON@ |