From 1a444f78b16d44d0f306481023fd88d0c82278a6 Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 31 May 2000 23:49:27 +0000 Subject: 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. --- www/cocoon/Makefile | 3 +-- www/cocoon/files/patch-sum | 5 +++-- www/cocoon/patches/patch-aa | 4 ++-- www/cocoon/patches/patch-ab | 0 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 www/cocoon/patches/patch-ab (limited to 'www') 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 -- cgit v1.2.3