head	1.5;
access;
symbols
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2
	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;
locks; strict;
comment	@# @;


1.5
date	2012.01.01.19.30.35;	author ohauer;	state dead;
branches;
next	1.4;

1.4
date	2007.09.08.01.25.14;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.31.11.08.46;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.04.15.09.44;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.25.14.19.55;	author ache;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/Configure.orig	2007-08-10 19:45:50.000000000 +0400
+++ src/Configure	2007-09-08 04:46:28.000000000 +0400
@@@@ -26,7 +26,7 @@@@
 #	fp2rp:
 #	slo.sh:
 
-LANG=C; export LANG
+LC_ALL=C; export LC_ALL
 exitcode=0
 trap 'rm -f $tmpfile $tmpfile2 $tmpfile3 $tmpconfig $awkfile; exit $exitcode' 0 1 2 3 15
 
@@@@ -457,7 +457,7 @@@@
     	PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
 	OS="FreeBSD $PLATOSVERS"
 	case "$PLATOSVERS" in
-	    [23456]*)
+	    *)
 		DEF_WANTHSREGEX=no
 		CFLAGS="$CFLAGS -funsigned-char"
 		;;
@@@@ -1083,14 +1083,8 @@@@
 	    CFLAGS_SHLIB="-fpic"
 	    LDFLAGS_SHLIB="-shared"
 	    LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
-	    OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 
-	    if [ "x$OBJFORMAT" = "xelf" ]; then
 		LDFLAGS_SHLIB_EXPORT="-Wl,-E"
 		SHLIB_SUFFIX_DEPTH=0
-	    else
-		LDFLAGS_SHLIB_EXPORT=""
-		SHLIB_SUFFIX_DEPTH=2
-	    fi  
 	    ;;
 	*-openbsd*)
 	    PLATOSVERS=`echo $PLAT | sed 's/^.*openbsd//'`
@


1.4
log
@Upgrade to 1.3.39
@
text
@@


1.3
log
@Fix build when custom LC_ALL is set
PR:     96703
@
text
@d1 2
a2 2
--- src/Configure.orig	Wed Jul 12 12:16:05 2006
+++ src/Configure	Thu May 31 15:03:01 2007
d16 1
a16 1
-	    [2345]*)
@


1.2
log
@Fix objformat problem
@
text
@d2 10
a11 1
+++ src/Configure	Wed Apr  4 19:03:41 2007
@


1.1
log
@Upgrade to 1.3.32
@
text
@d1 3
a3 3
--- src/Configure.bak	Thu Sep 16 03:45:17 2004
+++ src/Configure	Mon Oct 25 17:59:48 2004
@@@@ -456,7 +456,7 @@@@
d8 1
a8 1
+	    [2-9]*)
d12 15
@

