From 6933e8329189e7d5f8a8e263160d8aa37bcea716 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 23 May 2012 03:02:26 +0000 Subject: After the move of expat in base, this finds it and installs an additional library. Since expat is relatively harmless, just add an unconditional dependence on expat and update the PLIST. PKGREVISION -> 4. --- lang/spl/Makefile | 5 +++-- lang/spl/PLIST | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/spl') diff --git a/lang/spl/Makefile b/lang/spl/Makefile index d30083a7307..77a57554bd8 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/04/27 12:31:51 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/05/23 03:02:26 dholland Exp $ # DISTNAME= spl-1.0pre3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= http://www.clifford.at/spl/releases/ \ http://www.clifford.at/spl/releases/OLD/ @@ -46,6 +46,7 @@ post-install: cd ${WRKSRC}/examples && ${INSTALL_DATA} example* ${DESTDIR}${EGDIR} .include "../../devel/ncurses/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/spl/PLIST b/lang/spl/PLIST index 07318ed1620..557aedee476 100644 --- a/lang/spl/PLIST +++ b/lang/spl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/12/18 16:57:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/05/23 03:02:26 dholland Exp $ bin/spl-config bin/splrun bin/webspld @@ -17,6 +17,7 @@ lib/spl_modules/mod_encode_xml.so lib/spl_modules/mod_environ.so lib/spl_modules/mod_file.so lib/spl_modules/mod_format_ini.splb +lib/spl_modules/mod_format_xml.so @comment lib/spl_modules/mod_gl.so lib/spl_modules/mod_prime.so lib/spl_modules/mod_sql.so -- cgit v1.2.3