mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Remove commented-out support for expired security/xyssl
Submitted by: johans Approved by: portmgr (infrastructure blanket)
This commit is contained in:
parent
5111f8553d
commit
a935cff705
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347752
@ -20,8 +20,7 @@ ALL_TARGET= all build_openssl
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= GNUTLS
|
||||
# MATRIXSSL "Enable matrixssl support" off \
|
||||
# XYSSL "Enable xyssl support" off
|
||||
# MATRIXSSL "Enable matrixssl support" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -41,14 +40,6 @@ PLIST_SUB+= WITH_GNUTLS=""
|
||||
PLIST_SUB+= WITH_GNUTLS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MXYSSL}
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libxyssl.a:${PORTSDIR}/security/xyssl
|
||||
ALL_TARGET+= build_xyssl
|
||||
PLIST_SUB+= WITH_XYSSL=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_XYSSL="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${SED} -i -E 's,%PREFIX%,${PREFIX},g' ${WRKSRC}/spserver/Makefile
|
||||
${SED} -i -E 's,%PREFIX%,${PREFIX},g' ${WRKSRC}/gnutls/Makefile
|
||||
@ -77,10 +68,4 @@ do-install:
|
||||
@${LN} -s ${PREFIX}/lib/libspmatrixssl.so.1 ${STAGEDIR}/${PREFIX}/lib/libspmatrixssl.so
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MXYSSL}
|
||||
@${INSTALL} ${WRKSRC}/xyssl/spxyssl.hpp ${STAGEDIR}/${PREFIX}/include/spserver
|
||||
@${INSTALL} ${WRKSRC}/xyssl/libspxyssl.so ${STAGEDIR}/${PREFIX}/lib/libspxyssl.so.1
|
||||
@${LN} -s ${PREFIX}/lib/libspxyssl.so.1 ${STAGEDIR}/${PREFIX}/lib/libspxyssl.so
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -29,7 +29,6 @@ include/spserver/sputils.hpp
|
||||
include/spserver/spwin32buffer.hpp
|
||||
include/spserver/spwin32iocp.hpp
|
||||
include/spserver/spwin32port.hpp
|
||||
%%WITH_XYSSL%%include/spserver/spxyssl.hpp
|
||||
%%WITH_GNUTLS%%lib/libspgnutls.so
|
||||
%%WITH_GNUTLS%%lib/libspgnutls.so.1
|
||||
%%WITH_MATRIXSSL%%lib/libspmatrixssl.so
|
||||
@ -38,6 +37,4 @@ lib/libspopenssl.so
|
||||
lib/libspopenssl.so.1
|
||||
lib/libspserver.so
|
||||
lib/libspserver.so.1
|
||||
%%WITH_XYSSL%%lib/libspxyssl.so
|
||||
%%WITH_XYSSL%%lib/libspxyssl.so.1
|
||||
@dirrm include/spserver
|
||||
|
Loading…
Reference in New Issue
Block a user