OpenSSL updated in -current, Mk/bsd.openssl.mk needs update

leafy leafy at leafy.idv.tw
Thu Mar 18 01:37:16 PST 2004


Apply attached patch to avoid bogus dependancy on security/openssl.

Jiawei Ye
--
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming
-------------- next part --------------
--- bsd.openssl.mk~	Wed Jan 21 01:47:14 2004
+++ bsd.openssl.mk	Thu Mar 18 17:30:23 2004
@@ -52,7 +52,7 @@
 OPENSSLVER!=	${AWK} '/OPENSSL_VERSION_NUMBER/ { print $$3 }' \
 		/usr/include/openssl/opensslv.h
 # check for safe versions in the base
-.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL || ${OPENSSLVER} == 0x0090609fL || ${OPENSSLVER} == 0x0090703fL
+.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL || ${OPENSSLVER} == 0x0090609fL || ${OPENSSLVER} == 0x0090703fL || ${OPENSSLVER} == 0x0090704fL
 WITH_OPENSSL_BASE=yes
 .endif
 .endif


More information about the freebsd-ports mailing list