summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-05 01:34:42 +0000
committertron <tron@pkgsrc.org>1998-02-05 01:34:42 +0000
commite465d520ebad1fff1ed2061cb4522cf43e95f4b7 (patch)
tree59392da5390de0c7e864cb33926eab7a685a0896 /graphics/ImageMagick
parent20c205506965efa9278cdeaa8d5993063b5d983e (diff)
downloadpkgsrc-e465d520ebad1fff1ed2061cb4522cf43e95f4b7.tar.gz
Fix broken "Imakefile" patches which caused "eqn" to process the
the binaries files.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/patches/patch-ab37
-rw-r--r--graphics/ImageMagick/patches/patch-ac8
2 files changed, 27 insertions, 18 deletions
diff --git a/graphics/ImageMagick/patches/patch-ab b/graphics/ImageMagick/patches/patch-ab
index 522a421fe15..26bc31aa7cc 100644
--- a/graphics/ImageMagick/patches/patch-ab
+++ b/graphics/ImageMagick/patches/patch-ab
@@ -1,42 +1,51 @@
---- Imakefile~ Sun Jan 4 05:24:10 1998
-+++ Imakefile Sat Jan 24 19:17:11 1998
-@@ -68,28 +68,28 @@
+--- Imakefile.orig Sun Feb 1 07:41:50 1998
++++ Imakefile Thu Feb 5 02:12:14 1998
+@@ -61,7 +61,7 @@
+ combine xtp
+ #endif
+
+-SUBDIRS = magick
++SUBDIRS = magick xtp
+
+ AllTarget($(PROGRAMS))
+ DependTarget()
+@@ -76,28 +76,28 @@
NormalProgramTarget(display,display.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
NormalLintTarget($(LINTSRCS))
InstallProgram(display,$(LOCALDIR))
-InstallMultipleMan(display.1,$(LOCALMAN))
-+InstallMultipleMan(display,$(LOCALMAN1))
++InstallMultipleMan(display.1,$(LOCALMAN1))
NormalProgramTarget(montage,montage.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(montage,$(LOCALDIR))
-InstallMultipleMan(montage.1,$(LOCALMAN))
-+InstallMultipleMan(montage,$(LOCALMAN1))
++InstallMultipleMan(montage.1,$(LOCALMAN1))
NormalProgramTarget(import,import.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(import,$(LOCALDIR))
-InstallMultipleMan(import.1,$(LOCALMAN))
-+InstallMultipleMan(import,$(LOCALMAN1))
++InstallMultipleMan(import.1,$(LOCALMAN1))
NormalProgramTarget(animate,animate.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(animate,$(LOCALDIR))
-InstallMultipleMan(animate.1,$(LOCALMAN))
-+InstallMultipleMan(animate,$(LOCALMAN1))
++InstallMultipleMan(animate.1,$(LOCALMAN1))
NormalProgramTarget(convert,convert.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(convert,$(LOCALDIR))
-InstallMultipleMan(convert.1,$(LOCALMAN))
-+InstallMultipleMan(convert,$(LOCALMAN1))
++InstallMultipleMan(convert.1,$(LOCALMAN1))
NormalProgramTarget(identify,identify.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(identify,$(LOCALDIR))
-InstallMultipleMan(identify.1,$(LOCALMAN))
-+InstallMultipleMan(identify,$(LOCALMAN1))
++InstallMultipleMan(identify.1,$(LOCALMAN1))
NormalProgramTarget(mogrify,mogrify.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(mogrify,$(LOCALDIR))
-InstallMultipleMan(mogrify.1,$(LOCALMAN))
-+InstallMultipleMan(mogrify,$(LOCALMAN1))
++InstallMultipleMan(mogrify.1,$(LOCALMAN1))
NormalProgramTarget(combine,combine.o,$(DEPLIBS),$(LOCAL_LIBRARIES),$(XLIB) -lm)
InstallProgram(combine,$(LOCALDIR))
-InstallMultipleMan(combine.1,$(LOCALMAN))
-InstallMultipleMan(ImageMagick.1,$(LOCALMAN))
-InstallMultipleMan(miff.4,$(LOCALMAN))
-InstallMultipleMan(quantize.5,$(LOCALMAN))
-+InstallMultipleMan(combine,$(LOCALMAN1))
-+InstallMultipleMan(ImageMagick,$(LOCALMAN1))
-+InstallMultipleMan(miff,$(LOCALMAN4))
-+InstallMultipleMan(quantize,$(LOCALMAN5))
++InstallMultipleMan(combine.1,$(LOCALMAN1))
++InstallMultipleMan(ImageMagick.1,$(LOCALMAN1))
++InstallMultipleMan(miff.4,$(LOCALMAN4))
++InstallMultipleMan(quantize.5,$(LOCALMAN5))
diff --git a/graphics/ImageMagick/patches/patch-ac b/graphics/ImageMagick/patches/patch-ac
index 5a0bdf0385c..f3938749573 100644
--- a/graphics/ImageMagick/patches/patch-ac
+++ b/graphics/ImageMagick/patches/patch-ac
@@ -1,9 +1,9 @@
---- ./xtp/Imakefile~ Sun Jan 4 05:01:33 1998
-+++ ./xtp/Imakefile Sat Jan 24 19:20:19 1998
-@@ -41,5 +41,5 @@
+--- xtp/Imakefile.orig Fri Jan 30 21:06:09 1998
++++ xtp/Imakefile Thu Feb 5 02:01:50 1998
+@@ -45,5 +45,5 @@
NormalProgramTarget(xtp,$(XTPObjects),NullParameter,NullParameter,NullParameter)
InstallProgram(xtp,$(LOCALDIR))
-InstallMultipleMan(xtp.1,$(LOCALMAN))
-+InstallMultipleMan(xtp,$(LOCALMAN1))
++InstallMultipleMan(xtp.1,$(LOCALMAN1))
DependTarget()