From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 14 13:10:14 2004 Return-Path: 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 78E6816A4CE for ; Wed, 14 Jul 2004 13:10:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5721E43D1F for ; Wed, 14 Jul 2004 13:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6EDACc4074638 for ; Wed, 14 Jul 2004 13:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6EDACOP074637; Wed, 14 Jul 2004 13:10:12 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jul 2004 13:10:12 GMT Resent-Message-Id: <200407141310.i6EDACOP074637@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, Konstantin Oznobihin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517DF16A4CE for ; Wed, 14 Jul 2004 13:05:26 +0000 (GMT) Received: from rocky.cc.rsu.ru (rocky.cc.rsu.ru [195.208.252.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAC343D54 for ; Wed, 14 Jul 2004 13:05:25 +0000 (GMT) (envelope-from bork@rocky.cc.rsu.ru) Received: from rocky.cc.rsu.ru (localhost [127.0.0.1]) by rocky.cc.rsu.ru (8.12.10/8.12.10) with ESMTP id i6ED0nJM093526 for ; Wed, 14 Jul 2004 17:00:49 +0400 (MSD) (envelope-from bork@rocky.cc.rsu.ru) Received: (from bork@localhost) by rocky.cc.rsu.ru (8.12.10/8.12.10/Submit) id i6ED0m0l093525; Wed, 14 Jul 2004 17:00:48 +0400 (MSD) (envelope-from bork) Message-Id: <200407141300.i6ED0m0l093525@rocky.cc.rsu.ru> Date: Wed, 14 Jul 2004 17:00:48 +0400 (MSD) From: Konstantin Oznobihin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69051: [patch] devel/ace+tao wrong version of library in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Konstantin Oznobihin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 13:10:14 -0000 >Number: 69051 >Category: ports >Synopsis: [patch] devel/ace+tao wrong version of library in pkg-plist >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 14 13:10:10 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Konstantin Oznobihin >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: Rostov State University >Environment: System: FreeBSD *.cc.rsu.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 2 20:10:08 MSD 2004 bork@rsu.ru:/usr/obj/usr/src/sys/rocky.athlon-xp.HEAD.2004-06-08 i386 >Description: pkg-plist of devel/ace+tao contains wrong version number for libDiamond.so. It should be 1.4.1 (actually version of tao), instead of 1.4.0. >How-To-Repeat: cd /usr/ports/devel/ace+tao make install make deinstall >Fix: Change 1.4.0 to %%TAO_VERSION%% --- patch begins here --- --- pkg-plist.orig Wed Jul 14 16:45:25 2004 +++ pkg-plist Wed Jul 14 16:38:57 2004 @@ -4764,7 +4764,7 @@ %%TAO%%%%TESTS%%lib/libCollocation_Diamond.so %%TAO%%%%TESTS%%lib/libCollocation_Diamond.so.%%TAO_VERSION%% %%TAO%%%%TESTS%%lib/libDiamond.so -%%TAO%%%%TESTS%%lib/libDiamond.so.1.4.0 +%%TAO%%%%TESTS%%lib/libDiamond.so.%%TAO_VERSION%% %%TAO%%%%TESTS%%lib/libIBM1047_ISO8859.so %%TAO%%%%TESTS%%lib/libIBM1047_ISO8859.so.%%TAO_VERSION%% %%TAO%%lib/libTAO.so --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: