diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-20 08:26:07 +0000 |
commit | 5a7540d866bdb3a7bf4fa04c0b2c9307f057816b (patch) | |
tree | 43572672789b5e78afd1058cd5bea9f9229b8e5e /graphics/gimpshop/files | |
parent | ce713f4b096c3eb1d1e036730865f60ab7e834bb (diff) | |
download | FreeBSD-ports-5a7540d866bdb3a7bf4fa04c0b2c9307f057816b.zip FreeBSD-ports-5a7540d866bdb3a7bf4fa04c0b2c9307f057816b.tar.gz |
- Use USE_LIBTOOL properly;
- add dozen missed files into pkg-plist;
- bump PORTREVISION.
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r-- | graphics/gimpshop/files/patch-configure | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/graphics/gimpshop/files/patch-configure b/graphics/gimpshop/files/patch-configure index 69147a9..25dd31d 100644 --- a/graphics/gimpshop/files/patch-configure +++ b/graphics/gimpshop/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" ;; |