From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 17:00:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BED216A628 for ; Fri, 20 Aug 2004 17:00:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E6743D69 for ; Fri, 20 Aug 2004 17:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KH0nb2034860 for ; Fri, 20 Aug 2004 17:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KH0nmO034853; Fri, 20 Aug 2004 17:00:49 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 17:00:49 GMT Resent-Message-Id: <200408201700.i7KH0nmO034853@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A5216A4CE for ; Fri, 20 Aug 2004 16:55:54 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0502F43D48 for ; Fri, 20 Aug 2004 16:55:54 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.61] (port=49269 helo=inbox.ru) by mx2.mail.ru with esmtp id 1ByCgC-000Ftc-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 20 Aug 2004 20:55:52 +0400 Message-Id: Date: Fri, 20 Aug 2004 20:55:52 +0400 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70731: [ maintainer ] audio/bmp-wma: x86 optimization, WWW X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 17:00:55 -0000 >Number: 70731 >Category: ports >Synopsis: [ maintainer ] audio/bmp-wma: x86 optimization, WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 17:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #15: Sun Aug 15 13:20:27 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386 >Description: - Turn on x86 specific optimization if arch is "i386" - Add WWW >How-To-Repeat: >Fix: diff -ruN bmp-wma.orig/Makefile bmp-wma/Makefile --- bmp-wma.orig/Makefile Fri Aug 20 20:17:50 2004 +++ bmp-wma/Makefile Fri Aug 20 20:26:16 2004 @@ -21,4 +21,10 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -.include +.include + +.if ${ARCH} == "i386" +CONFIGURE_ARGS+= --enable-x86 +.endif + +.include diff -ruN bmp-wma.orig/pkg-descr bmp-wma/pkg-descr --- bmp-wma.orig/pkg-descr Fri Aug 20 20:17:50 2004 +++ bmp-wma/pkg-descr Fri Aug 20 20:28:04 2004 @@ -1,2 +1,4 @@ bmp-wma is WMA input plugin for beep-media-player, it's based on xmms-wma but lots of things were changed. + +WWW: http://bmpwma.younggods.net/bmp-wma.html >Release-Note: >Audit-Trail: >Unformatted: