From trasz@pin.if.uz.zgora.pl  Wed Feb 14 07:04:52 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 9ECDF16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Feb 2007 07:04:52 +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 67D3013C428
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Feb 2007 07:04:52 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 1787E39DBA; Wed, 14 Feb 2007 08:10:24 +0100 (CET)
Message-Id: <20070214071024.1787E39DBA@pin.if.uz.zgora.pl>
Date: Wed, 14 Feb 2007 08:10:24 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/whysynth: objformat fix.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109154
>Category:       ports
>Synopsis:       [MAINTAINER] audio/whysynth: 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:10:16 GMT 2007
>Closed-Date:    Wed Feb 14 10:44:51 GMT 2007
>Last-Modified:  Wed Feb 14 10:50:14 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 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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 14 07:10:31 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

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

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

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

 miwi        2007-02-14 10:44:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/whysynth/files patch-configure 
   Log:
   - Fix after objformat removal
   
   PR:             109154
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
   
   Revision  Changes    Path
   1.2       +38 -2     ports/audio/whysynth/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:
