From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 15:35:18 2014 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 ESMTPS id 09E41F14; Sat, 5 Jul 2014 15:35:18 +0000 (UTC) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3CF242E; Sat, 5 Jul 2014 15:35:16 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosGAAUauFNbsUTR/2dsb2JhbABagw5STcY3AYEEF3WEAwEBBTocIxALFAQJJQ8qHgaIWQEIyj8Xjm8zB4RDAQSadYFJkkSDRTs Received: from 209.68-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.68.209]) by relay.skynet.be with ESMTP; 05 Jul 2014 17:34:06 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s65FY5IJ005602; Sat, 5 Jul 2014 17:34:05 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sat, 5 Jul 2014 17:34:05 +0200 From: Tijl Coosemans To: John Marino Subject: Re: svn commit: r360756 - head/audio/xmms-nas/files Message-ID: <20140705173405.7f894e81@kalimero.tijl.coosemans.org> In-Reply-To: <201407051502.s65F2VH8094352@svn.freebsd.org> References: <201407051502.s65F2VH8094352@svn.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, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 05 Jul 2014 15:35:18 -0000 On Sat, 5 Jul 2014 15:02:31 +0000 (UTC) John Marino wrote: > Author: marino > Date: Sat Jul 5 15:02:31 2014 > New Revision: 360756 > URL: http://svnweb.freebsd.org/changeset/ports/360756 > QAT: https://qat.redports.org/buildarchive/r360756/ > > Log: > audio/xmms-nas: Add patch for DragonFly support (dports) > > Added: > head/audio/xmms-nas/files/patch-ltconfig (contents, props changed) > > Added: head/audio/xmms-nas/files/patch-ltconfig > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/audio/xmms-nas/files/patch-ltconfig Sat Jul 5 15:02:31 2014 (r360756) > @@ -0,0 +1,20 @@ > +--- ltconfig.orig 1999-08-06 23:43:29.000000000 +0000 > ++++ ltconfig > +@@ -1216,7 +1216,7 @@ else > + ;; > + > + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. > +- freebsd*) > ++ dragonfly*|freebsd*) > + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts' > + hardcode_libdir_flag_spec='-R$libdir' > + hardcode_direct=yes > +@@ -1665,7 +1665,7 @@ freebsd1*) > + dynamic_linker=no > + ;; > + > +-freebsd*) > ++dragonfly*|freebsd*) > + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` > + version_type=freebsd-$objformat > + case "$version_type" in > Didn't this just work? It should already be handled by USES=libtool.