ports/54454: [patch] fix build for audio/swhplugins on non-i386

Mark Linimon linimon at lonesome.com
Sun Jul 13 21:30:15 UTC 2003


>Number:         54454
>Category:       ports
>Synopsis:       [patch] fix build for audio/swhplugins on non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 14:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	A small test program deep in one of the plugins has i386-specific
	code.  It's not even installed by the port, only compiled.
>How-To-Repeat:
	make install (non-i386)
>Fix:
	The following patch merely removes building that test program.

diff -ruN swhplugins.dist/files/patch-gverb::Makefile.in swhplugins/files/patch-gverb::Makefile.in
--- swhplugins.dist/files/patch-gverb::Makefile.in	Wed Dec 31 18:00:00 1969
+++ swhplugins/files/patch-gverb::Makefile.in	Sun Jul 13 16:23:31 2003
@@ -0,0 +1,17 @@
+--- gverb/Makefile.in.dist	Sun Jun  1 14:00:49 2003
++++ gverb/Makefile.in	Sun Jul 13 16:07:42 2003
+@@ -150,8 +150,12 @@
+ 
+ TAR = gtar
+ GZIP_ENV = --best
+-SOURCES = $(libgverb_a_SOURCES) gverb-test.c
+-OBJECTS = $(libgverb_a_OBJECTS) gverb-test.$(OBJEXT)
++# removed gverb-test for FreeBSD due to using i386 asm;
++# it only seems to be a test harness in any case.
++#SOURCES = $(libgverb_a_SOURCES) gverb-test.c
++#OBJECTS = $(libgverb_a_OBJECTS) gverb-test.$(OBJEXT)
++SOURCES = $(libgverb_a_SOURCES)
++OBJECTS = $(libgverb_a_OBJECTS)
+ 
+ all: all-redirect
+ .SUFFIXES:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list