Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Sep 2006 17:27:56 +0900 (JST)
From:      "Takefu@airport.fm" <takefu@ae-osaka.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102779: Problem when introducing it
Message-ID:  <20060902082851.927EE6D436@ae-osaka.co.jp>
Resent-Message-ID: <200609020830.k828UVdb015339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102779
>Category:       ports
>Synopsis:       Problem when introducing it
>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:   Sat Sep 02 08:30:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Takefu <takefu@airport.fm>
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ae-osaka.co.jp 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Sep 1 19:07:17 JST 2006 takefu@airprot.fm:/usr/obj/usr/src/sys/GENERIC i386
>Description:
When libsavi.so.3 is able not to do include at make though it is necessary, to do make, and to use it for, the following cannot be used by doing the error generation. 
>How-To-Repeat:
# cd /usr/ports/security/p5-SAVI-Perl
# make install
# perl work/SAVI-Perl-0.30/example/list_options.pl

>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	Tue Nov  1 03:24:14 2005
+++ Makefile	Sat Sep  2 16:54:21 2006
@@ -6,7 +6,7 @@
 
 PORTNAME=	SAVI-Perl
 PORTVERSION=	0.30
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security perl5
 MASTER_SITES=	http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
 MASTER_SITE_SUBDIR=	security
@@ -31,6 +31,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 start introducing again previously after introducing Sophos Anit-Virus."
 .endif
 
 .if defined(FAKELIBDIR)
--- Makefile.diff ends here ---


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



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