svn commit: r486246 - head/security/clamav

Po-Chuan Hsieh sunpoet at freebsd.org
Fri Nov 30 13:08:07 UTC 2018


On Fri, Nov 30, 2018 at 6:53 PM Larry Rosenman <ler at freebsd.org> wrote:

> Author: ler
> Date: Fri Nov 30 10:53:39 2018
> New Revision: 486246
> URL: https://svnweb.freebsd.org/changeset/ports/486246
>
> Log:
>   security/clamav: really do the right thing with the MSPACK option.
>
>   previous patch added the configure argument to find archivers/libmspack
>   installed, but neglected to set USES+= pkgconfig to actually have the
> binary
>   use that version.  With it now properly finding libmspack.so, revert to
>   not trying to install libclammspack* if the MSPACK option is set.
>
>   PR:           233658
>
> Modified:
>   head/security/clamav/Makefile
>   head/security/clamav/pkg-plist
>
> Modified: head/security/clamav/Makefile
>
> ==============================================================================
> --- head/security/clamav/Makefile       Fri Nov 30 10:39:42 2018
> (r486245)
> +++ head/security/clamav/Makefile       Fri Nov 30 10:53:39 2018
> (r486246)
> @@ -2,7 +2,7 @@
>
>  PORTNAME=      clamav
>  PORTVERSION=   0.100.2
> -PORTREVISION=  2
> +PORTREVISION=  3
>  CATEGORIES=    security
>  MASTER_SITES=  http://www.clamav.net/downloads/production/
>
> @@ -16,7 +16,7 @@ BUILD_DEPENDS=        pkg-config:devel/pkgconf
>

Hi,

Since you have added USES=pkgconfig, the BUILD_DEPENDS added in r486224 can
be removed.


>  LIB_DEPENDS=   libltdl.so:devel/libltdl \
>                 libcurl.so:ftp/curl
>
> -USES=          cpe gmake gnome libtool ncurses pathfix ssl
> +USES=          cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
>  USE_RC_SUBR=   clamav-clamd clamav-freshclam
>  USE_LDCONFIG=  yes
>


More information about the svn-ports-all mailing list