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


1.5
date	2007.02.11.01.03.17;	author kris;	state dead;
branches;
next	1.4;

1.4
date	2003.04.24.11.17.56;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.06.11.13.15;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.09.21.38.14;	author sobomax;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Remove expired ports
@
text
@
$FreeBSD: ports/lang/cli/files/patch-pal::unix::configure,v 1.4 2003/04/24 11:17:56 sobomax Exp $

--- pal/unix/configure.orig	Thu Oct 31 03:00:09 2002
+++ pal/unix/configure	Fri Apr 25 10:33:47 2003
@@@@ -1899,17 +1899,17 @@@@
 fi
 
 if test "$NTDEBUG" != "ntsdnodbg"; then
-    CFLAGS="$CFLAGS -g"
+#    CFLAGS="$CFLAGS -g"
 fi
 
 if test "$BUILD_ALT_DIR" = "d"; then
-    CFLAGS="$CFLAGS -O0 -finline"
+    CFLAGS="$CFLAGS -finline"
 fi
 if test "$BUILD_ALT_DIR" = "df"; then
-    CFLAGS="$CFLAGS -O2"
+#    CFLAGS="$CFLAGS -O2"
 fi
 if test "$BUILD_ALT_DIR" = "r"; then
-    CFLAGS="$CFLAGS -O2"
+#    CFLAGS="$CFLAGS -O2"
 fi
 CFLAGS_NO_PIC="$CFLAGS"
 
@@@@ -4898,7 +4898,7 @@@@
 fi
 done
 
-for ac_func in setcontext getcontext copysign
+for ac_func in setcontext copysign
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:4904: checking for $ac_func" >&5
@


1.4
log
@Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x
fixes. sscli now supports Darwin/ppc, so that it might be possible
to port it to FreeBSD/ppc once it is available.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.3
log
@Update to 20020619.
@
text
@d4 4
a7 4
--- pal/unix/configure.orig	Fri Jun 14 06:01:07 2002
+++ pal/unix/configure	Fri Jul 26 17:53:12 2002
@@@@ -1037,14 +1037,14 @@@@
 CFLAGS="$CFLAGS -Wall -fno-builtin -fno-exceptions -fno-rtti"
d10 2
a11 2
-   CFLAGS="$CFLAGS -g"
+#   CFLAGS="$CFLAGS -g"
d14 4
d19 2
a20 2
-   CFLAGS="$CFLAGS -O2"
+#   CFLAGS="$CFLAGS -O2"
d23 2
a24 2
-   CFLAGS="$CFLAGS -O2"
+#   CFLAGS="$CFLAGS -O2"
d27 10
a36 1
 CFLAGS="$CFLAGS -fPIC -DPIC"
@


1.2
log
@Teach the creature how properly create shared libs on FreeBSD, so that
binaries linked to librotor_palrt.so no longer hardcode patch to a
specific location of librotor_palrt.so. Bump PORTREVISION.

Reported by:	many
@
text
@d4 4
a7 8
--- pal/unix/configure.orig	Thu Mar 14 20:21:45 2002
+++ pal/unix/configure	Tue Apr  9 19:29:27 2002
@@@@ -1010,17 +1010,17 @@@@
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
-CFLAGS="-Wall -fPIC -fno-builtin -fno-exceptions"
+CFLAGS="$CFLAGS -Wall -fpic -DPIC -fno-builtin -fno-exceptions -fno-rtti"
d22 2
a23 2
 
 
@


1.1
log
@Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
@
text
@d4 2
a5 2
--- pal/unix/configure	2002/03/28 22:31:47	1.1
+++ pal/unix/configure	2002/03/28 22:32:46
d11 1
a11 1
+CFLAGS="$CFLAGS -Wall -fPIC -fno-builtin -fno-exceptions -fno-rtti"
@

