From nobody@FreeBSD.org  Mon Sep 14 02:15:57 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D0CB1065679
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Sep 2009 02:15:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0D2A18FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Sep 2009 02:15:57 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8E2FumG053182
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Sep 2009 02:15:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8E2Fuc0053181;
	Mon, 14 Sep 2009 02:15:56 GMT
	(envelope-from nobody)
Message-Id: <200909140215.n8E2Fuc0053181@www.freebsd.org>
Date: Mon, 14 Sep 2009 02:15:56 GMT
From: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] - update databases/clip
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dk.diklab@gmail.com

>Number:         138795
>Category:       ports
>Synopsis:       [patch] - update databases/clip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 14 02:20:06 UTC 2009
>Closed-Date:    Fri Dec 25 10:23:06 UTC 2009
>Last-Modified:  Fri Dec 25 10:23:06 UTC 2009
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Sep 14 02:20:15 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138795 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dk.diklab@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Mon, 14 Sep 2009 02:20:13 UT

 Maintainer of databases/clip,
 
 Please note that PR ports/138795 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138795
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Pav Lucistnik <pav@FreeBSD.org>
To: bug-followup@FreeBSD.org, cristianorolim@hotmail.com
Cc:  
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Sun, 20 Sep 2009 00:24:07 +0200

 What is the reasoning behind this change?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 It whines, glows and fades...
 

From: "Cristiano Rolim" <cristianorolim@hotmail.com>
To: <pav@FreeBSD.org>
Cc: <bug-followup@FreeBSD.org>
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Sat, 19 Sep 2009 23:03:41 -0300

 It's only to sanitize the list of broken ports.
 
 --------------------------------------------------
 From: "Pav Lucistnik" <pav@FreeBSD.org>
 Sent: Saturday, September 19, 2009 7:24 PM
 To: <bug-followup@FreeBSD.org>; <cristianorolim@hotmail.com>
 Subject: Re: ports/138795: [patch] - update databases/clip
 
 > What is the reasoning behind this change?
 > 
 > -- 
 > Pav Lucistnik <pav@oook.cz>
 >              <pav@FreeBSD.org>
 > It whines, glows and fades...
 > 
 > 

From: Pav Lucistnik <pav@FreeBSD.org>
To: Cristiano Rolim <cristianorolim@hotmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Sun, 20 Sep 2009 11:47:37 +0200

 > It's only to sanitize the list of broken ports.
 
 So this software will never run outside i386? Is it by design?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 The Phase Spider. A spider that never seems quite there.
 

From: "Cristiano Rolim" <cristianorolim@hotmail.com>
To: <pav@FreeBSD.org>
Cc: <bug-followup@FreeBSD.org>
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Sun, 20 Sep 2009 10:27:29 -0300

 It's only  a adjustment, as explained in the porter's handbook:
 
 http://www.freebsd.org/doc/en/books/porters-handbook/dads-noinstall.html
 
 --------------------------------------------------
 From: "Pav Lucistnik" <pav@FreeBSD.org>
 Sent: Sunday, September 20, 2009 6:47 AM
 To: "Cristiano Rolim" <cristianorolim@hotmail.com>
 Cc: <bug-followup@FreeBSD.org>
 Subject: Re: ports/138795: [patch] - update databases/clip
 
 >> It's only to sanitize the list of broken ports.
 > 
 > So this software will never run outside i386? Is it by design?
 > 
 > -- 
 > Pav Lucistnik <pav@oook.cz>
 >              <pav@FreeBSD.org>
 > The Phase Spider. A spider that never seems quite there.
 > 
 > 

From: Pav Lucistnik <pav@FreeBSD.org>
To: Cristiano Rolim <cristianorolim@hotmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138795: [patch] - update databases/clip
Date: Sun, 20 Sep 2009 18:29:09 +0200

 > It's only  a adjustment, as explained in the porter's handbook:
 > 
 > http://www.freebsd.org/doc/en/books/porters-handbook/dads-noinstall.html
 
 But there is a difference in meaning between BROKEN and IGNORE.
 So my question is still unanswered - will clip never ever run outside
 i386? Is it an inherent quality of that software?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 Just because you're an angel doesn't mean you have to be a fool.
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Dec 25 10:23:05 UTC 2009 
State-Changed-Why:  
it is already marked as broken no changes necessary. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138795 
>Unformatted:
