From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 20:35:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1195C20; Tue, 15 Oct 2013 20:35:07 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 847652680; Tue, 15 Oct 2013 20:35:06 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmcGAA2mXVJbsXIr/2dsb2JhbABagwc4RsI2gSQXdIIlAQEFOhwjEAsUBAklDyoeBogdCL4Hj0oHhCUDmAOBMJBTgyY6 Received: from 43.114-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.114.43]) by relay.skynet.be with ESMTP; 15 Oct 2013 22:34:59 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9FKYwpw011487; Tue, 15 Oct 2013 22:34:58 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 15 Oct 2013 22:34:57 +0200 From: Tijl Coosemans To: Jung-uk Kim Subject: Re: svn commit: r330387 - head/misc/compat8x Message-ID: <20131015223457.5388f001@kalimero.tijl.coosemans.org> In-Reply-To: <525D8691.1050500@FreeBSD.org> References: <201310151139.r9FBdeLZ054477@svn.freebsd.org> <525D7FBB.3060108@FreeBSD.org> <525D84B6.6000306@FreeBSD.org> <525D8691.1050500@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, des@freebsd.org, Renato Botelho , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 20:35:07 -0000 On Tue, 15 Oct 2013 14:16:49 -0400 Jung-uk Kim wrote: > On 2013-10-15 14:08:54 -0400, Renato Botelho wrote: >> On 15-10-2013 14:47, Jung-uk Kim wrote: >>> On 2013-10-15 07:39:40 -0400, Renato Botelho wrote: >>>> Author: garga Date: Tue Oct 15 11:39:39 2013 New Revision: >>>> 330387 URL: http://svnweb.freebsd.org/changeset/ports/330387 >>>> >>>> Log: - Update to 8.4.201310 - Remove liblwres.so.50 (not >>>> present on 8.4) - Remove libstdc++.so.6 to avoid conflict with >>>> compat9x [1] >>> >>> A binary built on 8.x requires both compat8x and compat9x now on >>> 10.x where libstdc++.so is not installed by default. Is it >>> intentional? >> >> It's better to require 2 compat ports to be installed than conflict >> both compat8x and compat9x, what would make it impossible to run a >> 8.x binary AND a 9.x binary on the same system. > > Okay. Then, this change deserves an entry in UPDATING, IMHO. Maybe add a runtime dependency on compat9x when ${OSVERSION} >= 1000054