From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 5 21:50:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1693A16A4DA for ; Sat, 5 Aug 2006 21:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78B343D4C for ; Sat, 5 Aug 2006 21:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k75LoLhc092982 for ; Sat, 5 Aug 2006 21:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k75LoLwI092981; Sat, 5 Aug 2006 21:50:21 GMT (envelope-from gnats) Resent-Date: Sat, 5 Aug 2006 21:50:21 GMT Resent-Message-Id: <200608052150.k75LoLwI092981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B477416A4E2 for ; Sat, 5 Aug 2006 21:42:19 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC81A43D68 for ; Sat, 5 Aug 2006 21:41:51 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G9U1j-0001sQ-S3; Sun, 06 Aug 2006 01:49:49 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 4BB6112241; Sun, 6 Aug 2006 01:21:27 +0400 (MSD) Message-Id: <20060805212127.4BB6112241@fonon.realnet> Date: Sun, 6 Aug 2006 01:21:27 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: js@jeannot.org Subject: ports/101442: [PATCH] math/scilab: fix depends X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 21:50:25 -0000 >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: