Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2010 18:56:19 +0100 (BST)
From:      Christopher Key <cjk32@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145889: Set IA32_BINARY_PORT in audio/linux-genpuid
Message-ID:  <201004201756.o3KHuJMT026174@chacal.wzl33>
Resent-Message-ID: <201004201800.o3KI0EBU017638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004201756.o3KHuJMT026174>