head	1.3;
access;
symbols
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.01.01.19.30.37;	author ohauer;	state dead;
branches;
next	1.2;

1.2
date	2007.09.16.20.05.49;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2007.05.31.10.40.31;	author dinoex;	state Exp;
branches;
next	;


desc
@@


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

with hat apache@@
@
text
@--- src/Configure.orig	Sun Sep 16 21:36:49 2007
+++ src/Configure	Sun Sep 16 21:36:51 2007
@@@@ -457,7 +457,7 @@@@
     	PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
 	OS="FreeBSD $PLATOSVERS"
 	case "$PLATOSVERS" in
-	    [23456]*)
+	    [2-9]*)
 		DEF_WANTHSREGEX=no
 		CFLAGS="$CFLAGS -funsigned-char"
 		;;
@@@@ -968,8 +968,8 @@@@
 
 for uppercase in "tr [a-z] [A-Z]" "tr [:lower:] [:upper:]" "sed y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/"
 do
-  case `echo Apache | $uppercase` in
-    APACHE) break;;
+  case `echo abcdefghijklmnopqrstuvwxyz | $uppercase` in
+    ABCDEFGHIJKLMNOPQRSTUVWXYZ) break;;
   esac
 done
 echo " + using \"$uppercase\" to uppercase"
@@@@ -1080,7 +1080,7 @@@@
 	    ;;
 	*-freebsd[3-9]*)
 		LD_SHLIB="gcc"
-	    CFLAGS_SHLIB="-fpic"
+	    CFLAGS_SHLIB="-fPIC"
 	    LDFLAGS_SHLIB="-shared"
 	    LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
 	    OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 
@


1.2
log
@- update to 2.8.28-1.3.37
- merge Configure patches
@
text
@@


1.1
log
@- fix build for custom locales
PR:		96703
@
text
@d1 11
a11 2
--- src/Configure.orig	Thu May 31 12:16:27 2007
+++ src/Configure	Thu May 31 12:20:30 2007
d23 9
@

