From krion@voodoo.oberon.net  Sun Jun 15 00:49:35 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0B0A637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jun 2003 00:49:35 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 426FD43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jun 2003 00:49:34 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19RSGY-000DPy-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 15 Jun 2003 09:49:30 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.20)
	id 19RSFs-000PR9-MT
	for FreeBSD-gnats-submit@freebsd.org; Sun, 15 Jun 2003 09:48:48 +0200
Message-Id: <E19RSFs-000PR9-MT@voodoo.oberon.net>
Date: Sun, 15 Jun 2003 09:48:48 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update audio/extrace: 1.7.8 -> 1.8.06
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53335
>Category:       ports
>Synopsis:       Update audio/extrace: 1.7.8 -> 1.8.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 15 00:50:20 PDT 2003
>Closed-Date:    Tue Jul 22 04:23:12 PDT 2003
>Last-Modified:  Tue Jul 22 04:23:12 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update audio/extrace: 1.7.8 -> 1.8.06

Bug fixes

>How-To-Repeat:
>Fix:
diff -urN extace.orig/Makefile extace/Makefile
--- extace.orig/Makefile	Fri Jun  6 21:14:16 2003
+++ extace/Makefile	Sun Jun 15 09:40:25 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	extace
-PORTVERSION=	1.7.8
+PORTVERSION=	1.8.06
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -25,11 +25,14 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g"  \
-		-e "s|DATADIRNAME=lib|DATADIRNAME=share|g"  ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e \
+		"s|-lpthread|${PTHREAD_LIBS}|g"  \
+		-e "s|DATADIRNAME=lib|DATADIRNAME=share|g" \
+			 ${WRKSRC}/configure
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/extace ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/extace \
+		${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/src/extace.desktop \
 		${PREFIX}/share/gnome/apps/Multimedia
 
diff -urN extace.orig/distinfo extace/distinfo
--- extace.orig/distinfo	Fri Jun  6 21:14:16 2003
+++ extace/distinfo	Sun Jun 15 09:33:11 2003
@@ -1 +1 @@
-MD5 (extace-1.7.8.tar.gz) = 3a8023e5028d679352c755c3084bb867
+MD5 (extace-1.8.06.tar.gz) = dc9e0982b2758fdc1a5eb9fa16d9f2fc
>Release-Note:
>Audit-Trail:

From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: ponomarew@oberon.net
Subject: Re: ports/53335: Update audio/extrace: 1.7.8 -> 1.8.06
Date: Sun, 15 Jun 2003 17:12:07 +0900

 Well, post-patch regex isn't necessary any more since
 those are taken care with gnomehack nowadays.
 
 Update patch should be as follows:
 
 
 diff -urN /usr/ports/audio/extace/Makefile audio/extace/Makefile
 --- /usr/ports/audio/extace/Makefile	Thu Jun  5 07:29:43 2003
 +++ audio/extace/Makefile	Sun Jun 15 15:04:08 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	extace
 -PORTVERSION=	1.7.8
 +PORTVERSION=	1.8.06
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -17,16 +17,11 @@
  LIB_DEPENDS=	fftw.2:${PORTSDIR}/math/fftw
  
  USE_X_PREFIX=	yes
 -USE_GNOME=	gnomehack gnomeprefix gtk12 imlib esound
 -USE_REINPLACE=	yes
 +USE_GNOME=	esound imlib gnomehack gnomehier
  USE_LIBTOOL=	yes
  CONFIGURE_ARGS+=	--disable-alsa
 -CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
 +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
  		LDFLAGS="-L${LOCALBASE}/lib"
 -
 -post-patch:
 -	@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g"  \
 -		-e "s|DATADIRNAME=lib|DATADIRNAME=share|g"  ${WRKSRC}/configure
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/extace ${PREFIX}/bin
 diff -urN /usr/ports/audio/extace/distinfo audio/extace/distinfo
 --- /usr/ports/audio/extace/distinfo	Thu Jun  5 07:29:43 2003
 +++ audio/extace/distinfo	Sun Jun 15 14:44:08 2003
 @@ -1 +1 @@
 -MD5 (extace-1.7.8.tar.gz) = 3a8023e5028d679352c755c3084bb867
 +MD5 (extace-1.8.06.tar.gz) = dc9e0982b2758fdc1a5eb9fa16d9f2fc
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sun Jul 20 16:11:06 PDT 2003 
Responsible-Changed-Why:  
submitter is now a committer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53335 
State-Changed-From-To: open->closed  
State-Changed-By: krion 
State-Changed-When: Tue Jul 22 04:22:52 PDT 2003 
State-Changed-Why:  
Committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53335 
>Unformatted:
