Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2011 06:44:33 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155285: [patch] java/jdk16 Fix tinderbox build
Message-ID:  <201103050644.p256iXoB094244@red.freebsd.org>
Resent-Message-ID: <201103050650.p256o5W0013690@freefall.freebsd.org>

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

>Number:         155285
>Category:       ports
>Synopsis:       [patch] java/jdk16 Fix tinderbox build
>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:   Sat Mar 05 06:50:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Mar  4 15:10:24 PST 2011     rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE  amd64
>Description:
Remove IS_INTERACTIVE for PACKAGE_BUILDING - the license isn't shown in this case anyway.
>How-To-Repeat:
Build with ports tinderbox, gives a "dud"
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/jdk16/Makefile,v
retrieving revision 1.187
diff -u -r1.187 Makefile
--- Makefile	14 Feb 2011 06:40:26 -0000	1.187
+++ Makefile	5 Mar 2011 04:39:17 -0000
@@ -43,7 +43,9 @@
 
 USE_ZIP=	yes
 MAKE_JOBS_UNSAFE=	yes
+.if !defined(PACKAGE_BUILDING)
 IS_INTERACTIVE=	yes
+.endif
 
 JRL_SRCFILE=	jdk-${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-fcs-src-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar
 JRL_BINFILE=	jdk-${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-fcs-bin-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar


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



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