ports/109154: [MAINTAINER] audio/whysynth: objformat fix.

trasz trasz at pin.if.uz.zgora.pl
Wed Feb 14 07:10:17 UTC 2007


>Number:         109154
>Category:       ports
>Synopsis:       [MAINTAINER] audio/whysynth: 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:10:16 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.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- whysynth-20060122.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/whysynth/files/patch-configure /home/trasz/whysynth/files/patch-configure
--- /usr/ports/audio/whysynth/files/patch-configure	Wed Jan 24 21:41:29 2007
+++ /home/trasz/whysynth/files/patch-configure	Wed Feb 14 08:09:47 2007
@@ -1,5 +1,41 @@
---- configure.orig	Sat Jan 20 12:02:36 2007
-+++ configure	Sat Jan 20 12:02:42 2007
+--- configure.orig	Mon Jan 23 08:45:16 2006
++++ configure	Wed Feb 14 08:00:58 2007
+@@ -8844,7 +8844,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*)
+@@ -12611,7 +12611,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*)
+@@ -15826,7 +15826,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*)
+@@ -18239,7 +18239,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*)
 @@ -21267,7 +21267,7 @@
  fi;
  
--- whysynth-20060122.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list