From tkato432@yahoo.com  Sat May 27 17:01:20 2006
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 68C1916C3A5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 27 May 2006 17:01:02 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from nm05omta053.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.4])
	by mx1.FreeBSD.org (Postfix) with SMTP id ECFFD43D4C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 27 May 2006 17:01:01 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.204.126.236])
	by nm05mta.dion.ne.jp
	id <20060528020059495.MA26.8068788@nm05mta.dion.ne.jp>;
	Sun, 28 May 2006 02:00:59 +0900
Message-Id: <20060528020012.7b99e6f5.tkato432@yahoo.com>
Date: Sun, 28 May 2006 02:00:12 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/soundtracker

>Number:         98019
>Category:       ports
>Synopsis:       Update port: audio/soundtracker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 27 17:10:25 GMT 2006
>Closed-Date:    Sun May 28 18:23:04 GMT 2006
>Last-Modified:  Sun May 28 18:23:04 GMT 2006
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p17 i386
>Organization:
>Environment:
>Description:
- Fix build on non-i386 architecture

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/soundtracker/Makefile audio/soundtracker/Makefile
--- /usr/ports/audio/soundtracker/Makefile	Thu May  4 04:14:01 2006
+++ audio/soundtracker/Makefile	Tue May 16 13:34:17 2006
@@ -27,6 +27,8 @@
 
 .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
 CONFIGURE_ARGS+=	--disable-asm
+.else
+CONFIGURE_ARGS+=	--enable-asm
 .endif
 
 .if ${HAVE_GNOME:Mgnomelibs}!=""
@@ -61,7 +63,8 @@
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's| install-exec-local||g'
-	@${REINPLACE_CMD} -e 's|-pthread -ldl||g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|asm_support=yes|asm_support=$$enableval|g ; \
+		 s|-pthread -ldl||g' ${WRKSRC}/configure
 
 pre-build:
 .if !defined(WITHOUT_NLS)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sun May 28 18:22:56 UTC 2006 
State-Changed-Why:  
committed, thanks 

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