Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 12:56:54 +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: r325589 - head/audio/festlex-ogi
Message-ID:  <201308291256.r7TCus9o018969@svn.freebsd.org>

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

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

Modified:
  head/audio/festlex-ogi/Makefile

Modified: head/audio/festlex-ogi/Makefile
==============================================================================
--- head/audio/festlex-ogi/Makefile	Thu Aug 29 12:47:31 2013	(r325588)
+++ head/audio/festlex-ogi/Makefile	Thu Aug 29 12:56:54 2013	(r325589)
@@ -24,7 +24,7 @@ FHOME=		${PREFIX}/share/festival
 
 .include <bsd.port.pre.mk>
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=	distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/OGIlexicon-2.2.tar.gz and put ${DISTFILE} into ${DISTDIR}
 .endif
 



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