From owner-p4-projects Mon Jul 29 10: 1: 3 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8797B37B401; Mon, 29 Jul 2002 10:00:59 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E438337B400 for ; Mon, 29 Jul 2002 10:00:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A583F43E3B for ; Mon, 29 Jul 2002 10:00:55 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6TH0tJU096881 for ; Mon, 29 Jul 2002 10:00:55 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TH0sbf096871 for perforce@freebsd.org; Mon, 29 Jul 2002 10:00:54 -0700 (PDT) Date: Mon, 29 Jul 2002 10:00:54 -0700 (PDT) Message-Id: <200207291700.g6TH0sbf096871@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 15131 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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