ports/155108: [patch] devel/maven2 add JAVA_VENDOR to Makefile

olli hauer ohauer at FreeBSD.org
Mon Feb 28 00:10:11 UTC 2011


>Number:         155108
>Category:       ports
>Synopsis:       [patch] devel/maven2 add JAVA_VENDOR to Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 00:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:
System: FreeBSD d24g 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Add JAVA_VENDOR to the Makefile, else the ports tries 
to build java/jdk16 in tinderbox.
With this parameter it choose java/diablo-jdk16.

>How-To-Repeat:

>Fix:

--- maven2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/maven2/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	12 Aug 2009 05:41:36 -0000	1.17
+++ Makefile	27 Feb 2011 23:05:40 -0000
@@ -17,6 +17,7 @@
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.4+
+JAVA_VENDOR?=	freebsd
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 SUB_FILES=	m2.sh
--- maven2.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list