git: 43d04a68cefb - main - security/krb5-119: Bring forward expiriation date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 19:23:00 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=43d04a68cefba4230a8280a542b60a2dbbfc6f5f commit 43d04a68cefba4230a8280a542b60a2dbbfc6f5f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-04-11 19:21:03 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-04-11 19:22:55 +0000 security/krb5-119: Bring forward expiriation date This port is now broken on FreeBSD 13 due to a syntax error in its generated ./configure file. It was slated to be removed in two months. Remove it early. --- security/krb5-119/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/krb5-119/Makefile b/security/krb5-119/Makefile index 6e2d91a8a348..6258b3a7f307 100644 --- a/security/krb5-119/Makefile +++ b/security/krb5-119/Makefile @@ -11,7 +11,7 @@ PKGNAME_X= -${FLAVOR:S/default//} PKGNAMESUFFIX= ${PKGNAME_X:S/--/-/:C/-$//} DEPRECATED= Desupported by MIT following 1.21 -EXPIRATION_DATE= 2024-06-06 +EXPIRATION_DATE= 2024-04-15 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 @@ -31,6 +31,7 @@ USES= autoreconf compiler:c++11-lang cpe gmake gettext-runtime \ perl5 pkgconfig ssl BROKEN_SSL= openssl openssl31 BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_ routines +BROKEN_FreeBSD_13= compile-time support without -DINET6... ./configure syntax error BROKEN_FreeBSD_14= Incompatible with OpenSSL 3.0 in 14-STABLE BROKEN_FreeBSD_15= Incompatible with OpenSSL 3.0 in 15-CURRENT USE_CSTD= gnu99