ports/103218: [MAINTAINER] audio/euphoria: mark broken on ia64

Stanislav Sedov ssedov at mbsd.msk.ru
Wed Sep 13 10:30:28 UTC 2006


>Number:         103218
>Category:       ports
>Synopsis:       [MAINTAINER] audio/euphoria: mark broken on ia64
>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:   Wed Sep 13 10:30:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Aug 31 10:34:52 MSD 2006
>Description:
 - Edje fails on ia64
 - Fix typo

>How-To-Repeat:
>Fix:

--- euphoria-20062006_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/euphoria/Makefile /var/tmp/euphoria/Makefile
--- /usr/ports/audio/euphoria/Makefile	Mon Jul 10 23:15:03 2006
+++ /var/tmp/euphoria/Makefile	Wed Sep 13 14:24:38 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	euphoria
 PORTVERSION=	20062006
-PORTREVISON=	1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://mbsd.msk.ru/dist/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -15,8 +15,6 @@
 MAINTAINER=	ssedov at mbsd.msk.ru
 COMMENT=	XMMS2 GUI frontend written with Enlightenment e17 libraries
 
-SADIR=		${RUBY_SITEARCHLIBDIR}
-
 BUILD_DEPENDS=	rake:${PORTSDIR}/devel/rubygem-rake \
 		edje_cc:${PORTSDIR}/graphics/edje
 RUN_DEPENDS=	${SADIR}/edje.so:${PORTSDIR}/graphics/ruby-edje \
@@ -25,10 +23,15 @@
 		${SADIR}/ecore.so:${PORTSDIR}/devel/ruby-ecore \
 		${SADIR}/xmmsclient_ecore.so:${PORTSDIR}/audio/ruby-xmms2-ecore
 
+SADIR=		${RUBY_SITEARCHLIBDIR}
+
 USE_BZIP2=	yes
 USE_RUBY=	yes
 
 .include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN=		edje is broken on ia64
+.endif
 
 do-build:
 	@(cd ${WRKSRC}; ${LOCALBASE}/bin/rake)
--- euphoria-20062006_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list