pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/psiconv don't patch Makefile.am or configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d4d32cf0744
branches: trunk
changeset: 467154:0d4d32cf0744
user: grant <grant%pkgsrc.org@localhost>
date: Mon Jan 26 13:15:18 2004 +0000
description:
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:
converters/psiconv/distinfo | 4 +---
converters/psiconv/patches/patch-ab | 8 --------
converters/psiconv/patches/patch-ae | 17 -----------------
3 files changed, 1 insertions(+), 28 deletions(-)
diffs (48 lines):
diff -r 4f735dc50d23 -r 0d4d32cf0744 converters/psiconv/distinfo
--- a/converters/psiconv/distinfo Mon Jan 26 13:12:38 2004 +0000
+++ b/converters/psiconv/distinfo Mon Jan 26 13:15:18 2004 +0000
@@ -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 -r 4f735dc50d23 -r 0d4d32cf0744 converters/psiconv/patches/patch-ab
--- a/converters/psiconv/patches/patch-ab Mon Jan 26 13:12:38 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4f735dc50d23 -r 0d4d32cf0744 converters/psiconv/patches/patch-ae
--- a/converters/psiconv/patches/patch-ae Mon Jan 26 13:12:38 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index