Date: Wed, 14 Feb 2007 08:16:04 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109155: [MAINTAINER] audio/fluidsynth-dssi: objformat fix. Message-ID: <20070214071604.228A139DBA@pin.if.uz.zgora.pl> Resent-Message-ID: <200702140720.l1E7K6hS095277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109155 >Category: ports >Synopsis: [MAINTAINER] audio/fluidsynth-dssi: objformat fix. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 07:20:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: Fix build after objformat(1) removal. Added file(s): - files/patch-configure Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fluidsynth-dssi-0.9.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/fluidsynth-dssi/files/patch-configure /home/trasz/fluidsynth-dssi/files/patch-configure --- /usr/ports/audio/fluidsynth-dssi/files/patch-configure Thu Jan 1 01:00:00 1970 +++ /home/trasz/fluidsynth-dssi/files/patch-configure Wed Feb 14 08:15:26 2007 @@ -0,0 +1,38 @@ +--- configure.orig Wed Feb 14 08:06:56 2007 ++++ configure Wed Feb 14 08:07:14 2007 +@@ -7831,7 +7831,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -11598,7 +11598,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -14813,7 +14813,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -17226,7 +17226,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) --- fluidsynth-dssi-0.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070214071604.228A139DBA>