pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/scribus Allow the configure script to find the b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/336ec02959f4
branches:  trunk
changeset: 463596:336ec02959f4
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Nov 19 11:54:48 2003 +0000

description:
Allow the configure script to find the buildlink'ed freetype-config script.

Should fix problems shown up on last bulk build.

diffstat:

 print/scribus/distinfo         |   3 ++-
 print/scribus/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a46cef80b80c -r 336ec02959f4 print/scribus/distinfo
--- a/print/scribus/distinfo    Wed Nov 19 11:03:59 2003 +0000
+++ b/print/scribus/distinfo    Wed Nov 19 11:54:48 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2003/10/29 20:54:51 reed Exp $
+$NetBSD: distinfo,v 1.3 2003/11/19 11:54:48 agc Exp $
 
 SHA1 (scribus-1.1.1.tar.gz) = 640e1007fd0b16c1b4f797910d8628b2be0923a2
 Size (scribus-1.1.1.tar.gz) = 2053257 bytes
 SHA1 (patch-aa) = 74c57344608436ab449f042016495d6895c80f76
 SHA1 (patch-ab) = d2430e5b81c2ff00390f8135a753ce6a40653af7
+SHA1 (patch-ac) = c874f71ca7d93ece073a11e73cb6ef54c62f968d
diff -r a46cef80b80c -r 336ec02959f4 print/scribus/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/scribus/patches/patch-ac    Wed Nov 19 11:54:48 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2003/11/19 11:54:48 agc Exp $
+
+Allow the configure script to find the buildlink'ed freetype-config script
+
+--- configure  2003/11/19 11:35:05     1.1
++++ configure  2003/11/19 11:36:42
+@@ -1935,7 +1935,7 @@
+   ;;
+   *)
+   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin /usr/bin /usr/X11/bin
++for as_dir in $PATH
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.



Home | Main Index | Thread Index | Old Index