Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 01:51:02 +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: r325765 - in head: databases/datamodeler databases/msql net/vmware-vsphere-cli security/truecrypt
Message-ID:  <201308310151.r7V1p2MB083010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Aug 31 01:51:02 2013
New Revision: 325765
URL: http://svnweb.freebsd.org/changeset/ports/325765

Log:
  - IGNORE when PACKAGE_BUILDING as these require manual fetch
  
  With hat:	portmgr

Modified:
  head/databases/datamodeler/Makefile
  head/databases/msql/Makefile
  head/net/vmware-vsphere-cli/Makefile
  head/security/truecrypt/Makefile

Modified: head/databases/datamodeler/Makefile
==============================================================================
--- head/databases/datamodeler/Makefile	Sat Aug 31 01:29:57 2013	(r325764)
+++ head/databases/datamodeler/Makefile	Sat Aug 31 01:51:02 2013	(r325765)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	datamodeler
-# Date created:				22 October 2011
-# Whom:					jjuanino@gmail.com
-#
+# Created by: jjuanino@gmail.com
 # $FreeBSD$
-#
 
 PORTNAME=	datamodeler
 PORTVERSION=	3.1.0.700
@@ -57,11 +53,15 @@ DISTFILE_INSTRUCTIONS 	+=	into ${DISTDIR
 DISTFILE_INSTRUCTIONS 	+=	and then restart this installation\n\n
 .endif
 
-pre-fetch:
 .if defined(DISTFILE_INSTRUCTIONS)
+.if defined(PACKAGE_BUILDING)
+IGNORE=		requires manual fetch
+.else
+pre-fetch:
 	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
 	@exit 1
 .endif
+.endif
 
 SUB_FILES=	${PORTNAME}.script.sh
 SUB_LIST=	JAVA_HOME=${JAVA_HOME}

Modified: head/databases/msql/Makefile
==============================================================================
--- head/databases/msql/Makefile	Sat Aug 31 01:29:57 2013	(r325764)
+++ head/databases/msql/Makefile	Sat Aug 31 01:51:02 2013	(r325765)
@@ -77,10 +77,14 @@ and place it in ${DISTDIR}.\n\
 The distribution requires registration prior to use.\n\n
 .endif
 
-pre-fetch:
 .if defined(DISTFILE_INSTRUCTIONS)
+.if defined(PACKAGE_BUILDING)
+IGNORE=		requires manual fetch
+.else
+pre-fetch:
 	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
 	@exit 1
 .endif
+.endif
 
 .include <bsd.port.post.mk>

Modified: head/net/vmware-vsphere-cli/Makefile
==============================================================================
--- head/net/vmware-vsphere-cli/Makefile	Sat Aug 31 01:29:57 2013	(r325764)
+++ head/net/vmware-vsphere-cli/Makefile	Sat Aug 31 01:51:02 2013	(r325765)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vmware-vsphere-cli
-# Date created:				2011-07-07
-# Whom:					rpsfa@rit.edu
-#
+# Created by: rpsfa@rit.edu
 # $FreeBSD$
-#
 
 PORTNAME=		vmware-vsphere-cli
 PORTVERSION=		5.1.0
@@ -49,11 +45,15 @@ After the download has completed, please
 ${DISTDIR}, then restart the build.\n\n
 .endif
 
-pre-fetch:
 .if defined(DISTFILE_INSTRUCTIONS)
+.if defined(PACKAGE_BUILDING)
+IGNORE=		requires manual fetch
+.else
+pre-fetch:
 	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
 	@exit 1
 .endif
+.endif
 
 post-extract:
 	@${MV} ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-distrib ${WRKSRC}

Modified: head/security/truecrypt/Makefile
==============================================================================
--- head/security/truecrypt/Makefile	Sat Aug 31 01:29:57 2013	(r325764)
+++ head/security/truecrypt/Makefile	Sat Aug 31 01:51:02 2013	(r325765)
@@ -63,11 +63,15 @@ Place the downloaded file into ${DISTDIR
 Then, please restart the build.\n\n
 .endif
 
-pre-fetch:
 .if defined(DISTFILE_INSTRUCTIONS)
+.if defined(PACKAGE_BUILDING)
+IGNORE=		requires manual fetch
+.else
+pre-fetch:
 	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
 	@exit 1
 .endif
+.endif
 
 do-build:
 	@${MKDIR} ${WRKDIR}/rsa



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