diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
commit | 7de78079d80776005dff9a6d974f60dd8dc41db9 (patch) | |
tree | 33209d146874e132acd41ff053922a168fe9ff78 /graphics/gimpshop/files | |
parent | 272654bfb9dc704fdb0240c0f212a09b1505e05f (diff) | |
download | FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.zip FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.tar.gz |
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r-- | graphics/gimpshop/files/patch-ah | 15 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-plug-ins_Makefile.in | 11 |
2 files changed, 18 insertions, 8 deletions
diff --git a/graphics/gimpshop/files/patch-ah b/graphics/gimpshop/files/patch-ah index 3fc2ddb..0b22999 100644 --- a/graphics/gimpshop/files/patch-ah +++ b/graphics/gimpshop/files/patch-ah @@ -1,6 +1,6 @@ ---- configure.orig Thu Jun 22 23:49:05 2000 -+++ configure Mon Jun 26 16:04:16 2000 -@@ -3478,7 +3478,11 @@ +--- configure.orig Tue Oct 31 12:10:14 2000 ++++ configure Sun Nov 12 23:44:36 2000 +@@ -3478,7 +3478,10 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo @@ -9,11 +9,10 @@ + INTLDEPS='-lintl' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` -+ fi rm -f conftest* INSTOBJEXT=.mo -@@ -7148,8 +7152,8 @@ +@@ -7148,8 +7151,8 @@ fi @@ -21,10 +20,10 @@ -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +gimpdatadir=$datadir/$PACKAGE +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir='${prefix}/${DATADIRNAME}/locale' + gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` -@@ -8415,11 +8419,6 @@ + localedir='${prefix}/${DATADIRNAME}/locale' +@@ -8476,11 +8479,6 @@ *) # Relative path. srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" top_srcdir="$ac_dots$ac_given_srcdir" ;; diff --git a/graphics/gimpshop/files/patch-plug-ins_Makefile.in b/graphics/gimpshop/files/patch-plug-ins_Makefile.in new file mode 100644 index 0000000..3662e91 --- /dev/null +++ b/graphics/gimpshop/files/patch-plug-ins_Makefile.in @@ -0,0 +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@ + HAVE_GTK_DOC = @HAVE_GTK_DOC@ +-HELPBROWSER = @HELPBROWSER@ ++#HELPBROWSER = @HELPBROWSER@ + HTML_DIR = @HTML_DIR@ + INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ + INSTOBJEXT = @INSTOBJEXT@ |