aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp1/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-08-18 06:03:21 +0000
committerClive Lin <clive@FreeBSD.org>2001-08-18 06:03:21 +0000
commit9ff6940c8e779361ab31eed613d6561898d1195f (patch)
tree4aa97f804b4d394ddcfa97f37c70ccce9a6f1b0f /graphics/gimp1/files
parent57a3eba7df908298be917da6585cc6a14ed8c3a8 (diff)
downloadports-9ff6940c8e779361ab31eed613d6561898d1195f.tar.gz
ports-9ff6940c8e779361ab31eed613d6561898d1195f.zip
Notes
Diffstat (limited to 'graphics/gimp1/files')
-rw-r--r--graphics/gimp1/files/patch-configure (renamed from graphics/gimp1/files/patch-ah)22
-rw-r--r--graphics/gimp1/files/patch-plug-ins_Makefile.in12
2 files changed, 11 insertions, 23 deletions
diff --git a/graphics/gimp1/files/patch-ah b/graphics/gimp1/files/patch-configure
index e4368c65d1ae..69147a9d40c7 100644
--- a/graphics/gimp1/files/patch-ah
+++ b/graphics/gimp1/files/patch-configure
@@ -1,27 +1,15 @@
---- configure.orig Mon Jan 22 10:48:18 2001
-+++ configure Wed Jan 24 07:24:23 2001
+--- configure.orig Fri Jul 27 02:13:35 2001
++++ configure Wed Aug 15 21:59:29 2001
@@ -574,7 +574,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
-+LT_CURRENT=1
++LT_CURRENT=2
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 +20,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/gimp1/files/patch-plug-ins_Makefile.in b/graphics/gimp1/files/patch-plug-ins_Makefile.in
index 3662e91fff77..829f78c7162b 100644
--- a/graphics/gimp1/files/patch-plug-ins_Makefile.in
+++ b/graphics/gimp1/files/patch-plug-ins_Makefile.in
@@ -1,11 +1,11 @@
---- 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@
+--- plug-ins/Makefile.in.orig Fri Jul 27 21:36:22 2001
++++ plug-ins/Makefile.in Wed Aug 15 22:02:54 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@