Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2011 01:06:47 +0100 (CET)
From:      olli hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ohauer@FreeBSD.org
Subject:   ports/155108: [patch] devel/maven2 add JAVA_VENDOR to Makefile
Message-ID:  <20110228000649.645AB1065691@hub.freebsd.org>
Resent-Message-ID: <201102280010.p1S0ABft063135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110228000649.645AB1065691>