head	1.6;
access;
symbols
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4;
locks; strict;
comment	@# @;


1.6
date	2004.03.26.19.58.23;	author dinoex;	state dead;
branches;
next	1.5;

1.5
date	2003.07.06.03.03.29;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.03.18.25.48;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.19.21.12.09;	author dinoex;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@- turn this into a slave port
@
text
@--- config.orig	Thu Mar 20 12:44:31 2003
+++ config	Sun Jul  6 04:39:01 2003
@@@@ -392,7 +392,7 @@@@
 # we fallback to whatever cc does on the system
 GCCVER=`(gcc -dumpversion) 2>/dev/null`
 if [ "$GCCVER" != "" ]; then
-  CC=gcc
+  CC=${CC:-gcc}
   # then strip off whatever prefix egcs prepends the number with...
   # Hopefully, this will work for any future prefixes as well.
   GCCVER=`echo $GCCVER | sed 's/^[a-zA-Z]*\-//'`
@@@@ -402,7 +402,7 @@@@
   # peak single digit before and after first dot, e.g. 2.95.1 gives 29
   GCCVER=`echo $GCCVER | sed 's/\([0-9]\)\.\([0-9]\).*/\1\2/'`
 else
-  CC=cc
+  CC=${CC:-cc}
 fi
 GCCVER=${GCCVER:-0}
 if [ "$SYSTEM" = "HP-UX" ];then
@@@@ -642,6 +642,7 @@@@
   alpha*-*-freebsd*) OUT="FreeBSD-alpha" ;;
   sparc64-*-freebsd*) OUT="FreeBSD-sparc64" ;;
   ia64-*-freebsd*) OUT="FreeBSD-ia64" ;;
+  amd64-*-freebsd*) OUT="FreeBSD-amd64" ;;
   *-freebsd[3-9]*) OUT="FreeBSD-elf" ;;
   *-freebsd[1-2]*) OUT="FreeBSD" ;;
   *86*-*-netbsd) OUT="NetBSD-x86" ;;
@


1.5
log
@- Support amd64
@
text
@@


1.4
log
@- honor CC and use PHREAD_LIBS and PTHREAD_FLAGS
Submitted by:	marius@@alchemy.franken.de
@
text
@d1 2
a2 2
--- config.orig	Wed Mar 26 22:09:15 2003
+++ config	Wed Mar 26 21:37:27 2003
d21 8
@


1.3
log
@- merged some patches in distribution
- added thread support on alpha, sparc64
- Update to 0.9.7a (with security fix)
- Add support for daily snaphots with OPENSSL_SNAPSHOT=yes
@
text
@d1 20
a20 20
--- config.orig	Fri Dec  6 08:45:11 2002
+++ config	Sat Jan 11 01:37:40 2003
@@@@ -206,6 +206,8 @@@@
            Pentium\ II*) MACH="i686"     ;;
            Pentium*    ) MACH="i586"     ;;
            Alpha*      ) MACH="alpha"    ;;
+           UltraSparc* ) MACH="sparc64"  ;;
+           Itanium*    ) MACH="ia64"     ;;
            *           ) MACH="$MACHINE" ;;
         esac
         case ${MACH} in
@@@@ -640,6 +642,8 @@@@
   *86*-*-solaris2) OUT="solaris-x86-$CC" ;;
   *-*-sunos4) OUT="sunos-$CC" ;;
   alpha*-*-freebsd*) OUT="FreeBSD-alpha" ;;
+  sparc64*-*-freebsd*) OUT="FreeBSD-sparc64" ;;
+  ia64*-*-freebsd*) OUT="FreeBSD-ia64" ;;
   *-freebsd[3-9]*) OUT="FreeBSD-elf" ;;
   *-freebsd[1-2]*) OUT="FreeBSD" ;;
   *86*-*-netbsd) OUT="NetBSD-x86" ;;
@


1.2
log
@- Clean up FLAGS for sparc64, verfied build and regression
- Prepare entries for ia64
@
text
@@


1.1
log
@- Update to 0.9.7-beta5
- add test target
- make build on sparc64
- fix a make problem in crypto/bf
@
text
@d1 3
a3 3
--- config.orig	Thu Nov 14 08:30:29 2002
+++ config	Wed Dec 11 23:10:05 2002
@@@@ -180,6 +180,7 @@@@
d8 1
d12 1
a12 1
@@@@ -585,6 +586,7 @@@@
d17 1
@

