git: 24e1ee2f7881 - main - security/libtasn1: Restore symbol versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 11:56:59 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=24e1ee2f7881d2037344d898fc769053ef3d34f2 commit 24e1ee2f7881d2037344d898fc769053ef3d34f2 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2025-02-08 11:50:57 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2025-02-08 11:55:10 +0000 security/libtasn1: Restore symbol versions Enable linker version script after 41d3d59d0c48. The configure test fails with clang. PR: 284651 --- 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