mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
BROKEN on 5.x: Does not compile
This commit is contained in:
parent
d96ff80dcf
commit
29814c80cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111796
@ -27,6 +27,10 @@ SUP_OS_VER= 450004
|
||||
BROKEN= "OS versions prior to ${SUP_OS_VER} is not supported"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.ifdef(IPSEC)
|
||||
#Compile for kernel with IPSEC support
|
||||
MAKE_ENV+= CRYPTO_SRCS=""
|
||||
|
@ -37,6 +37,10 @@ IGNORE= "requires Perl 5.6.0 or greater. Please install lang/perl5 and retry, o
|
||||
PLIST_SUB+= SSLPERL="@comment "
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 502112
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
.if defined(WITHOUT_SSLPERL)
|
||||
cd ${WRKSRC} && package/compile https@ sslcat sslconnect sslclient sslserver
|
||||
|
Loading…
Reference in New Issue
Block a user