ports/53457: [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi

Mark Linimon linimon at lonesome.com
Wed Jun 18 19:50:25 UTC 2003


>Number:         53457
>Category:       ports
>Synopsis:       [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi
>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:   Wed Jun 18 12:50:20 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:
	This port seems to build on neither ia64 nor sparc64, probably due
	to some kind of pointer casting problem.  Mark as NOT_FOR_ARCHS
	to save bento from trying to build it on those architectures.
>How-To-Repeat:
	n/a
>Fix:

--- tclmidi/Makefile.dist	Fri Feb 21 07:14:32 2003
+++ tclmidi/Makefile	Wed Jun 18 14:47:48 2003
@@ -15,6 +15,9 @@
 MAINTAINER=	shanee at augusta.de
 COMMENT=	A language designed for creating and editing standard MIDI files
 
+# seems to have problems with pointer casting as of 06/18/2003
+NOT_FOR_ARCHS=	ia64 sparc64
+
 LIB_DEPENDS=	tcl82.1:${PORTSDIR}/lang/tcl82
 
 MAKE_ENV=	TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list