diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-11 18:20:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-11 18:20:40 +0000 |
commit | c62c0a9f36f77543a3462cc374d433dfb90630bb (patch) | |
tree | 11543ff79ae63e9aa23527a69782a046688f5ecb /graphics/gimp-app/files | |
parent | 134eff421047abe34ceda42e9d129035297d7329 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-app/files')
-rw-r--r-- | graphics/gimp-app/files/patch-configure | 31 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-plug-ins_print_print-escp2_c | 20 |
2 files changed, 8 insertions, 43 deletions
diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure index 73943123b4c1..3228641b4386 100644 --- a/graphics/gimp-app/files/patch-configure +++ b/graphics/gimp-app/files/patch-configure @@ -1,18 +1,15 @@ - -$FreeBSD$ - ---- configure.orig Sun Feb 10 22:25:19 2002 -+++ configure Fri May 17 20:53:47 2002 -@@ -746,7 +746,7 @@ - GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION +--- configure.orig Thu Oct 10 18:44:32 2002 ++++ configure Fri Oct 11 12:52:28 2002 +@@ -1462,7 +1462,7 @@ + LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE` +LT_CURRENT=2 LT_REVISION=$GIMP_INTERFACE_AGE LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE` - -@@ -5310,6 +5310,7 @@ + LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` +@@ -7224,6 +7224,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -20,9 +17,9 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -11392,8 +11393,8 @@ - +@@ -17657,8 +17658,8 @@ fi + fi; -gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION @@ -31,15 +28,3 @@ $FreeBSD$ gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION localedir='${prefix}/${DATADIRNAME}/locale' -@@ -12526,11 +12527,6 @@ - *) # Relative path. - srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" - top_srcdir="$ac_dots$ac_given_srcdir" ;; -- esac -- -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac - - echo creating "$ac_file" diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print-escp2_c b/graphics/gimp-app/files/patch-plug-ins_print_print-escp2_c deleted file mode 100644 index 9575c80c7952..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_print_print-escp2_c +++ /dev/null @@ -1,20 +0,0 @@ ---- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000 -+++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000 -@@ -26,6 +26,8 @@ - * compile on generic platforms that don't support glib, gimp, gtk, etc. - */ - -+#include <sys/types.h> -+ - #ifndef WEAVETEST - #include "print.h" - #endif -@@ -4000,7 +4002,7 @@ - if (lineoffs[0].v[j] != 0) - fprintf(stderr, - "WARNING: pass %d subpass %d row %d: lineoffs %ld\n", -- w.pass, i, row, lineoffs[0].v[j]); -+ w.pass, i, row, (long)lineoffs[0].v[j]); - lineoffs[0].v[j] = 0; - lineactive[0].v[j] = 0; - } |