From owner-svn-ports-all@freebsd.org Sun Oct 11 18:07:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9356A11853; Sun, 11 Oct 2015 18:07:41 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86C651D8; Sun, 11 Oct 2015 18:07:41 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [172.20.12.204] (unknown [12.235.85.130]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 56B393F460; Sun, 11 Oct 2015 14:07:33 -0400 (EDT) Date: Sun, 11 Oct 2015 12:07:31 -0600 (MDT) From: Gerald Pfeifer To: Tijl Coosemans cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r398996 - in head: Mk/Uses audio/deadbeef audio/deadbeef/files comms/hidapi comms/hidapi/files converters/libiconv converters/libiconv/files deskutils/fbreader deskutils/ljclive deskuti... In-Reply-To: <201510101403.t9AE31Cc013598@repo.freebsd.org> Message-ID: References: <201510101403.t9AE31Cc013598@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 11 Oct 2015 18:07:41 -0000 On Sat, 10 Oct 2015, Tijl Coosemans wrote: > Author: tijl > Date: Sat Oct 10 14:03:00 2015 > New Revision: 398996 > URL: https://svnweb.freebsd.org/changeset/ports/398996 > > Log: > Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. > > These were FreeBSD specific aliases for libiconv(), libiconv_open() and > libiconv_close() that are now also provided by libc which complicates > writing configure tests that work correctly when both libc iconv and > libiconv are available. Kudos for a clean-up commit which did require quite some work in many ports, beyond the "mere" infrastructure changes. Gerald