diff options
author | jwise <jwise@pkgsrc.org> | 2000-05-31 23:49:27 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-05-31 23:49:27 +0000 |
commit | fdadcbe1b20fb530f4128ed1bbfc0de32177def6 (patch) | |
tree | 466e19682a8583427cf78b5152cb609453e32b66 /www | |
parent | 4095b265f7629d0c16cd274341a25a4e44aef643 (diff) | |
download | pkgsrc-fdadcbe1b20fb530f4128ed1bbfc0de32177def6.tar.gz |
Fix existing patch, and enable it (pkg makefile had NO_PATCH= from before),
and add a new patch which fixes the behavior of the slideshow example under
a default cocoon config. The slideshow example is an incredibly cool example
of what can be done with just a little XML and XSL, but it doesn't work exactly
right under the default config.
Diffstat (limited to 'www')
-rw-r--r-- | www/cocoon/Makefile | 3 | ||||
-rw-r--r-- | www/cocoon/files/patch-sum | 5 | ||||
-rw-r--r-- | www/cocoon/patches/patch-aa | 4 | ||||
-rw-r--r-- | www/cocoon/patches/patch-ab | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index e5dd1c8c94f..efb4e8225c2 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 21:55:15 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/31 23:49:27 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -28,7 +28,6 @@ DEPENDS+= jakarta-tomcat-*:../../www/jakarta-tomcat # FESI 1.21+ (http://home.worldcom.ch/jmlugrin/fesi/download.html) WRKSRC= ${WRKDIR}/${PKGNAME} -NO_PATCH= NO_CONFIGURE= USE_JAVA= yes diff --git a/www/cocoon/files/patch-sum b/www/cocoon/files/patch-sum index 8d3c29aa861..bc05f89fcae 100644 --- a/www/cocoon/files/patch-sum +++ b/www/cocoon/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/05/31 21:55:15 jwise Exp $ +$NetBSD: patch-sum,v 1.2 2000/05/31 23:49:28 jwise Exp $ -MD5 (patch-aa) = 5659700d51777f3a063e560f01c7e433 +MD5 (patch-aa) = cf554e65ddaf83c106d9f615bce46424 +MD5 (patch-ab) = d41d8cd98f00b204e9800998ecf8427e diff --git a/www/cocoon/patches/patch-aa b/www/cocoon/patches/patch-aa index 7f376c4036e..d6541eb70bb 100644 --- a/www/cocoon/patches/patch-aa +++ b/www/cocoon/patches/patch-aa @@ -4,8 +4,8 @@ # Indicates whether or not Cocoon should be visible if # the requested URI equals the specified one. selfservlet.enabled = true --selfservlet.uri = /cocoon/Cocoon.xml -+selfservlet.uri = /Cocoon.xml +-selfservlet.uri = /Cocoon.xml ++selfservlet.uri = /cocoon/Cocoon.xml # Indicates whether or not Cocoon should handle errors internally # and format the error and the exception stack trace to the client diff --git a/www/cocoon/patches/patch-ab b/www/cocoon/patches/patch-ab new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/www/cocoon/patches/patch-ab |