Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 21:07:30 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Larry Rosenman <ler@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r486246 - head/security/clamav
Message-ID:  <CAMHz58TpOGQmdoYJtc9LcMsLpb4LwKoR4wkey9TFHD5OZBaUuw@mail.gmail.com>
In-Reply-To: <201811301053.wAUAreVk004664@repo.freebsd.org>
References:  <201811301053.wAUAreVk004664@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 30, 2018 at 6:53 PM Larry Rosenman <ler@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
>



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