Date: Sat, 8 Aug 2009 04:26:11 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137563: [MAINTAINER] audio/xmms-sexyspc: Unbreak Message-ID: <200908080826.n788QBxm026527@kirby.cyberbotx.com> Resent-Message-ID: <200908080830.n788U40p056901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137563 >Category: ports >Synopsis: [MAINTAINER] audio/xmms-sexyspc: Unbreak >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: Sat Aug 08 08:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: Unbreak, it builds with the current version of nasm as long as the AFLAGS are changed from -O1 to -O2, as for the reason why this is, I wouldn't know, I am not an ASM programmer. Also removing the extra blank line at the end of pkg-descr, to appease portlint. 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 2009-07-26 10:59:51.000000000 -0400 +++ /kirby/shared/ports/xmms-sexyspc/Makefile 2008-11-06 20:18:31.000000000 -0500 @@ -2,12 +2,12 @@ # Date created: 5 August 2007 # Whom: Naram Qashat <cyberbotx@cyberbotx.com> # -# $FreeBSD: ports/audio/xmms-sexyspc/Makefile,v 1.5 2009/07/26 13:40:55 miwi Exp $ +# $FreeBSD: ports/audio/xmms-sexyspc/Makefile,v 1.4 2008/06/06 13:07:17 edwin Exp $ # PORTNAME= sexyspc PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF PKGNAMEPREFIX= xmms- @@ -23,8 +23,6 @@ lib/xmms/Input/libsexyspc.la \ lib/xmms/Input/libsexyspc.so -BROKEN= fails to build - ONLY_FOR_ARCHS= i386 # contains x86 assembler code USE_LDCONFIG= yes GNU_CONFIGURE= yes 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?200908080826.n788QBxm026527>