From trasz@pin.if.uz.zgora.pl  Wed Feb 14 06:56:38 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 03A5716A400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Feb 2007 06:56:38 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id C0CD413C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Feb 2007 06:56:37 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 62F5939DBA; Wed, 14 Feb 2007 08:02:08 +0100 (CET)
Message-Id: <20070214070208.62F5939DBA@pin.if.uz.zgora.pl>
Date: Wed, 14 Feb 2007 08:02:08 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/hexter: objformat fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109153
>Category:       ports
>Synopsis:       [MAINTAINER] audio/hexter: objformat fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 14 07:00:49 GMT 2007
>Closed-Date:    Wed Feb 14 10:44:33 GMT 2007
>Last-Modified:  Wed Feb 14 10:50:05 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 14 07:01:05 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109153 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Feb 14 10:44:30 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109153 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109153: commit references a PR
Date: Wed, 14 Feb 2007 10:44:24 +0000 (UTC)

 miwi        2007-02-14 10:44:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/hexter/files   patch-configure 
   Log:
   - Fix after objformat removal
   
   PR:             109153
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
   
   Revision  Changes    Path
   1.2       +38 -2     ports/audio/hexter/files/patch-configure
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
