ports/145889: Set IA32_BINARY_PORT in audio/linux-genpuid

Christopher Key cjk32 at cam.ac.uk
Tue Apr 20 18:00:15 UTC 2010


>Number:         145889
>Category:       ports
>Synopsis:       Set IA32_BINARY_PORT in audio/linux-genpuid
>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:   Tue Apr 20 18:00:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Key
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Thu Apr 1 21:31:00 BST 2010 root at chacal.wzl33:/usr/obj/usr/src/sys/CHACAL-DEBUG amd64


	
>Description:
audio/linux-genpuid installs i386 binaries.  Setting IA_BINARY_PORT results in a sensible error message being given on incompatible platforms.

	
>How-To-Repeat:
	
>Fix:

	

--- audio-linux-genpuid-ia32-binary-port.diff begins here ---
--- audio/linux-genpuid/Makefile	2009-07-26 13:49:54.000000000 +0100
+++ audio/linux-genpuid/Makefile	2010-04-20 18:49:25.000000000 +0100
@@ -16,8 +16,9 @@
 MAINTAINER=	cjk32 at cam.ac.uk
 COMMENT=	Application for generating MusicIP puids
 
-USE_LINUX=	yes
-NO_BUILD=	yes
+USE_LINUX=		yes
+NO_BUILD=		yes
+IA32_BINARY_PORT=	yes
 
 PLIST_FILES=	bin/genpuid bin/mipcore libexec/mipcore
 
--- audio-linux-genpuid-ia32-binary-port.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list