pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Add -Wl,-R${libdir} to xml2-config ou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/411622027a2e
branches:  trunk
changeset: 479055:411622027a2e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 04 11:19:59 2004 +0000

description:
Add -Wl,-R${libdir} to xml2-config output, similar to how it is done
in libxml. Bump PKGREVISION.

diffstat:

 textproc/libxml2/Makefile         |   3 ++-
 textproc/libxml2/distinfo         |   5 +++--
 textproc/libxml2/patches/patch-ab |  13 +++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r a18fb67271f0 -r 411622027a2e textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Wed Aug 04 11:19:31 2004 +0000
+++ b/textproc/libxml2/Makefile Wed Aug 04 11:19:59 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2004/07/06 13:52:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.57 2004/08/04 11:19:59 wiz Exp $
 
 DISTNAME=      libxml2-2.6.11
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
 EXTRACT_SUFX=  .tar.bz2
diff -r a18fb67271f0 -r 411622027a2e textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Wed Aug 04 11:19:31 2004 +0000
+++ b/textproc/libxml2/distinfo Wed Aug 04 11:19:59 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.39 2004/07/06 13:52:25 xtraeme Exp $
+$NetBSD: distinfo,v 1.40 2004/08/04 11:19:59 wiz Exp $
 
 SHA1 (libxml2-2.6.11.tar.bz2) = c9c483ccd5530fb81adc8971dd5f3936e6b721d8
 Size (libxml2-2.6.11.tar.bz2) = 2750851 bytes
-SHA1 (patch-aa) = 369701073e372382e247bc7b6a4b2c7e9dd5cb1d
+SHA1 (patch-aa) = 79ca42b0b78dda1581eb567fd02c77cbd500fe10
+SHA1 (patch-ab) = 90def7e936411ee7a28a51050e43a55d85526935
diff -r a18fb67271f0 -r 411622027a2e textproc/libxml2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxml2/patches/patch-ab Wed Aug 04 11:19:59 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.9 2004/08/04 11:20:00 wiz Exp $
+
+--- configure.orig     2004-07-05 19:35:47.000000000 +0200
++++ configure
+@@ -26250,7 +26250,7 @@ fi
+ fi
+ 
+ 
+-XML_LIBDIR='-L${libdir}'
++XML_LIBDIR='-Wl,-R${libdir} -L${libdir}'
+ XML_INCLUDEDIR='-I${includedir}/libxml2'
+ 
+ XML_CFLAGS=""



Home | Main Index | Thread Index | Old Index