Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 08:02:08 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109153: [MAINTAINER] audio/hexter: objformat fix
Message-ID:  <20070214070208.62F5939DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200702140700.l1E70oJY092511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109153
>Category:       ports
>Synopsis:       [MAINTAINER] audio/hexter: 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:00:49 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 for building after objformat(1) removal.

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

--- hexter-0.5.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/hexter/files/patch-configure /home/trasz/hexter/files/patch-configure
--- /usr/ports/audio/hexter/files/patch-configure	Wed Jan 24 21:42:18 2007
+++ /home/trasz/hexter/files/patch-configure	Wed Feb 14 07:59:30 2007
@@ -1,5 +1,41 @@
---- configure.orig	Sat Jan 20 12:27:18 2007
-+++ configure	Sat Jan 20 12:27:30 2007
+--- configure.orig	Wed Jan 18 22:23:05 2006
++++ configure	Wed Feb 14 07:51:19 2007
+@@ -7829,7 +7829,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*)
+@@ -11596,7 +11596,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*)
+@@ -14811,7 +14811,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*)
+@@ -17224,7 +17224,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*)
 @@ -20697,7 +20697,7 @@
  echo "GTK support: $with_gtk"
  
--- hexter-0.5.9.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?20070214070208.62F5939DBA>