Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 09:05:03 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492294 - in head: databases/opendbx net-mgmt/ap-utils
Message-ID:  <201902060905.x16953qL019709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Feb  6 09:05:03 2019
New Revision: 492294
URL: https://svnweb.freebsd.org/changeset/ports/492294

Log:
  Remove options helpers that do not exist.  And in one case, probably fix
  the helper usage.
  
  Noticed by:	tobik

Modified:
  head/databases/opendbx/Makefile   (contents, props changed)
  head/net-mgmt/ap-utils/Makefile   (contents, props changed)

Modified: head/databases/opendbx/Makefile
==============================================================================
--- head/databases/opendbx/Makefile	Wed Feb  6 09:00:44 2019	(r492293)
+++ head/databases/opendbx/Makefile	Wed Feb  6 09:05:03 2019	(r492294)
@@ -45,7 +45,6 @@ MSSQL_LIB_DEPENDS=	libsybdb.so:databases/freetds
 SYBASE_LIB_DEPENDS=	libct.so:databases/freetds
 
 NLS_USES=		gettext
-NLS_CONFIGURE_DISABLE=	nls
 
 .include <bsd.port.options.mk>
 

Modified: head/net-mgmt/ap-utils/Makefile
==============================================================================
--- head/net-mgmt/ap-utils/Makefile	Wed Feb  6 09:00:44 2019	(r492293)
+++ head/net-mgmt/ap-utils/Makefile	Wed Feb  6 09:05:03 2019	(r492294)
@@ -19,7 +19,7 @@ OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
-NLS_CONFIGURE_WITHOUT=	--disable-nls
+NLS_CONFIGURE_OFF=	--disable-nls
 
 .include <bsd.port.options.mk>
 



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