Date: Sat, 8 Feb 2025 11:56:59 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 24e1ee2f7881 - main - security/libtasn1: Restore symbol versions Message-ID: <202502081156.518BuxIK093751@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502081156.518BuxIK093751>