1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- 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.
This commit is contained in:
Dirk Meyer 2005-10-04 07:35:07 +00:00
parent ec435990ef
commit 1114c10fef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144142

View File

@ -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}