summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 08:26:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 08:26:07 +0000
commit1c743e1f636e4d7643cd67104cba964a8cc779d2 (patch)
tree0f89c424ee710ac0ed24d79ca9f9e75e5bea55d3 /graphics/gimp-devel/files
parentUpdate to unified patch 19-9-0 (diff)
- Use USE_LIBTOOL properly;
- add dozen missed files into pkg-plist; - bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=59519
Diffstat (limited to 'graphics/gimp-devel/files')
-rw-r--r--graphics/gimp-devel/files/patch-configure21
1 files changed, 16 insertions, 5 deletions
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure
index 69147a9d40c7..25dd31d25b59 100644
--- a/graphics/gimp-devel/files/patch-configure
+++ b/graphics/gimp-devel/files/patch-configure
@@ -1,6 +1,9 @@
---- configure.orig Fri Jul 27 02:13:35 2001
-+++ configure Wed Aug 15 21:59:29 2001
-@@ -574,7 +574,7 @@
+
+$FreeBSD$
+
+--- configure.orig Sun Feb 10 08:21:30 2002
++++ configure Sun May 19 23:52:50 2002
+@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
@@ -8,8 +11,16 @@
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
+ LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
+@@ -5577,6 +5577,7 @@
-@@ -7116,8 +7116,8 @@
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -11957,8 +11958,8 @@
fi
@@ -20,7 +31,7 @@
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
-@@ -8234,11 +8234,6 @@
+@@ -13133,11 +13134,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;