Mon Dec 17 15:01:14 2012 UTC ()
Not MAKE_JOBS_SAFE.


(dholland)
diff -r1.15 -r1.16 pkgsrc/www/ap2-xslt2/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/www/ap2-xslt2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-xslt2/Attic/Makefile 2012/10/28 06:30:08 1.15
+++ pkgsrc/www/ap2-xslt2/Attic/Makefile 2012/12/17 15:01:14 1.16
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.15 2012/10/28 06:30:08 asau Exp $ 1# $NetBSD: Makefile,v 1.16 2012/12/17 15:01:14 dholland Exp $
2# 2#
3 3
4DISTNAME= modxslt-${DIST_VER} 4DISTNAME= modxslt-${DIST_VER}
5PKGNAME= ${APACHE_PKG_PREFIX}-xslt2-${DIST_VER} 5PKGNAME= ${APACHE_PKG_PREFIX}-xslt2-${DIST_VER}
6PKGREVISION= 4 6PKGREVISION= 4
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= http://www.mod-xslt2.com/software/archive/${DIST_VER}/ 8MASTER_SITES= http://www.mod-xslt2.com/software/archive/${DIST_VER}/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.mod-xslt2.com/ 11HOMEPAGE= http://www.mod-xslt2.com/
12COMMENT= Apache module able to apply stylesheets to XML data on the fly 12COMMENT= Apache module able to apply stylesheets to XML data on the fly
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake bash:run 16USE_TOOLS+= gmake bash:run
 17MAKE_JOBS_SAFE= no
17 18
18APACHE_MODULE= yes 19APACHE_MODULE= yes
19DIST_VER= 2004112100 20DIST_VER= 2004112100
20 21
21PKG_APACHE_ACCEPTED= apache2 22PKG_APACHE_ACCEPTED= apache2
22 23
23CONFIGURE_ARGS+= --enable-fallback-wraparound 24CONFIGURE_ARGS+= --enable-fallback-wraparound
24CONFIGURE_ARGS+= --enable-libxslt-hack 25CONFIGURE_ARGS+= --enable-libxslt-hack
25CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs \ 26CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs \
26 --with-xml2-config=${BUILDLINK_PREFIX.libxml2}/bin/xml2-config \ 27 --with-xml2-config=${BUILDLINK_PREFIX.libxml2}/bin/xml2-config \
27 --with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config \ 28 --with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config \
28 --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config  29 --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config
29 30