diff options
author | jwise <jwise@pkgsrc.org> | 2008-11-08 17:36:36 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2008-11-08 17:36:36 +0000 |
commit | 79af2eb308335baf2f7fb71f8ca36b8e181f3547 (patch) | |
tree | e254cc931386c0b79dd8dde0f06f5e50740abf49 /www/cocoon | |
parent | d72bdf6343e8973dadc86d0ae62b297456d70d99 (diff) | |
download | pkgsrc-79af2eb308335baf2f7fb71f8ca36b8e181f3547.tar.gz |
Mark this BROKEN -- it can't build cleanly with recent JDK
and Servlet API versions, and needs replacement with a newer
version without the known issues in this one.
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index e74bf8cbd97..3adc8c35271 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/05/26 02:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/11/08 17:36:36 jwise Exp $ DISTNAME= Cocoon-1.8.2 PKGNAME= cocoon-1.8.2 @@ -12,6 +12,9 @@ COMMENT= The Apache Project's XML/XSL based web publishing system BROKEN_IN= pkgsrc-2006Q1 pkgsrc-2006Q4 +BROKEN= This needs update to a newer version which can be built \ +against recent JDK and Servlet API versions. + # These are exact version requirements intentionally, and will need to remain # so until the interfaces stabilize more. Until then, new versions of these # libraries will be tested heavily with cocoon, and if not usable will be |