Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 13:28:29 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63177: bento-fix: mail/p3scan 
Message-ID:  <20040221182829.416E539845@slurmcan.wormulon.net>
Resent-Message-ID: <200402211830.i1LIUJej037692@freefall.freebsd.org>

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

>Number:         63177
>Category:       ports
>Synopsis:       bento-fix: mail/p3scan
>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:   Sat Feb 21 10:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

Fix
http://bento.freebsd.org/errorlogs/amd64-5-latest/p3scan-1.0_1.log
http://bento.freebsd.org/errorlogs/i386-5-latest/p3scan-1.0_1.log

>How-To-Repeat:
	
>Fix:

	

--- p3scan-pcre.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/mail/p3scan/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	18 Feb 2004 02:42:35 -0000	1.2
+++ Makefile	21 Feb 2004 18:26:23 -0000
@@ -19,7 +19,7 @@
 
 USE_GMAKE=	yes
 USE_GETOPT_LONG=yes
-MAKE_ENV=	_LDFLAGS="${LDFLAGS}" GMAKE=${GMAKE}
+MAKE_ENV=	_LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" GMAKE=${GMAKE}
 SCRIPTS_ENV=	PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd
 
 OPTIONS=	UVSCAN "Use UVSCAN" on
--- p3scan-pcre.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?20040221182829.416E539845>