head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.09.15.12.34.16;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2000.04.27.16.14.46;	author knu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.3.26+ssl_1.48
removed FORBIDDEN
@
text
@--- src/Configure.orig	Sun Feb  6 10:27:19 2000
+++ src/Configure	Thu Apr 27 23:55:17 2000
@@@@ -467,7 +467,7 @@@@
     	PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
 	OS="FreeBSD $PLATOSVERS"
 	case "$PLATOSVERS" in
-	    [234]*)
+	    [2-9]*)
 		DEF_WANTHSREGEX=no
 		CFLAGS="$CFLAGS -funsigned-char"
 		;;
@@@@ -1043,7 +1043,7 @@@@
 	    LDFLAGS_SHLIB_EXPORT=""
 	    SHLIB_SUFFIX_DEPTH=2
 	    ;;
-	*-freebsd3*|*-freebsd4*)
+	*-freebsd[3-9]*)
 		LD_SHLIB="gcc"
 	    CFLAGS_SHLIB="-fpic"
 	    LDFLAGS_SHLIB="-shared"
@


1.1
log
@This is a part of update to 1.3.12+1.40.  For the rest, please see the
Makefile's commit log.

(Actually I had a CVS problem, and Peter has fixed it for me)

		*		*		*		*

- Add patch-at to correctly build on FreeBSD 5.0+.

PR:		ports/17404
Submitted by:	Khetan H. Gajjar <khetan@@freebsd.os.org.za>

- Mark `WWW:' in DESCR.

Noticed by:	portlint
@
text
@@

