Skip to content

Commit

Permalink
security/keynote: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
5u623l20 committed Apr 28, 2023
1 parent afe976d commit b3eb28b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions security/keynote/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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>

0 comments on commit b3eb28b

Please sign in to comment.