ports/77098: Fix detection of pilot-link in palm/libmal
avleeuwen at piwebs.com
avleeuwen at piwebs.com
Fri Feb 4 12:40:19 UTC 2005
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 04 12:40:18 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list