mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
net/easysoap: Mark BROKEN_SSL for 14
- In addition to openssl30 and openssl31 also mark BROKEN_SSL for OSVERSION 1400092 and later - Set EXPIRATION_DATE on 2023-09-30 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d897c7e9d1
commit
8016ea3ee6
@ -11,16 +11,24 @@ WWW= http://easysoap.sourceforge.net/
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BROKEN_SSL= openssl30 openssl31
|
||||
BROKEN_SSL_REASON= error: undefined reference due to --no-allow-shlib-undefined: ERR_
|
||||
DEPRECATED= Last release was in 2006
|
||||
EXPIRATION_DATE= 2023-09-30
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES= libtool localbase ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
|
||||
BROKEN_SSL= base openssl30 openssl31
|
||||
BROKEN_SSL_REASON= error: undefined reference due to --no-allow-shlib-undefined: ERR_
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user