Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2022 09:55:04 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: c374acbe89aa - main - sysutils/flock: remove unused NLS option
Message-ID:  <202205270955.24R9t47p069597@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=c374acbe89aa27a290d148151af9bfe32b72c591

commit c374acbe89aa27a290d148151af9bfe32b72c591
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-05-20 16:03:42 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-05-27 09:11:02 +0000

    sysutils/flock: remove unused NLS option
    
    PR:             263970
---
 sysutils/flock/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sysutils/flock/Makefile b/sysutils/flock/Makefile
index 9f9732972096..8bb9c7c1b4e6 100644
--- a/sysutils/flock/Makefile
+++ b/sysutils/flock/Makefile
@@ -14,17 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		libtool pkgconfig
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-nls
 
 CFLAGS=		-D_WITH_CPU_SET_T
 
 PLIST_FILES=	bin/flock man/man1/flock.1.gz \
 		etc/bash_completion.d/flock
 
-OPTIONS_DEFINE=	NLS
-
-NLS_USES=	autoreconf gettext
-NLS_CONFIGURE_ENABLE=	nls
-
 do-build:
 	# skip building unneeded utils
 	${MAKE} -C ${WRKSRC} flock



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205270955.24R9t47p069597>