git: eee8ab2070dc - 2025Q1 - security/libtasn1: Restore symbol versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Feb 2025 06:43:03 UTC
The branch 2025Q1 has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=eee8ab2070dc789074c4caa8254f8827e2d44af6 commit eee8ab2070dc789074c4caa8254f8827e2d44af6 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2025-02-08 11:50:57 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2025-02-09 06:16:00 +0000 security/libtasn1: Restore symbol versions Enable linker version script after 41d3d59d0c48. The configure test fails with clang. PR: 284651 (cherry picked from commit 24e1ee2f7881d2037344d898fc769053ef3d34f2) --- security/libtasn1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index dfcf109999c3..d1f94cdcec8a 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,5 +1,6 @@ PORTNAME= libtasn1 PORTVERSION= 4.20.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU \ GNUPG/gnutls/${PORTNAME} @@ -16,7 +17,7 @@ USES= cpe libtool pathfix pkgconfig USE_CSTD= c99 USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --enable-ld-version-script INSTALL_TARGET= install-strip CPE_VENDOR= gnu