Date: Thu, 6 Nov 2008 20:19:24 -0500 (EST) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128655: [MAINTAINER] audio/xmms-sexyspc: Fix build with newer versions of nasm Message-ID: <200811070119.mA71JOFj035918@kirby.cyberbotx.com> Resent-Message-ID: <200811070120.mA71K17C096118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128655 >Category: ports >Synopsis: [MAINTAINER] audio/xmms-sexyspc: Fix build with newer versions of nasm >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 Nov 07 01:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #3: Fri Aug 22 17:52:25 EDT 2008 >Description: The DSP.Asm file refuses to compile with -O1 given for nasm, but will compile when -O2 is given. Added file(s): - files/patch-src_SNESAPU_Makefile Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xmms-sexyspc-0.5.0_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/xmms-sexyspc/Makefile /kirby/shared/ports/xmms-sexyspc/Makefile --- /usr/ports/audio/xmms-sexyspc/Makefile 2008-06-06 12:16:16.000000000 -0400 +++ /kirby/shared/ports/xmms-sexyspc/Makefile 2008-11-06 20:18:31.000000000 -0500 @@ -7,7 +7,7 @@ PORTNAME= sexyspc PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF PKGNAMEPREFIX= xmms- diff -ruN --exclude=CVS /usr/ports/audio/xmms-sexyspc/files/patch-src_SNESAPU_Makefile /kirby/shared/ports/xmms-sexyspc/files/patch-src_SNESAPU_Makefile --- /usr/ports/audio/xmms-sexyspc/files/patch-src_SNESAPU_Makefile 1969-12-31 19:00:00.000000000 -0500 +++ /kirby/shared/ports/xmms-sexyspc/files/patch-src_SNESAPU_Makefile 2008-11-06 20:17:26.000000000 -0500 @@ -0,0 +1,11 @@ +--- src/SNESAPU/Makefile.orig 2006-05-18 18:15:02.000000000 -0400 ++++ src/SNESAPU/Makefile 2008-11-06 20:16:51.000000000 -0500 +@@ -4,7 +4,7 @@ + + # Compiler and Linker Defines + ASM = nasm +-AFLAGS = -O1 -f elf ++AFLAGS = -O2 -f elf + RM = rm -f + + %.o: %.Asm diff -ruN --exclude=CVS /usr/ports/audio/xmms-sexyspc/pkg-descr /kirby/shared/ports/xmms-sexyspc/pkg-descr --- /usr/ports/audio/xmms-sexyspc/pkg-descr 2007-08-05 18:19:20.000000000 -0400 +++ /kirby/shared/ports/xmms-sexyspc/pkg-descr 2008-04-21 14:18:39.000000000 -0400 @@ -3,4 +3,3 @@ being written in NASM x86 assembly. WWW: http://www.sourceforge.net/projects/sexyspc/ - --- xmms-sexyspc-0.5.0_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811070119.mA71JOFj035918>