ports/109155: [MAINTAINER] audio/fluidsynth-dssi: objformat fix.

trasz trasz at pin.if.uz.zgora.pl
Wed Feb 14 07:20:06 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list