ports/150134: [PATCH] graphics/batik build batik-all.jar

Rob Farmer rfarmer at predatorlabs.net
Tue Aug 31 00:20:01 UTC 2010


>Number:         150134
>Category:       ports
>Synopsis:       [PATCH] graphics/batik build batik-all.jar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 31 00:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD peridot.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Thu Aug 19 18:44:11 PDT 2010     rfarmer at peridot.predatorlabs.net:/usr/obj/usr/src/sys/PERIDOT  i386
>Description:
Have the port build batik-all.jar in addtion to batik.jar. This is a single jar with all the libraries. Scilab configure looks for this.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/batik/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	13 Mar 2009 16:21:29 -0000	1.8
+++ Makefile	30 Aug 2010 21:11:06 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	batik
 PORTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	graphics java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	xmlgraphics/${PORTNAME}
@@ -21,7 +22,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_ANT=	yes
 USE_JIKES=	no
-ALL_TARGET=	jars
+ALL_TARGET=	jars all-jar
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 TARGET_DIR=	${WRKSRC}/${PORTNAME}-${PORTVERSION}
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list