security/keynote: Mark DEPRECATED
- Upstream last release in 2000 - Set EXPIRATION_DATE to 2023-05-28 - Mark IGNORE as it requires upstream EOL OpenSSL 1.0.X Approved by: portmgr (blanket)
This commit is contained in:
parent
afe976d2bd
commit
b3eb28b236
1 changed files with 5 additions and 9 deletions
|
@ -11,6 +11,10 @@ WWW= https://www1.cs.columbia.edu/~angelos/keynote.html
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Upstream last release in 2000
|
||||
EXPIRATION_DATE= 2023-05-28
|
||||
IGNORE= Requires upstream EOL OpenSSL 1.0.X routines
|
||||
|
||||
# gmake required to support parallel (-jX) builds
|
||||
USES= gmake ssl
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -24,14 +28,6 @@ PORTDOCS= *
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= incomplete definition of type 'struct evp_pkey_st'
|
||||
BROKEN_FreeBSD_13= incomplete definition of type 'struct evp_pkey_st'
|
||||
BROKEN_FreeBSD_14= incomplete definition of type 'struct evp_pkey_st'
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/keynote ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/keynote.h ${STAGEDIR}${PREFIX}/include
|
||||
|
@ -46,4 +42,4 @@ do-install-DOCS-on:
|
|||
${INSTALL_DATA} ${WRKSRC}/HOWTO.add.crypto ${WRKSRC}/TODO \
|
||||
${WRKSRC}/doc/rfc*.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue