Date: Thu, 13 Jun 2019 12:50:05 +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: r504087 - in head/dns: bind9-devel bind914 Message-ID: <201906131250.x5DCo5CY072860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jun 13 12:50:04 2019 New Revision: 504087 URL: https://svnweb.freebsd.org/changeset/ports/504087 Log: Fix build when not using WITH_DEBUG. Reported by: pkg-fallout@ Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind914/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Thu Jun 13 12:49:14 2019 (r504086) +++ head/dns/bind9-devel/Makefile Thu Jun 13 12:50:04 2019 (r504087) @@ -39,7 +39,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools .endif # XXX: remove tar:bz2 -USES= compiler:c11 cpe libedit ssl tar:bz2 +USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.15.0a0.2019.06.10 # XXX: Remove gitlab @@ -210,7 +210,7 @@ TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-symtable \ --enable-developer -USES+= perl5 pkgconfig +USES+= perl5 USE_PERL5= build BUILD_DEPENDS+= cmocka>0:sysutils/cmocka .else Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Thu Jun 13 12:49:14 2019 (r504086) +++ head/dns/bind914/Makefile Thu Jun 13 12:50:04 2019 (r504087) @@ -34,7 +34,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 RUN_DEPENDS= bind-tools>0:dns/bind-tools .endif -USES= compiler:c11 cpe libedit ssl +USES= compiler:c11 cpe libedit pkgconfig ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.14.2 @@ -197,7 +197,7 @@ TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-symtable \ --enable-developer -USES+= perl5 pkgconfig +USES+= perl5 USE_PERL5= build BUILD_DEPENDS+= cmocka>0:sysutils/cmocka .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906131250.x5DCo5CY072860>