ports/87313: port/clamav - small error on UNRAR option

Alex Samorukov samm at os2.kiev.ua
Wed Oct 12 11:00:27 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list