head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.12.10.19.12.42;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2005.02.08.22.33.47;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.8

PR:		ports/90138
Submitted by:	Jonathan <onatan@@gmail.com> (maintainer)
@
text
@--- configure.orig	Tue Feb  8 14:47:22 2005
+++ configure	Tue Feb  8 14:47:33 2005
@@@@ -5538,7 +5538,7 @@@@
       if test "x$withval" != "xno" ; then
          echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
-         for ssldir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
+         for ssldir in $withval $prefix /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
             if test -f "${ssldir}/include/openssl/ssl.h"; then
                found_openssl="yes"
                CPPFLAGS="-I${ssldir}/include ${CPPFLAGS}"
@


1.1
log
@- Update to 1.7

PR:		ports/77262
Submitted by:	Jonathan <onatan@@gmail.com> (maintainer)
@
text
@@

