Date: Fri, 07 Dec 2018 17:19:44 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Linimon <linimon@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486867 - head/security/clamav Message-ID: <va45-qpgf-wny@FreeBSD.org> In-Reply-To: <201812071534.wB7FYq8c046018@repo.freebsd.org> (Mark Linimon's message of "Fri, 7 Dec 2018 15:34:52 %2B0000 (UTC)") References: <201812071534.wB7FYq8c046018@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@FreeBSD.org> writes: > Author: linimon > Date: Fri Dec 7 15:34:52 2018 > New Revision: 486867 > URL: https://svnweb.freebsd.org/changeset/ports/486867 > > Log: > Base GCC supports neither -Wno-logical-op-parentheses nor -Wno-dangling-else. > Remove them on GCC-based architectures to fix build. > > PR: 233800 > Submitted by: Piotr Kubaj > Approved by: maintainer > > Modified: > head/security/clamav/Makefile > > Modified: head/security/clamav/Makefile > ============================================================================== > --- head/security/clamav/Makefile Fri Dec 7 15:24:08 2018 (r486866) > +++ head/security/clamav/Makefile Fri Dec 7 15:34:52 2018 (r486867) > @@ -141,6 +141,8 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ > -e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \ > -e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' > > +.include <bsd.port.pre.mk> > + [...] > +.if exists(/usr/lib/libstdc++.so) Why do you need <bsd.port.pre.mk> if only exists() is used?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?va45-qpgf-wny>