summaryrefslogtreecommitdiff
path: root/converters/psiconv
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-26 13:15:18 +0000
committergrant <grant@pkgsrc.org>2004-01-26 13:15:18 +0000
commitffc4bae8e01e23aa555279da22b6f404aee8b85a (patch)
tree02608e9a23db38fc9c16abcf9903b2ddc95db8dd /converters/psiconv
parent432f5f5fa8ba7fdb14df3acfa5f25522974ca8bd (diff)
downloadpkgsrc-ffc4bae8e01e23aa555279da22b6f404aee8b85a.tar.gz
don't patch Makefile.am or configure.in, as they cause 'make build' to
re-run configure which overwrites our libtool wrapper. fixes install on Solaris.
Diffstat (limited to 'converters/psiconv')
-rw-r--r--converters/psiconv/distinfo4
-rw-r--r--converters/psiconv/patches/patch-ab8
-rw-r--r--converters/psiconv/patches/patch-ae17
3 files changed, 1 insertions, 28 deletions
diff --git a/converters/psiconv/distinfo b/converters/psiconv/distinfo
index 01773086b62..98fb8d4770a 100644
--- a/converters/psiconv/distinfo
+++ b/converters/psiconv/distinfo
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.6 2003/09/03 12:18:28 adam Exp $
+$NetBSD: distinfo,v 1.7 2004/01/26 13:15:18 grant Exp $
SHA1 (psiconv-0.8.3.tar.gz) = 19bab16895385904f152af5dea294fe029207b7b
Size (psiconv-0.8.3.tar.gz) = 326460 bytes
SHA1 (patch-aa) = efe63d69692430900b79b80e8b06066e9182d739
-SHA1 (patch-ab) = cff4e1d6bbfadb5c47b69b07cde8896f5b423c9a
-SHA1 (patch-ae) = 9a79cddedca2d14e6e8aa43016b196354ba639d1
SHA1 (patch-af) = 628abc563c0f548baf813954a12355bcf2f7255d
SHA1 (patch-ag) = c840310b5417dd2caa7d120398b0910043820276
SHA1 (patch-ah) = a35166070aa15b56f4d5e30f07411bc42556eaeb
diff --git a/converters/psiconv/patches/patch-ab b/converters/psiconv/patches/patch-ab
deleted file mode 100644
index 4fcec8debc5..00000000000
--- a/converters/psiconv/patches/patch-ab
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/12/19 20:08:51 wiz Exp $
-
---- Makefile.am.orig Sun Jun 17 20:52:33 2001
-+++ Makefile.am
-@@ -1,2 +1,2 @@
--SUBDIRS = compat lib program formats extra docs
-+SUBDIRS = compat lib psiconv docs
- EXTRA_DIST=autogen.sh
diff --git a/converters/psiconv/patches/patch-ae b/converters/psiconv/patches/patch-ae
deleted file mode 100644
index 9252dfe691d..00000000000
--- a/converters/psiconv/patches/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2002/09/10 12:35:08 markd Exp $
-
---- configure.in.orig Tue Jul 17 05:48:02 2001
-+++ configure.in Tue Sep 10 23:20:40 2002
-@@ -79,7 +79,11 @@
- LIBS="$LIBS `Magick-config --libs`"
-
- AC_MSG_CHECKING(whether GetMagickInfo works)
-- AC_TRY_RUN([ #include <magick/magick.h>
-+ AC_TRY_RUN([ #include <stdio.h>
-+ #include <string.h>
-+ #include <time.h>
-+ #include <sys/types.h>
-+ #include <magick/api.h>
- int main(void) { ExceptionInfo exception;
- GetExceptionInfo(&exception);
- OpenModules(&exception);