summaryrefslogtreecommitdiff
path: root/www/cocoon
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2001-03-29 21:16:13 +0000
committerjwise <jwise@pkgsrc.org>2001-03-29 21:16:13 +0000
commitbd9b1816eaf04d7eb72b1e750ce62653ea213904 (patch)
tree5f8fee997d75843374b54a6bad29e14e99ac2d51 /www/cocoon
parent430a46a5ef878454f301318a4213acabe213a7f0 (diff)
downloadpkgsrc-bd9b1816eaf04d7eb72b1e750ce62653ea213904.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