summaryrefslogtreecommitdiff
path: root/www/cocoon
diff options
context:
space:
mode:
authorjwise <jwise>2001-03-29 21:16:13 +0000
committerjwise <jwise>2001-03-29 21:16:13 +0000
commitae5b2a937978ab119e6f8882ebe708ca31ecaa01 (patch)
tree5f8fee997d75843374b54a6bad29e14e99ac2d51 /www/cocoon
parentcc7e1866ae6be94457822f7ecc8fffe986fd6537 (diff)
downloadpkgsrc-ae5b2a937978ab119e6f8882ebe708ca31ecaa01.tar.gz
Building against the new jakarta-servletapi fixes the javac compiler bug
which would crop up before, so remove the workaround. For the time being, we still use the version of ant and the build script which ship with cocoon. This will be addressed soon.
Diffstat (limited to 'www/cocoon')
-rw-r--r--www/cocoon/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile
index de2ef7dca2c..72e2c77f137 100644
--- a/www/cocoon/Makefile
+++ b/www/cocoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/28 03:57:32 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2001/03/29 21:16:13 jwise Exp $
DISTNAME= Cocoon-1.8.2
PKGNAME= cocoon-1.8.2
@@ -40,16 +40,11 @@ post-extract:
${WRKSRC}/lib/xml.jar ${WRKSRC}/lib/xt.jar \
${WRKSRC}/lib/fesi.jar
-# Yes -- you have to run build.sh _twice_. The first time triggers a bug in JDK-1.1 javac,
-# and the second time completes successfully. While we're at it, note that we can't
-# rebuild the javadoc documentation, and have to use that which it shipped with, as the
-# javadoc target requires StyleBook, which uses features of JDK 1.2
+# note that we can't rebuild the javadoc documentation, and have to use that
+# which it shipped with, as the javadoc target requires StyleBook, which uses
+# features of JDK 1.2
+
do-build:
- @${ECHO} "------------------------------------------------------------------------"
- @${ECHO} " Please ignore any compiler errors during this build. They are"
- @${ECHO} " handled properly by the build process"
- @${ECHO} "------------------------------------------------------------------------"
- -(cd ${WRKSRC} && ${SH} build.sh)
cd ${WRKSRC} && ${SH} build.sh
# For now, we install the turbine-pool.jar which ships with cocoon. When there is an actual