Date: Sun, 6 Aug 2006 01:11:57 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fernan@iib.unsam.edu.ar Subject: ports/101441: [PATCH] mail/nmzmail: fix depends Message-ID: <20060805211157.EB936126B0@fonon.realnet> Resent-Message-ID: <200608052150.k75LoIXG092959@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101441 >Category: ports >Synopsis: [PATCH] mail/nmzmail: 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:18 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 (fernan@iib.unsam.edu.ar). >How-To-Repeat: >Fix: --- nmzmail-0.1.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/nmzmail/Makefile /var/tmp/nmzmail/Makefile --- /usr/ports/mail/nmzmail/Makefile Tue Jul 26 00:03:32 2005 +++ /var/tmp/nmzmail/Makefile Sun Aug 6 01:11:19 2006 @@ -26,7 +26,7 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500018 +.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif --- nmzmail-0.1.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?20060805211157.EB936126B0>