head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.02.11.01.03.17;	author kris;	state dead;
branches;
next	1.1;

1.1
date	2002.04.16.17.54.35;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports
@
text
@
$FreeBSD: ports/lang/cli/files/patch-buildall,v 1.1 2002/04/16 17:54:35 sobomax Exp $

--- buildall	2002/04/16 15:44:18	1.1
+++ buildall	2002/04/16 15:44:34
@@@@ -17,6 +17,8 @@@@
 # Make command errors fatal
 set -e
 
+. env.sh
+
 if test X"${TARGETCOMPLUS}" = "X" 
 then
 echo "ERROR: The TARGETCOMPLUS environment variable isn't set."
@


1.1
log
@- Clean-up build system a bit;
- fix remaining two places where CFLAGS weren't respected;
- use cpio(1) to copy hierarchies instead of tar(1), so that it is possible
  to build the port as ordinary user, but still have installed files be
  owned by root;
- use slightly different solution for the problem with 777 permissions on
  directories created during the build. Instead of harcoding resulting
  prmission apply umask(2) to all mode arguments of [f]chmod() calls.
  Since Rotor has no notion of file-level security anyway this should be
  an optimal way to fix the problem.

Submitted by:	Patrick Backlund <pbacklun@@cc.hut.fi> (cpio fix)
		sobomax (the rest)
@
text
@d2 1
a2 1
$FreeBSD$
@

