svn commit: r550726 - head/dns/gdnsd3

Ryan Steinmetz zi at FreeBSD.org
Wed Sep 30 17:27:31 UTC 2020


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' \


More information about the svn-ports-all mailing list