svn commit: r497939 - in head/databases: ldb13 ldb14

Tobias Kortkamp tobik at FreeBSD.org
Fri Apr 5 06:31:53 UTC 2019


Author: tobik
Date: Fri Apr  5 06:31:51 2019
New Revision: 497939
URL: https://svnweb.freebsd.org/changeset/ports/497939

Log:
  databases/ldb1{3,4}: Drop nop options helpers
  
  Prepare for D19553: Options helpers set after bsd.port.options.mk
  are ineffective.

Modified:
  head/databases/ldb13/Makefile
  head/databases/ldb14/Makefile

Modified: head/databases/ldb13/Makefile
==============================================================================
--- head/databases/ldb13/Makefile	Fri Apr  5 06:28:32 2019	(r497938)
+++ head/databases/ldb13/Makefile	Fri Apr  5 06:31:51 2019	(r497939)
@@ -55,8 +55,6 @@ MANPAGES_DESC=		Build and install manpages (requires t
 
 .include <bsd.port.options.mk>
 
-DEBUG_CONFIGURE_ON=	--verbose --enable-debug
-DEBUG_MAKE_ARGS=	--verbose
 DEBUG_FLAGS=		-g -ggdb3 -O0
 
 LDB_BINS=		bin/ldbedit \

Modified: head/databases/ldb14/Makefile
==============================================================================
--- head/databases/ldb14/Makefile	Fri Apr  5 06:28:32 2019	(r497938)
+++ head/databases/ldb14/Makefile	Fri Apr  5 06:31:51 2019	(r497939)
@@ -53,8 +53,6 @@ MANPAGES_DESC=		Build and install manpages (requires t
 
 .include <bsd.port.options.mk>
 
-DEBUG_CONFIGURE_ON=	--verbose --enable-debug
-DEBUG_MAKE_ARGS=	--verbose
 DEBUG_FLAGS=		-g -ggdb3 -O0
 
 LDB_BINS=		bin/ldbedit \


More information about the svn-ports-all mailing list