pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc explicitely buildlink to textproc/expat; otherwise we ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df61a4d9fc74
branches:  trunk
changeset: 492858:df61a4d9fc74
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 20 15:42:11 2005 +0000

description:
explicitely buildlink to textproc/expat; otherwise we get a library
dependency on X11's libexpat which causes conflicts later
bump PKGREVISION

diffstat:

 converters/wv/Makefile   |  5 +++--
 graphics/libwmf/Makefile |  6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r e5b621a8f5a7 -r df61a4d9fc74 converters/wv/Makefile
--- a/converters/wv/Makefile    Wed Apr 20 15:32:25 2005 +0000
+++ b/converters/wv/Makefile    Wed Apr 20 15:42:11 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/04/11 21:45:10 tv Exp $
+# $NetBSD: Makefile,v 1.44 2005/04/20 15:42:11 drochner Exp $
 
 DISTNAME=      wv-1.0.3
-PKGREVISION=    1
+PKGREVISION=    2
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wvware/}
 
@@ -33,5 +33,6 @@
 .include "../../graphics/libwmf/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r e5b621a8f5a7 -r df61a4d9fc74 graphics/libwmf/Makefile
--- a/graphics/libwmf/Makefile  Wed Apr 20 15:32:25 2005 +0000
+++ b/graphics/libwmf/Makefile  Wed Apr 20 15:42:11 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.54 2005/04/20 15:42:11 drochner Exp $
 #
 
 DISTNAME=      libwmf-0.2.8.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wvware/}
 
@@ -26,4 +26,6 @@
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+#.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index