summaryrefslogtreecommitdiff
path: root/graphics/gimpshop/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r--graphics/gimpshop/files/gimp.setfont263
-rw-r--r--graphics/gimpshop/files/patch-aa20
-rw-r--r--graphics/gimpshop/files/patch-ab13
-rw-r--r--graphics/gimpshop/files/patch-ac242
-rw-r--r--graphics/gimpshop/files/patch-ae10
-rw-r--r--graphics/gimpshop/files/patch-af20
-rw-r--r--graphics/gimpshop/files/patch-ah34
-rw-r--r--graphics/gimpshop/files/patch-ak17
-rw-r--r--graphics/gimpshop/files/patch-am19
9 files changed, 0 insertions, 638 deletions
diff --git a/graphics/gimpshop/files/gimp.setfont b/graphics/gimpshop/files/gimp.setfont
deleted file mode 100644
index fb92c6b9d8bf..000000000000
--- a/graphics/gimpshop/files/gimp.setfont
+++ /dev/null
@@ -1,263 +0,0 @@
-#!/usr/bin/perl
-
-# Font setting Perl script for GIMP
-#
-# by MANTANI Nobutaka <nobutaka@nobutaka.com>
-
-$progname = "gimp.setfont";
-$version = "Version 0.2 Aug 1 1999";
-
-# Show usage
-sub usage() {
- print <<EOF;
-Usage: gimp.setfont <language>
-
-----------------------------------------------------------------
-[language] [fontset]
- dutch -*-helvetica-(iso8859-1)
- english -*-helvetica-(iso8859-1)
- finnish -*-helvetica-(iso8859-1)
- french -*-helvetica-(iso8859-1)
- german -*-helvetica-(iso8859-1)
- hungarian -*-helvetica-(iso8859-2)
- italian -*-helvetica-(iso8859-1)
- japanese -*-fixed-(iso8859-1,jisx0201,jisx0208)
- korean -*-fixed-(iso8859-1)/-daewoo-gothic-(ksc5601)
- polish -*-helvetica-(iso8859-2)
- russian -*-helvetica-(koi8-r)
- swedish -*-helvetica-(iso8859-1)
- norwegian -*-helvetica-(iso8859-1)
-----------------------------------------------------------------
-
-EOF
-}
-
-# Write gtkrc of user's .gimp-1.1 directory
-sub write_gtkrc($) {
- $fontset = shift;
- $path = "$ENV{'HOME'}/.gimp-1.1";
-
- if (-d $path) {
- if (-e "$path/gtkrc") {
- chmod(0644, "$path/gtkrc");
- print "renaming $path/gtkrc to ${path}/gtkrc.old...\n";
- rename($path, "${path}/gtkrc.old");
- }
-
- print "writing $path/gtkrc...\n";
- open(FILE, ">$path/gtkrc");
- print FILE <<EOF;
-\# style <name> [= <name>]
-\# {
-\# <option>
-\# }
-\#
-\# widget <widget_set> style <style_name>
-\# widget_class <widget_class_set> style <style_name>
-
-style "default"
-{
- fontset = "$fontset"
-}
-
-widget_class "*" style "default"
-EOF
- close(FILE);
- print "Done.\n\n";
- } else {
- print <<EOF;
-Directory $path is not found.
-Please execute "gimp" and install files into $path
-directory first.
-
-EOF
- exit;
- }
-}
-
-$lang = $ARGV[0];
-$fontset = "";
-
-print <<EOF;
-
-$progname - Font setting utility for GIMP ($version)
-
-EOF
-
-if (@ARGV != 1) {
- usage();
- exit;
-}
-
-if ($lang eq "dutch") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
-
- print "Setting for Dutch language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "nl_NL.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "english") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for English language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "C" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "finnish") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for Finnish language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "fi_FI.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "french") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for French language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "fr_FR.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "german") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for German language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "de_DE.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "hungarian") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-2";
- print "Setting for Hungarian language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "hu_HU.ISO_8859-2" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "italian") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for Italian language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "it_IT.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "japanese") {
- $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1978-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0";
- print "Setting for Japanese language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "ja_JP.EUC" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "korean") {
- $fontset = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0";
- print "Setting for Korean language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "ko_KR.EUC" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "polish") {
- $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
- print "Setting for Polish language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "pl_PL.ISO_8859-2" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "russian") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r";
- print "Setting for Russian language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "ru_SU.KOI8-R" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "swedish") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for Swedish language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "sv_SE.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-if ($lang eq "norwegian") {
- $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
- print "Setting for Norwegian language...\n\n";
-
- write_gtkrc($fontset);
-
- print <<EOF;
-Please set "LANG" environment variable to "no_NO.ISO_8859-1" and execute "gimp".
-
-EOF
- exit;
-}
-
-usage();
-exit;
diff --git a/graphics/gimpshop/files/patch-aa b/graphics/gimpshop/files/patch-aa
deleted file mode 100644
index db75e4e1092b..000000000000
--- a/graphics/gimpshop/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- app/main.c.orig Mon Sep 21 17:15:18 1998
-+++ app/main.c Tue Sep 29 22:24:17 1998
-@@ -16,6 +16,7 @@
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
- #include "config.h"
-+#include <floatingpoint.h>
- #include <locale.h>
- #include <stdio.h>
- #include <stdlib.h>
-@@ -94,6 +95,9 @@
-
- /* Initialize variables */
- prog_name = argv[0];
-+
-+ /* Ignore floating point exceptions */
-+ fpsetmask(0);
-
- /* Initialize Gtk toolkit */
- gtk_set_locale ();
diff --git a/graphics/gimpshop/files/patch-ab b/graphics/gimpshop/files/patch-ab
deleted file mode 100644
index f176e017d798..000000000000
--- a/graphics/gimpshop/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- plug-ins/url/url.c.orig Sat May 30 15:32:36 1998
-+++ plug-ins/url/url.c Sun Jun 7 10:09:34 1998
-@@ -146,8 +146,8 @@
- }
- else if (pid == 0)
- {
-- execlp ("wget", "wget", filename, "-O", tmpname, NULL);
-- g_message ("url: exec failed: wget: %s\n", g_strerror(errno));
-+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
-+ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno));
- _exit(127);
- }
- else
diff --git a/graphics/gimpshop/files/patch-ac b/graphics/gimpshop/files/patch-ac
deleted file mode 100644
index de1f74a33182..000000000000
--- a/graphics/gimpshop/files/patch-ac
+++ /dev/null
@@ -1,242 +0,0 @@
---- plug-ins/gpc/Makefile.am.orig Wed Nov 18 06:14:51 1998
-+++ plug-ins/gpc/Makefile.am Sat Feb 20 17:31:16 1999
-@@ -1,11 +1,14 @@
- ## Process this file with automake to produce Makefile.in
-
- pluginlibdir = $(libdir)
-+gimpincludedir = $(includedir)
-
- pluginlib_LIBRARIES = libgpc.a
-
- libgpc_a_SOURCES = \
-- gpc.c \
-+ gpc.c
-+
-+gimpinclude_HEADERS = \
- gpc.h
-
- INCLUDES = \
---- plug-ins/gpc/Makefile.in.orig Tue Mar 9 02:58:46 1999
-+++ plug-ins/gpc/Makefile.in Mon May 10 10:17:48 1999
-@@ -162,10 +162,14 @@
- prefix = @prefix@
-
- pluginlibdir = $(libdir)
-+gimpincludedir = $(includedir)
-
- pluginlib_LIBRARIES = libgpc.a
-
--libgpc_a_SOURCES = gpc.c gpc.h
-+libgpc_a_SOURCES = gpc.c
-+
-+
-+gimpinclude_HEADERS = gpc.h
-
-
- INCLUDES = -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
-@@ -201,6 +205,8 @@
- MANS = $(man_MANS)
-
- NROFF = nroff
-+HEADERS = $(gimpinclude_HEADERS)
-+
- DIST_COMMON = Makefile.am Makefile.in
-
-
-@@ -208,6 +214,7 @@
-
- TAR = tar
- GZIP_ENV = --best
-+DEP_FILES = .deps/gpc.P
- SOURCES = $(libgpc_a_SOURCES)
- OBJECTS = $(libgpc_a_OBJECTS)
-
-@@ -215,9 +222,9 @@
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .s
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
-- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/gpc/Makefile
-+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gpc/Makefile
-
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-@@ -254,9 +261,6 @@
- rm -f $(DESTDIR)$(pluginlibdir)/$$p; \
- done
-
--.c.o:
-- $(COMPILE) -c $<
--
- .s.o:
- $(COMPILE) -c $<
-
-@@ -273,9 +277,6 @@
-
- maintainer-clean-compile:
-
--.c.lo:
-- $(LIBTOOL) --mode=compile $(COMPILE) -c $<
--
- .s.lo:
- $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
-@@ -336,6 +337,21 @@
- @$(NORMAL_UNINSTALL)
- $(MAKE) $(AM_MAKEFLAGS) uninstall-man3
-
-+install-gimpincludeHEADERS: $(gimpinclude_HEADERS)
-+ @$(NORMAL_INSTALL)
-+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir)
-+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \
-+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \
-+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \
-+ done
-+
-+uninstall-gimpincludeHEADERS:
-+ @$(NORMAL_UNINSTALL)
-+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \
-+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \
-+ done
-+
- tags: TAGS
-
- ID: $(HEADERS) $(SOURCES) $(LISP)
-@@ -370,6 +386,11 @@
- subdir = plug-ins/gpc
-
- distdir: $(DISTFILES)
-+ here=`cd $(top_builddir) && pwd`; \
-+ top_distdir=`cd $(top_distdir) && pwd`; \
-+ distdir=`cd $(distdir) && pwd`; \
-+ cd $(top_srcdir) \
-+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/gpc/Makefile
- @for file in $(DISTFILES); do \
- d=$(srcdir); \
- if test -d $$d/$$file; then \
-@@ -381,6 +402,37 @@
- fi; \
- done
-
-+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-+
-+-include $(DEP_FILES)
-+
-+mostlyclean-depend:
-+
-+clean-depend:
-+
-+distclean-depend:
-+ -rm -rf .deps
-+
-+maintainer-clean-depend:
-+
-+%.o: %.c
-+ @echo '$(COMPILE) -c $<'; \
-+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
-+ tr ' ' '\012' < .deps/$(*F).pp \
-+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-+ >> .deps/$(*F).P; \
-+ rm .deps/$(*F).pp
-+
-+%.lo: %.c
-+ @echo '$(LTCOMPILE) -c $<'; \
-+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
-+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
-+ < .deps/$(*F).pp > .deps/$(*F).P; \
-+ tr ' ' '\012' < .deps/$(*F).pp \
-+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
-+ >> .deps/$(*F).P; \
-+ rm -f .deps/$(*F).pp
- info-am:
- info: info-am
- dvi-am:
-@@ -392,20 +444,23 @@
- install-exec-am:
- install-exec: install-exec-am
-
--install-data-am: install-pluginlibLIBRARIES install-man
-+install-data-am: install-pluginlibLIBRARIES install-man \
-+ install-gimpincludeHEADERS
- install-data: install-data-am
-
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-am
--uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man
-+uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man \
-+ uninstall-gimpincludeHEADERS
- uninstall: uninstall-am
--all-am: Makefile $(LIBRARIES) $(MANS)
-+all-am: Makefile $(LIBRARIES) $(MANS) $(HEADERS)
- all-redirect: all-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
- installdirs:
-- $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3
-+ $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 \
-+ $(DESTDIR)$(gimpincludedir)
-
-
- mostlyclean-generic:
-@@ -418,27 +473,27 @@
-
- maintainer-clean-generic:
- mostlyclean-am: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \
-- mostlyclean-libtool mostlyclean-tags \
-+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
- mostlyclean-generic
-
- mostlyclean: mostlyclean-am
-
- clean-am: clean-pluginlibLIBRARIES clean-compile clean-libtool \
-- clean-tags clean-generic mostlyclean-am
-+ clean-tags clean-depend clean-generic mostlyclean-am
-
- clean: clean-am
-
- distclean-am: distclean-pluginlibLIBRARIES distclean-compile \
-- distclean-libtool distclean-tags distclean-generic \
-- clean-am
-+ distclean-libtool distclean-tags distclean-depend \
-+ distclean-generic clean-am
- -rm -f libtool
-
- distclean: distclean-am
-
- maintainer-clean-am: maintainer-clean-pluginlibLIBRARIES \
- maintainer-clean-compile maintainer-clean-libtool \
-- maintainer-clean-tags maintainer-clean-generic \
-- distclean-am
-+ maintainer-clean-tags maintainer-clean-depend \
-+ maintainer-clean-generic distclean-am
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
-
-@@ -450,13 +505,15 @@
- mostlyclean-compile distclean-compile clean-compile \
- maintainer-clean-compile mostlyclean-libtool distclean-libtool \
- clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \
--install-man uninstall-man tags mostlyclean-tags distclean-tags \
--clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
--check-am installcheck-am installcheck install-exec-am install-exec \
--install-data-am install-data install-am install uninstall-am uninstall \
--all-redirect all-am all installdirs mostlyclean-generic \
--distclean-generic clean-generic maintainer-clean-generic clean \
--mostlyclean distclean maintainer-clean
-+install-man uninstall-man uninstall-gimpincludeHEADERS \
-+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \
-+clean-tags maintainer-clean-tags distdir mostlyclean-depend \
-+distclean-depend clean-depend maintainer-clean-depend info-am info \
-+dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-+install-exec install-data-am install-data install-am install \
-+uninstall-am uninstall all-redirect all-am all installdirs \
-+mostlyclean-generic distclean-generic clean-generic \
-+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-
- .PHONY: files
diff --git a/graphics/gimpshop/files/patch-ae b/graphics/gimpshop/files/patch-ae
deleted file mode 100644
index ca2fa369a359..000000000000
--- a/graphics/gimpshop/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- plug-ins/plugindetails/plugindetails.c.orig Sat Mar 27 07:53:38 1999
-+++ plug-ins/plugindetails/plugindetails.c Sat May 22 21:24:31 1999
-@@ -25,6 +25,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <time.h>
-+#include <sys/types.h>
- #include "gtk/gtk.h"
- #include "libgimp/gimp.h"
-
diff --git a/graphics/gimpshop/files/patch-af b/graphics/gimpshop/files/patch-af
deleted file mode 100644
index 72a6fdc08e3b..000000000000
--- a/graphics/gimpshop/files/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
---- gimptool.in.orig Sat Feb 20 19:48:58 1999
-+++ gimptool.in Sat Feb 20 19:49:37 1999
-@@ -198,7 +198,7 @@
- | --install-script | --install-admin-script)
- case $1 in
- --install-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --install-bin-strip)
-@@ -206,7 +206,7 @@
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --install-admin-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$plug_in_dir/plug-ins"
- ;;
- --install-admin-bin-strip)
diff --git a/graphics/gimpshop/files/patch-ah b/graphics/gimpshop/files/patch-ah
deleted file mode 100644
index f178ae078a0d..000000000000
--- a/graphics/gimpshop/files/patch-ah
+++ /dev/null
@@ -1,34 +0,0 @@
---- configure.orig Tue May 4 06:06:39 1999
-+++ configure Sat May 22 21:39:37 1999
-@@ -3538,7 +3538,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
-@@ -7165,7 +7168,7 @@
- fi
-
- gimpdatadir=$datadir/gimp
--gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
- localedir='${prefix}/${DATADIRNAME}/locale'
-
- brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
-@@ -8746,10 +8749,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/graphics/gimpshop/files/patch-ak b/graphics/gimpshop/files/patch-ak
deleted file mode 100644
index 0d660de2f208..000000000000
--- a/graphics/gimpshop/files/patch-ak
+++ /dev/null
@@ -1,17 +0,0 @@
---- libgimp/Makefile.in.orig Tue Mar 9 02:58:39 1999
-+++ libgimp/Makefile.in Tue May 18 09:42:40 1999
-@@ -188,11 +188,11 @@
- gimpinclude_HEADERS = color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpfeatures.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h
-
-
--libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
-+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
--libgimp_la_LIBADD = $(GLIB_LIBS) -lm
-+libgimp_la_LIBADD = $(GTK_LIBS) -lm
-
--libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
-+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
- libgimpui_la_LIBADD = $(GTK_LIBS)
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/graphics/gimpshop/files/patch-am b/graphics/gimpshop/files/patch-am
deleted file mode 100644
index 368e279354da..000000000000
--- a/graphics/gimpshop/files/patch-am
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgimp/gimp.c.orig Tue Sep 29 22:35:20 1998
-+++ libgimp/gimp.c Tue Sep 29 22:36:00 1998
-@@ -19,6 +19,7 @@
- #include "config.h"
-
- #include <errno.h>
-+#include <floatingpoint.h>
- #include <signal.h>
- #include <stdarg.h>
- #include <stdio.h>
-@@ -95,6 +96,8 @@
- }
-
- progname = argv[0];
-+
-+ fpsetmask(0);
-
- signal (SIGHUP, gimp_signal);
- signal (SIGINT, gimp_signal);