svn commit: r267295 - user/nwhitehorn/condorports

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Jun 9 20:28:28 UTC 2014


Author: nwhitehorn
Date: Mon Jun  9 20:28:27 2014
New Revision: 267295
URL: http://svnweb.freebsd.org/changeset/base/267295

Log:
  Use features of bsd.port.mk instead of hacks to prevent ports from being
  too intelligent for their own good.

Modified:
  user/nwhitehorn/condorports/stagebuildfiles.sh

Modified: user/nwhitehorn/condorports/stagebuildfiles.sh
==============================================================================
--- user/nwhitehorn/condorports/stagebuildfiles.sh	Mon Jun  9 19:55:50 2014	(r267294)
+++ user/nwhitehorn/condorports/stagebuildfiles.sh	Mon Jun  9 20:28:27 2014	(r267295)
@@ -16,6 +16,8 @@ DISTHORDE=$6
 export PORT_DBDIR=/var/empty
 export PORTSDIR=$7
 export PACKAGE_BUILDING=1
+export LOCALBASE=/var/empty
+export CLEAN_FETCH_ENV=1
 
 # Fetch distfiles if unfetched
 cd $1
@@ -23,8 +25,6 @@ make -d e -DBATCH checksum DISTDIR=$DIST
 make -d e -DBATCH package-links PACKAGES=$2
 mkdir -p $2/All
 
-export LOCALBASE=/var/empty # Delay this since make checksum and package-links depend on pkg
-
 # Make a tarball containing all the bits we need to build: the distfiles, 
 # relevant sections of the ports tree, all dependent packages
 # Need POST script to clean up


More information about the svn-src-user mailing list