svn commit: r486867 - head/security/clamav

Jan Beich jbeich at FreeBSD.org
Fri Dec 7 16:19:50 UTC 2018


Mark Linimon <linimon at 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?


More information about the svn-ports-all mailing list