summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjwise <jwise>2000-05-31 23:49:27 +0000
committerjwise <jwise>2000-05-31 23:49:27 +0000
commit1a444f78b16d44d0f306481023fd88d0c82278a6 (patch)
tree466e19682a8583427cf78b5152cb609453e32b66 /www
parent9f554e529d7c95c2a354290703a1866edc6e3f18 (diff)
downloadpkgsrc-1a444f78b16d44d0f306481023fd88d0c82278a6.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/Makefile3
-rw-r--r--www/cocoon/files/patch-sum5
-rw-r--r--www/cocoon/patches/patch-aa4
-rw-r--r--www/cocoon/patches/patch-ab0
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