diff options
-rw-r--r-- | www/ap-xslt/Makefile | 4 | ||||
-rw-r--r-- | www/ap-xslt/distinfo | 4 | ||||
-rw-r--r-- | www/ap-xslt/patches/patch-aa | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index ffe24e051a2..df3e09f961c 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/05 21:18:02 jwise Exp $ DISTNAME= modxslt -PKGNAME= ap-xslt-1.1 +PKGNAME= ap-xslt-1.1nb1 PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.sourceforge.net/modxslt/ diff --git a/www/ap-xslt/distinfo b/www/ap-xslt/distinfo index a1d0a85329f..9941119bb2f 100644 --- a/www/ap-xslt/distinfo +++ b/www/ap-xslt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/10/23 17:21:56 jwise Exp $ +$NetBSD: distinfo,v 1.3 2002/01/05 21:18:03 jwise Exp $ SHA1 (modxslt.tar.gz) = 136edef75ef6caf53eb865102a2ebfa15383df47 Size (modxslt.tar.gz) = 11693 bytes -SHA1 (patch-aa) = c5615792fac77828431a9fa6cabe4ff07b5654e4 +SHA1 (patch-aa) = 8261947da9bde091ccbc9e55b40a74e984445649 SHA1 (patch-ab) = 2c93353e7a296602cb19d2fca3f0213f867e4d42 diff --git a/www/ap-xslt/patches/patch-aa b/www/ap-xslt/patches/patch-aa index b9a9d4772fe..f2774308383 100644 --- a/www/ap-xslt/patches/patch-aa +++ b/www/ap-xslt/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2001/10/23 17:21:57 jwise Exp $ +$NetBSD: patch-aa,v 1.3 2002/01/05 21:18:03 jwise Exp $ --- Makefile.orig Wed Aug 23 22:30:50 2000 +++ Makefile Tue Sep 25 15:12:22 2001 @@ -1,12 +1,12 @@ @@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.2 2001/10/23 17:21:57 jwise Exp $ # compile the shared object file mod_xslt.so: mod_xslt.c - $(APXS) -c mod_xslt.c -o mod_xslt.so -+ $(APXS) -c -I${LOCALBASE}/include mod_xslt.c -o mod_xslt.so -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lsablot -lstdc++ -lm ++ $(APXS) -c -I${LOCALBASE}/include mod_xslt.c -o mod_xslt.so -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lsablot -liconv -lstdc++ -lm # cleanup clean: |