ports/101440: [PATCH] deskutils/pal: fix depends
Stanislav Sedov
ssedov at mbsd.msk.ru
Sat Aug 5 21:50:19 UTC 2006
>Number: 101440
>Category: ports
>Synopsis: [PATCH] deskutils/pal: fix depends
>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 Aug 05 21:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Stanislav Sedov
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD
>Description:
- Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
Copy of this message was sent to (h.skuhra at gmail.com).
>How-To-Repeat:
>Fix:
--- pal-0.3.4_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/pal/Makefile /var/tmp/pal/Makefile
--- /usr/ports/deskutils/pal/Makefile Fri May 5 01:40:17 2006
+++ /var/tmp/pal/Makefile Sun Aug 6 00:51:30 2006
@@ -6,7 +6,7 @@
PORTNAME= pal
PORTVERSION= 0.3.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= palcal
@@ -25,7 +25,7 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
.endif
--- pal-0.3.4_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list