Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 13:02:01 +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: r325592 - head/java/jmf
Message-ID:  <201308291302.r7TD21xw022991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Aug 29 13:02:01 2013
New Revision: 325592
URL: http://svnweb.freebsd.org/changeset/ports/325592

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

Modified:
  head/java/jmf/Makefile

Modified: head/java/jmf/Makefile
==============================================================================
--- head/java/jmf/Makefile	Thu Aug 29 13:00:29 2013	(r325591)
+++ head/java/jmf/Makefile	Thu Aug 29 13:02:01 2013	(r325592)
@@ -27,7 +27,7 @@ PORTDOCS=	*
 .include <bsd.port.pre.mk>
 
 # Check for JMF sources
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=	because of licensing restrictions, you must fetch the source\
 distribution manually.\
 Please access: http://java.sun.com/products/java-media/jmf/2.1.1/download.html\



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