Date: Wed, 12 Oct 2005 13:59:05 +0300 From: "Alex Samorukov" <samm@os2.kiev.ua> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: samm@os2.kiev.ua Subject: ports/87313: port/clamav - small error on UNRAR option Message-ID: <1129114745.0@samm.loc> Resent-Message-ID: <200510121100.j9CB0Qql072741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87313 >Category: ports >Synopsis: port/clamav - small error on UNRAR option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 12 11:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 5.4-STABLE i386 >Organization: Shevchenko Didkovskiy and Partners >Environment: System: FreeBSD 5.4-STABLE #15: Mon Aug 8 10:59:05 EEST 2005 root@samm.loc:/usr/obj/usr/src/sys/SAMMKRNL >Description: Makefile have OPTIONS= UNRAR, but really it use LIBUNRAR variable >How-To-Repeat: # rm /var/db/ports/clamav/options # cd /usr/ports/security/clamav # make Select UNRAR checkbox, hit "enter" clamav will build without unrar support. make WITH_LIBUNRAR=1 will build clamav with libunrar support >Fix: --- Makefile.ori Wed Oct 12 13:53:28 2005 +++ Makefile Wed Oct 12 13:52:21 2005 @@ -25,7 +25,7 @@ OPTIONS= MILTER "Compile the milter interface" Off \ CURL "Support URL downloading" Off \ - UNRAR "Support for external Unrar library" Off + LIBUNRAR "Support for external Unrar library" Off USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1129114745.0>