aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-10-04 15:35:07 +0800
committerdinoex <dinoex@FreeBSD.org>2005-10-04 15:35:07 +0800
commit396685f41f174979f6de52f781e8d956093ea1fd (patch)
tree58079ac0bb87c45bb15090609d2af3e7b4a1d401 /security/openssl/Makefile
parent9b1a431728850b145ad2a60dd279417d155f46f0 (diff)
downloadfreebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.tar.gz
freebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.tar.zst
freebsd-ports-gnome-396685f41f174979f6de52f781e8d956093ea1fd.zip
- bump SHLIB version
The API of openssl 0.9.8 ist compatible but not identical. This version bump might break build of all ports that try to include the opessl in base at the same time. That ports should be fixed.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index f94df7bd884a..d0c493ee2a6f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -15,7 +15,7 @@ PORTVERSION= 0.9.7g
PORTREVISION?= 0
.else
PORTVERSION= 0.9.8
-PORTREVISION?= 0
+PORTREVISION?= 1
.endif
.endif
CATEGORIES= security devel
@@ -52,15 +52,16 @@ OPENSSL_SHLIBVER?= 4
NO_LATEST_LINK= yes
.else
CONFLICTS?= openssl-beta-0.*
-OPENSSL_SHLIBVER?= 3
.endif
.if defined(WITH_OPENSSL_097)
PLIST_SUB+= OPENSSL_BETA="@comment "
PLIST_SUB+= OPENSSL_STABLE=""
+OPENSSL_SHLIBVER?= 3
.else
PATCHDIR= ${MASTERDIR}/files-beta
PLIST_SUB+= OPENSSL_BETA=""
PLIST_SUB+= OPENSSL_STABLE="@comment "
+OPENSSL_SHLIBVER?= 4
.endif
MAKE_ENV+= MANPREFIX=${MANPREFIX}