From nobody@FreeBSD.org  Thu Jan 21 04:56:46 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8E84310656BE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jan 2010 04:56:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7DE658FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jan 2010 04:56:46 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0L4ukN5005757
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jan 2010 04:56:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o0L4ukEL005756;
	Thu, 21 Jan 2010 04:56:46 GMT
	(envelope-from nobody)
Message-Id: <201001210456.o0L4ukEL005756@www.freebsd.org>
Date: Thu, 21 Jan 2010 04:56:46 GMT
From: Takefu Kenji <takefu@airport.fm>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/p5-SAVI-Perl libsavi.so Judgment correction
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: Gary@Hayers.org

>Number:         143047
>Category:       ports
>Synopsis:       security/p5-SAVI-Perl libsavi.so Judgment correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    niels
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 21 05:00:18 UTC 2010
>Closed-Date:    Mon Mar 15 21:31:40 UTC 2010
>Last-Modified:  Mon Mar 15 21:40:05 UTC 2010
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 21 05:00:31 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Gary@Hayers.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143047: security/p5-SAVI-Perl libsavi.so Judgment correction
Date: Thu, 21 Jan 2010 05:00:28 UT

 Maintainer of security/p5-SAVI-Perl,
 
 Please note that PR ports/143047 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143047
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Gary J. Hayers" <gary@hayers.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143047: security/p5-SAVI-Perl libsavi.so Judgment correction
Date: Thu, 21 Jan 2010 11:07:36 +0000

 Patch looks good, please commit.
 
 Regards,
 Gary J. Hayers
 
 Edwin Groothuis wrote:
 > Maintainer of security/p5-SAVI-Perl,
 >
 > Please note that PR ports/143047 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143047
 >
 >   
 
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Jan 22 07:51:17 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143047 
Responsible-Changed-From-To: freebsd-ports-bugs->niels 
Responsible-Changed-By: niels 
Responsible-Changed-When: Mon Mar 15 20:03:50 UTC 2010 
Responsible-Changed-Why:  
Thanks,I'll process it 
Niels 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143047 
State-Changed-From-To: open->closed 
State-Changed-By: niels 
State-Changed-When: Mon Mar 15 21:28:34 UTC 2010 
State-Changed-Why:  
Committed, thanks! 
Niels 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143047: commit references a PR
Date: Mon, 15 Mar 2010 21:31:28 +0000 (UTC)

 niels       2010-03-15 21:31:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/p5-SAVI-Perl Makefile 
   Log:
   Committed patch which improves the Sophos AV shared library check
   
   PR:     ports/143047
   Reviewed by:    Gary J. Hayers (maintainer)
   Approved by:    itetcu (mentor)
   
   Revision  Changes    Path
   1.10      +3 -3      ports/security/p5-SAVI-Perl/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
