From avleeuwen@winston.piwebs.com  Fri Feb  4 12:34:32 2005
Return-Path: <avleeuwen@winston.piwebs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B61C416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Feb 2005 12:34:32 +0000 (GMT)
Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186])
	by mx1.FreeBSD.org (Postfix) with SMTP id 7D49743D54
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Feb 2005 12:34:31 +0000 (GMT)
	(envelope-from avleeuwen@winston.piwebs.com)
Received: (qmail 59682 invoked by uid 1001); 4 Feb 2005 12:34:30 -0000
Message-Id: <20050204123430.59681.qmail@winston.piwebs.com>
Date: 4 Feb 2005 12:34:30 -0000
From: avleeuwen@piwebs.com
Reply-To: avleeuwen@piwebs.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix detection of pilot-link in palm/libmal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77098
>Category:       ports
>Synopsis:       Fix detection of pilot-link in palm/libmal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 04 12:40:18 GMT 2005
>Closed-Date:    Sat Feb 05 19:21:44 GMT 2005
>Last-Modified:  Sat Feb 05 19:21:44 GMT 2005
>Originator:     Arjan van Leeuwen
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD winston.piwebs.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 16 21:32:29 CET 2005 root@winston.piwebs.com:/usr/obj/usr/src/sys/WINSTON i386


	
>Description:
Make palm/libmal look for pilot-link in ${LOCALBASE} instead of /usr/local [1].
Satisfy portlint while I'm here. Port revision not bumped, since functionality
hasn't changed, and if you already have it installed you obviously worked 
around the problem.

[1] Reported by: Anders Nor Berle (debolaz at gmail dot com)
>How-To-Repeat:
	
>Fix:

diff -urN /usr/ports/palm/libmal/Makefile libmal/Makefile
--- /usr/ports/palm/libmal/Makefile	Sun Apr 11 00:29:27 2004
+++ libmal/Makefile	Fri Feb  4 13:28:03 2005
@@ -19,7 +19,8 @@
 USE_GMAKE=	YES
 USE_LIBTOOL_VER=13
 HAS_CONFIGURE=	YES
+CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
 INSTALLS_SHLIB=	YES
-CONFLICTS=	malsync-*
+CONFLICTS=	malsync-[0-9]*
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Feb 5 19:21:35 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77098 
>Unformatted:
