svn commit: r324669 - head/sysutils/cdrtools
Marius Strobl
marius at FreeBSD.org
Tue Aug 13 14:16:30 UTC 2013
Author: marius
Date: Tue Aug 13 14:16:29 2013
New Revision: 324669
URL: http://svnweb.freebsd.org/changeset/ports/324669
Log:
Once again remove the hacks allowing this port to be compiled as part of
release builds. Since r251812, all architectures have been switched to
using makefs(8) in all active release branches instead.
Approved by: mentor (beat, implicit)
Modified:
head/sysutils/cdrtools/Makefile
Modified: head/sysutils/cdrtools/Makefile
==============================================================================
--- head/sysutils/cdrtools/Makefile Tue Aug 13 14:12:14 2013 (r324668)
+++ head/sysutils/cdrtools/Makefile Tue Aug 13 14:16:29 2013 (r324669)
@@ -82,12 +82,7 @@ PKGNAMESUFFIX= -rscsi
PLIST_SUB+= RSCSI="@comment "
.endif
-# Hack to allow building with TARGET and TARGET_ARCH set in the environment
-# as done by the release building scripts.
-SETENV= /usr/bin/env -i
-MAKE_ENV= PATH=${PATH}
-
-MAKE_ENV+= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \
+MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \
INS_RBASE=${LOCALBASE}
CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc
More information about the svn-ports-all
mailing list