Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2008 02:22:10 +0200
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        samm@os2.kiev.ua
Subject:   ports/128622: [MAINTAINER] graphics/cuneiform: Added ONLY_FOR_ARCHS
Message-ID:  <E1KxsdW-00004R-CG@deepvision.tsua.net>
Resent-Message-ID: <200811060030.mA60U1JO042787@freefall.freebsd.org>

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

>Number:         128622
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/cuneiform: Added ONLY_FOR_ARCHS
>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:   Thu Nov 06 00:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
NetArt
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #4: Fri Mar 28 05:16:52 EET 2008
>Description:
Disable build on non i386/amd64 archs

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
Try to build on sparc, it will fail
>Fix:

--- cuneiform-0.4.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/cuneiform/Makefile /usr/home/samm/cuneiform/Makefile
--- /usr/ports/graphics/cuneiform/Makefile	2008-09-06 11:17:24.000000000 +0300
+++ /usr/home/samm/cuneiform/Makefile	2008-11-06 02:15:27.000000000 +0200
@@ -16,6 +16,8 @@
 
 LIB_DEPENDS=	dlmalloc.2:${PORTSDIR}/devel/libdlmalloc
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 CMAKE_ARGS=	-DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc"
--- cuneiform-0.4.0.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1KxsdW-00004R-CG>