Date: Sun, 6 Aug 2006 01:21:27 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: js@jeannot.org Subject: ports/101442: [PATCH] math/scilab: fix depends Message-ID: <20060805212127.4BB6112241@fonon.realnet> Resent-Message-ID: <200608052150.k75LoLwI092981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101442 >Category: ports >Synopsis: [PATCH] math/scilab: 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:20 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 (js@jeannot.org). >How-To-Repeat: >Fix: --- scilab-4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/scilab/Makefile /var/tmp/scilab/Makefile --- /usr/ports/math/scilab/Makefile Fri Jul 14 03:20:54 2006 +++ /var/tmp/scilab/Makefile Sun Aug 6 01:20:02 2006 @@ -60,7 +60,7 @@ USE_GNOME= pkgconfig gtk20 libgtkhtml vte CONFIGURE_ARGS+= --with-gtk2 PLIST_SUB+= GTK2="" NOGTK2="@comment " -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif .else --- scilab-4.0.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?20060805212127.4BB6112241>