Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 02:15:56 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138795: [patch] - update databases/clip
Message-ID:  <200909140215.n8E2Fuc0053181@www.freebsd.org>
Resent-Message-ID: <200909140220.n8E2K6EY003954@freefall.freebsd.org>

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

>Number:         138795
>Category:       ports
>Synopsis:       [patch] - update databases/clip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 14 02:20:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Substituting "BROKEN= Does not compile on !i386" for "ONLY_FOR_ARCHS= i386".
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../clip.orig/Makefile ./Makefile
--- ../clip.orig/Makefile	2009-09-13 22:45:57.000000000 -0300
+++ ./Makefile	2009-09-13 22:48:09.000000000 -0300
@@ -48,9 +48,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		Does not compile on !i386
-.endif
+ONLY_FOR_ARCHS=	i386
 
 # OPT_CLIPLIBS contains the optional subdirectories built by
 # the patched ${WRKSRC}/cliplibs/Makefile


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



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