From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 6 12:40:33 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 DDBAD16A4CE for ; Sat, 6 Nov 2004 12:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3FC43D1D for ; Sat, 6 Nov 2004 12:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA6CeXcB001641 for ; Sat, 6 Nov 2004 12:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA6CeXDX001640; Sat, 6 Nov 2004 12:40:33 GMT (envelope-from gnats) Date: Sat, 6 Nov 2004 12:40:33 GMT Message-Id: <200411061240.iA6CeXDX001640@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/73604: [UPGRADE] deve/stlport 4.5.3 -> 4.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 12:40:34 -0000 The following reply was made to PR ports/73604; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/73604: [UPGRADE] deve/stlport 4.5.3 -> 4.6.2 Date: Sat, 06 Nov 2004 13:35:14 +0100 This also need plist update: Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/stlport/pkg-plist,v retrieving revision 1.6 diff -a -u -r1.6 pkg-plist --- pkg-plist 17 Sep 2002 12:52:06 -0000 1.6 +++ pkg-plist 6 Nov 2004 12:33:36 -0000 @@ -17,8 +17,10 @@ include/stlport/config/stl_bc.h include/stlport/config/stl_como.h include/stlport/config/stl_confix.h +include/stlport/config/stl_cray.h include/stlport/config/stl_dec.h include/stlport/config/stl_dec_vms.h +include/stlport/config/stl_dm.h include/stlport/config/stl_fujitsu.h include/stlport/config/stl_gcc.h include/stlport/config/stl_hpacc.h @@ -159,6 +161,7 @@ include/stlport/stl/_fstream.c include/stlport/stl/_fstream.h include/stlport/stl/_function.h +include/stlport/stl/_function_adaptors.h include/stlport/stl/_function_base.h include/stlport/stl/_hash_fun.h include/stlport/stl/_hash_map.h @@ -186,6 +189,7 @@ include/stlport/stl/_messages_facets.h include/stlport/stl/_monetary.c include/stlport/stl/_monetary.h +include/stlport/stl/_new.h include/stlport/stl/_null_stream.h include/stlport/stl/_num_get.c include/stlport/stl/_num_get.h @@ -207,11 +211,11 @@ include/stlport/stl/_raw_storage_iter.h include/stlport/stl/_relops.h include/stlport/stl/_relops_cont.h +include/stlport/stl/_relops_hash_cont.h include/stlport/stl/_relops_template.h include/stlport/stl/_rope.c include/stlport/stl/_rope.h include/stlport/stl/_set.h -include/stlport/stl/_set_operators.h include/stlport/stl/_site_config.h include/stlport/stl/_slist.c include/stlport/stl/_slist.h @@ -256,6 +260,8 @@ include/stlport/stl/debug/_hashtable.h include/stlport/stl/debug/_iterator.h include/stlport/stl/debug/_list.h +include/stlport/stl/debug/_relops_cont.h +include/stlport/stl/debug/_relops_hash_cont.h include/stlport/stl/debug/_slist.h include/stlport/stl/debug/_string.h include/stlport/stl/debug/_tree.h @@ -323,10 +329,10 @@ include/stlport/wrap_std/strstream lib/libstlport_%%COMPILER%%.a lib/libstlport_%%COMPILER%%.so -lib/libstlport_%%COMPILER%%.so_4_5 +lib/libstlport_%%COMPILER%%.so_4_6 lib/libstlport_%%COMPILER%%_stldebug.a lib/libstlport_%%COMPILER%%_stldebug.so -lib/libstlport_%%COMPILER%%_stldebug.so_4_5 +lib/libstlport_%%COMPILER%%_stldebug.so_4_6 %%PORTDOCS%%share/doc/stlport/README.BC.html %%PORTDOCS%%share/doc/stlport/README.CW.html %%PORTDOCS%%share/doc/stlport/README.DEC.html and it still does not build on 5.3 -- Pav Lucistnik East or west, ~ is best.