Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 10:00:54 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15131 for review
Message-ID:  <200207291700.g6TH0sbf096871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15131

Change 15131 by green@green_crash2 on 2002/07/29 10:00:41

	Scrap most of the environment when building ports for the release
	process, as some environment variables will interfere with port
	building processes.

Affected files ...

.. //depot/projects/trustedbsd/mac/release/Makefile#20 edit

Differences ...

==== //depot/projects/trustedbsd/mac/release/Makefile#20 (text+ko) ====

@@ -828,7 +828,10 @@
 doc.1:
 	@echo "Making docs..."
 	@for i in ${DOCPORTS}; do \
-	  cd /usr/ports/$$i && make all install clean BATCH=yes JADETEX=no WITHOUT_PYTHON=yes FORCE_PKG_REGISTER=yes; \
+	  cd /usr/ports/$$i && env -i \
+	    PATH="/bin:/usr/bin:/sbin:/usr/sbin:${LOCALDIR}:${X11BASE}/bin" \
+	    TMPDIR="/tmp" make all install clean BATCH=yes JADETEX=no \
+	    WITHOUT_PYTHON=yes FORCE_PKG_REGISTER=yes; \
 	done
 	@cd /usr/doc && make all install 'FORMATS=html html-split txt' INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/base/usr/share/doc
 	touch doc.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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