Date: Mon, 1 Jul 2024 03:32:54 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 013f956ddb68 - main - security/libgcrypt: Improve legibility Message-ID: <202407010332.4613WsGN094734@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=013f956ddb6837deb4948d1ab474183c371677b9 commit 013f956ddb6837deb4948d1ab474183c371677b9 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-01 03:27:46 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-01 03:27:46 +0000 security/libgcrypt: Improve legibility PR: 279904 Submitted by: dizzy (part of a larger patch) --- security/libgcrypt/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 377df3cc5db7..7739a7281dbc 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,17 +16,20 @@ RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error USES= cpe libtool pathfix tar:bzip2 CPE_VENDOR= gnupg -GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --disable-drng-support -CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + TEST_TARGET= check DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ doc/HACKING doc/README.apichanges PORTDOCS= * +CONFIGURE_ARGS= --disable-drng-support +CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} + OPTIONS_DEFINE= DOCS INFO STATIC OPTIONS_DEFAULT= DOCS INFO STATIC OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407010332.4613WsGN094734>