summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-09 22:21:23 +0000
committertron <tron@pkgsrc.org>1998-02-09 22:21:23 +0000
commit6833d0e69d86e588ccb04c1a66ed26cdf52b2df5 (patch)
tree27341043ed9efb1ecb0369e5f3e80b4d81e959f8
parentb5103d66535601e5add67ed3177631d963e48c6f (diff)
downloadpkgsrc-6833d0e69d86e588ccb04c1a66ed26cdf52b2df5.tar.gz
Update to ImageMagick 4.0.1 because the required 4.0 distribution file
is not available any more and the one on "ftp.netbsd.org" is outdated. Problem pointed out by Mario Kemper.
-rw-r--r--graphics/ImageMagick/Makefile8
-rw-r--r--graphics/ImageMagick/files/md52
-rw-r--r--graphics/ImageMagick/patches/patch-ad33
-rw-r--r--graphics/ImageMagick/pkg/PLIST4
4 files changed, 24 insertions, 23 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 62d81fb1126..b8d906772fa 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,12 +1,12 @@
# New ports collection Makefile for: ImageMagick
-# Version required: 4.0
-# Date created: 11th December 1997
+# Version required: 4.0.1
+# Date created: 09th February 1998
# Whom: tron
#
-# $NetBSD: Makefile,v 1.11 1998/02/05 01:36:13 tron Exp $
+# $NetBSD: Makefile,v 1.12 1998/02/09 22:21:23 tron Exp $
#
-DISTNAME= ImageMagick-4.0
+DISTNAME= ImageMagick-4.0.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \
diff --git a/graphics/ImageMagick/files/md5 b/graphics/ImageMagick/files/md5
index 4ded7bea5b2..238da011ff7 100644
--- a/graphics/ImageMagick/files/md5
+++ b/graphics/ImageMagick/files/md5
@@ -1 +1 @@
-MD5 (ImageMagick-4.0.tar.gz) = e9aaa0d88f952fa7e771b925b885e6c4
+MD5 (ImageMagick-4.0.1.tar.gz) = 25b15c4d8d60cd51b1ca911459c648e1
diff --git a/graphics/ImageMagick/patches/patch-ad b/graphics/ImageMagick/patches/patch-ad
index 4441607600a..f9ef9dae663 100644
--- a/graphics/ImageMagick/patches/patch-ad
+++ b/graphics/ImageMagick/patches/patch-ad
@@ -1,19 +1,20 @@
---- magick/magick.h.orig Wed Feb 4 19:18:20 1998
-+++ magick/magick.h Thu Feb 5 23:02:25 1998
-@@ -14,6 +14,7 @@
+--- magick/magick.h.orig Mon Feb 9 01:56:04 1998
++++ magick/magick.h Mon Feb 9 22:56:49 1998
+@@ -4,6 +4,8 @@
+ #ifndef _MAGICK_H
+ #define _MAGICK_H
- #include <stdio.h>
- #include <stdlib.h>
+#include <paths.h>
- #if defined(_VISUALC_)
- #include <direct.h>
- #else
-@@ -119,7 +120,7 @@
- #define PICTCommand "|picttoppm %s"
- #define PostscriptMonoDevice "pbmraw"
- #define ReadBinaryType "rb"
++
+ #if defined(__cplusplus) || defined(c_plusplus)
+ extern "C" {
+ #endif
+@@ -145,7 +147,7 @@
+ #endif
+ #define ShowImageCommand \
+ "display %s -immutable -window_group 0x%lx -title \"%s of %s\" tmp:%s &"
-#define TemporaryDirectory "/usr/tmp"
-+#define TemporaryDirectory _PATH_VARTMP
- #define UncompressCommand "|uncompress -c %s"
- #define UndoCache "16"
- #define WriteBinaryType "wb"
++#define TemporaryDirectory _PATH_VARTMP
+ #else
+ #if defined(vms)
+ #define ApplicationDefaults "decw$system_defaults:"
diff --git a/graphics/ImageMagick/pkg/PLIST b/graphics/ImageMagick/pkg/PLIST
index b47567bbda5..aea185587d3 100644
--- a/graphics/ImageMagick/pkg/PLIST
+++ b/graphics/ImageMagick/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 1998/02/02 08:59:54 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/02/09 22:21:28 tron Exp $
bin/xtp
bin/display
bin/montage
@@ -21,7 +21,7 @@ include/magick/PreRvIcccm.h
include/magick/plug-ins.h
@dirrm include/magick
lib/libMagick.a
-lib/libMagick.so.4.0.0
+lib/libMagick.so.4.0.1
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
man/cat1/display.0