Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Aug 2006 00:53:41 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        h.skuhra@gmail.com
Subject:   ports/101440: [PATCH] deskutils/pal: fix depends
Message-ID:  <20060805205341.E1AF5120B1@fonon.realnet>
Resent-Message-ID: <200608052150.k75LoHe1092934@freefall.freebsd.org>

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

>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@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:



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