Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 12:59:09 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325590 - head/java/j2sdkee13
Message-ID:  <201308291259.r7TCx9jB019667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Aug 29 12:59:09 2013
New Revision: 325590
URL: http://svnweb.freebsd.org/changeset/ports/325590

Log:
  - Don't attempt to build when PACKAGE_BUILDING, just hits
    a fetch error trying FreeBSD mirrors
  
  With hat:	portmgr

Modified:
  head/java/j2sdkee13/Makefile

Modified: head/java/j2sdkee13/Makefile
==============================================================================
--- head/java/j2sdkee13/Makefile	Thu Aug 29 12:56:54 2013	(r325589)
+++ head/java/j2sdkee13/Makefile	Thu Aug 29 12:59:09 2013	(r325590)
@@ -23,7 +23,7 @@ DOWNLOAD_URL?=	http://javashoplm.sun.com
 
 .include <bsd.port.pre.mk>
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=		You must manually fetch the Java 2 SDK Enterprise Edition\
 		${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}.  Accept the\
 		license and then download ${DISTNAME}${EXTRACT_SUFX} into\



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