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 6B10616A4DD 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 26FD043D58 for ; Sat, 5 Aug 2006 21:50:22 +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 k75LoL0c093001 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 k75LoLNm093000; 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.k75LoLNm093000@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 BB8CF16A4E0 for ; Sat, 5 Aug 2006 21:42:21 +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 D12BF43D77 for ; Sat, 5 Aug 2006 21:41:53 +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-0001sP-Q5; Sun, 06 Aug 2006 01:49:54 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 65D761261C; Sun, 6 Aug 2006 01:37:45 +0400 (MSD) Message-Id: <20060805213745.65D761261C@fonon.realnet> Date: Sun, 6 Aug 2006 01:37:45 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kay_lehmann@web.de Subject: ports/101443: [PATCH] science/kst: 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: 101443 >Category: ports >Synopsis: [PATCH] science/kst: 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:21 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. - Update icons cache Copy of this message was sent to (kay_lehmann@web.de). >How-To-Repeat: >Fix: --- kst-1.2.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/science/kst/Makefile /var/tmp/kst/Makefile --- /usr/ports/science/kst/Makefile Sat May 6 05:28:22 2006 +++ /var/tmp/kst/Makefile Sun Aug 6 01:34:12 2006 @@ -21,7 +21,8 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes USE_GETTEXT= yes OPTIONS= NETCDF "Enable netcdf file support" off \ @@ -31,7 +32,7 @@ .include -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif --- kst-1.2.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: