ports/143047: security/p5-SAVI-Perl libsavi.so Judgment correction

Takefu Kenji takefu at airport.fm
Thu Jan 21 05:00:19 UTC 2010


>Number:         143047
>Category:       ports
>Synopsis:       security/p5-SAVI-Perl libsavi.so Judgment correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 21 05:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takefu Kenji
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
The introduction rejection is unconditionally done if not introduced by 'install.sh -so' when Sophos Anti-Virus is introduced. 
The purpose of libsavi.so.3 is not to put the symbolic link to libsavi.so in a standard introduction. 

http://www.jp.freebsd.org/cgi/query-pr.cgi?pr=102779

A past correction was wrong.

>How-To-Repeat:
get to Sophos Anti-Virus tarball.
extract tarball.
# ./install.sh
# cd /usr/ports/security/p5-SAVI-Perl
# make
===>  p5-SAVI-Perl-0.30_5 Please install first Sophos Anit-Virus..
*** Error code 1

>Fix:
diff -ruN --exclude=CVS /usr/ports/security/p5-SAVI-Perl/Makefile /root/ports/security/p5-SAVI-Perl/Makefile
--- /usr/ports/security/p5-SAVI-Perl/Makefile	2010-01-08 10:14:52.000000000 +0900
+++ /root/ports/security/p5-SAVI-Perl/Makefile	2010-01-21 13:30:40.000000000 +0900
@@ -6,7 +6,7 @@
 
 PORTNAME=	SAVI-Perl
 PORTVERSION=	0.30
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security perl5
 MASTER_SITES=	http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
 MASTER_SITE_SUBDIR=	security
@@ -25,8 +25,8 @@
 .if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so)
 FAKELIBDIR=${WRKDIR}/lib
 CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}'
-.else
-IGNORE=		"Please install first Sophos Anit-Virus."
+.elif !exists(${PREFIX}/lib/libsavi.so)
+IGNORE=		Please install first Sophos Anit-Virus.
 .endif
 
 .if defined(FAKELIBDIR)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list