diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
commit | 1386ca7e03125c4dc16acd59089a360cd21b43ac (patch) | |
tree | 74cf5d1e3488772bfc263f793b9dcf7b0eb4d092 /textproc | |
parent | 8f39a0dd5c0a227490d84ad9ad2de8c18a592e62 (diff) | |
download | pkgsrc-1386ca7e03125c4dc16acd59089a360cd21b43ac.tar.gz |
Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 4 | ||||
-rw-r--r-- | textproc/saxon/Makefile | 4 | ||||
-rw-r--r-- | textproc/xalan-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xp/Makefile | 4 | ||||
-rw-r--r-- | textproc/xt/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 3f413ff2076..b9f1b7d66a5 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/20 12:26:49 agc Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/28 17:28:57 abs Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -22,7 +22,7 @@ COMMENT= The Apache Project's XSL Formatting Objects implementation WRKSRC= ${WRKDIR} USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 12b4faa15a5..5037bea5331 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:26:50 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/28 17:28:57 abs Exp $ # DISTNAME= saxon @@ -14,7 +14,7 @@ COMMENT= Michael H. Kay's Java XSLT processor WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME} USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index cf0e84ab21d..d9846edd3cc 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:26:50 agc Exp $ +# $NetBSD: Makefile,v 1.19 2004/06/28 17:28:57 abs Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xalan-J, # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is @@ -17,7 +17,7 @@ DEPENDS+= xerces-j>=1.2.0:../../textproc/xerces-j WRKSRC= ${WRKDIR} USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 28827fdb401..2e46f38b3fb 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/20 12:26:50 agc Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/28 17:28:57 abs 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 @@ -15,7 +15,7 @@ COMMENT= The Apache Project's validating XML parser with DOM and SAX support WRKSRC= ${WRKDIR}/xerces-1_2_0 USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index c486c77fb29..2b68bb66d3d 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/08/23 15:23:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/28 17:28:58 abs Exp $ # DISTNAME= xp @@ -13,7 +13,7 @@ COMMENT= James Clark's non-validating XML Parser for Java EXTRACT_ONLY= # empty USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index fd66e7545fb..216a3c575a2 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:54:56 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/28 17:28:58 abs Exp $ # DISTNAME= xt @@ -15,7 +15,7 @@ DEPENDS+= XP-[0-9]*:../../textproc/xp EXTRACT_ONLY= # empty USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= |