Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 17:27:31 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550726 - head/dns/gdnsd3
Message-ID:  <202009301727.08UHRVK5063487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Sep 30 17:27:31 2020
New Revision: 550726
URL: https://svnweb.freebsd.org/changeset/ports/550726

Log:
  - Convert no-unused-variable fix to suggested upstream solution
  - Do not bump PORTREVISION as this is a cosmetic/noop change

Modified:
  head/dns/gdnsd3/Makefile

Modified: head/dns/gdnsd3/Makefile
==============================================================================
--- head/dns/gdnsd3/Makefile	Wed Sep 30 17:14:48 2020	(r550725)
+++ head/dns/gdnsd3/Makefile	Wed Sep 30 17:27:31 2020	(r550726)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--localstatedir=/var
 USE_LDCONFIG=	yes
 USES=		pkgconfig libtool tar:xz perl5 gmake
 USE_PERL5=	build
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-isystem${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFLICTS_INSTALL=	gdnsd-1.[0-9]* gdnsd2-2.[0-9]*
 
@@ -47,10 +47,6 @@ CONFIGURE_ARGS+=--without-hardening
 CFLAGS+=	-fstack-protector-strong -fexceptions -ftrapv
 LDFLAGS+=	-Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
 .endif
-
-post-configure:
-	@${REINPLACE_CMD} -e 's|-Wall |-Wall -Wno-unused-variable |g' \
-		${WRKSRC}/Makefile
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \



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