From trasz@pin.if.uz.zgora.pl  Thu Aug 23 20:37:24 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33ACC16A421;
	Thu, 23 Aug 2007 20:37:24 +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 EB95B13C4A7;
	Thu, 23 Aug 2007 20:37:23 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 7EFAA3985B; Thu, 23 Aug 2007 22:46:31 +0200 (CEST)
Message-Id: <20070823204631.7EFAA3985B@pin.if.uz.zgora.pl>
Date: Thu, 23 Aug 2007 22:46:31 +0200 (CEST)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: danfe@FreeBSD.org
Subject: [PATCH] audio/soundtouch: fix build.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115768
>Category:       ports
>Synopsis:       [PATCH] audio/soundtouch: fix build.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danfe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 20:40:03 GMT 2007
>Closed-Date:    Sun Sep 23 10:57:38 GMT 2007
>Last-Modified:  Sun Sep 23 11:00:21 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:
Attached patch seems to fix the build.

Port maintainer (danfe@FreeBSD.org) is cc'd.

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

--- soundtouch-1.3.1_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/Makefile /home/trasz/soundtouch/Makefile
--- /usr/ports/audio/soundtouch/Makefile	Sun Jul 29 00:41:56 2007
+++ /home/trasz/soundtouch/Makefile	Thu Aug 23 22:45:36 2007
@@ -18,12 +18,8 @@
 USE_AUTOTOOLS=	autoconf:259 automake:19:env libtool:15
 USE_LDCONFIG=	yes
 
-BROKEN=		Does not compile
-
 post-patch: .SILENT
-.for f in config.guess config.sub depcomp install-sh missing
-	${LN} -sf ${LOCALBASE}/share/automake-1.9/${f} ${WRKSRC}/config/${f}
-.endfor
+	cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog && ${AUTORECONF} -i
 	${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g; \
 		s|-O3[^I]*|${CXXFLAGS} -|; s|$$(prefix)/doc|$$(datadir)/doc|; \
@@ -37,8 +33,5 @@
 	${REINPLACE_CMD} -e 's| install-pkgdocDATA$$||' \
 		${WRKSRC}/Makefile.in
 .endif
-
-post-configure:
-	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- soundtouch-1.3.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danfe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 23 20:40:13 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: Edward Tomasz Napierala <trasz@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115768: [PATCH] audio/soundtouch: fix build.
Date: Sun, 26 Aug 2007 18:45:48 +0200

 --cWoXeonUoKmBZSoM
 Content-Type: text/plain; charset=iso-8859-2
 Content-Disposition: inline
 
 Oops, wrong patch.  Correct one attached.
 
 -- 
 If you cut off my head, what would I say?  Me and my head, or me and my body?
 
 
 --cWoXeonUoKmBZSoM
 Content-Type: text/x-diff; charset=iso-8859-2
 Content-Disposition: attachment; filename="soundtouch-unbreak.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/audio/soundtouch/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- Makefile	28 Jul 2007 22:41:56 -0000	1.12
 +++ Makefile	26 Aug 2007 16:28:26 -0000
 @@ -18,12 +18,8 @@
  USE_AUTOTOOLS=	autoconf:259 automake:19:env libtool:15
  USE_LDCONFIG=	yes
  
 -BROKEN=		Does not compile
 -
 -post-patch: .SILENT
 -.for f in config.guess config.sub depcomp install-sh missing
 -	${LN} -sf ${LOCALBASE}/share/automake-1.9/${f} ${WRKSRC}/config/${f}
 -.endfor
 +pre-configure:
 +	cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog && ${AUTORECONF} -i
  	${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
  		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g; \
  		s|-O3[^I]*|${CXXFLAGS} -|; s|$$(prefix)/doc|$$(datadir)/doc|; \
 @@ -38,7 +34,4 @@
  		${WRKSRC}/Makefile.in
  .endif
  
 -post-configure:
 -	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
 -
  .include <bsd.port.mk>
 
 --cWoXeonUoKmBZSoM--
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 23 10:57:34 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115768: commit references a PR
Date: Sun, 23 Sep 2007 10:57:51 +0000 (UTC)

 edwin       2007-09-23 10:57:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/soundtouch     Makefile 
   Log:
   [PATCH] audio/soundtouch: fix build.
   
           Attached patch seems to fix the build.
   
   PR:             ports/115768
   Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.13      +2 -9      ports/audio/soundtouch/Makefile
 _______________________________________________
 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:
