From conrads@cox.net  Fri Feb 25 02:53:55 2005
Return-Path: <conrads@cox.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BB41F16A4CE; Fri, 25 Feb 2005 02:53:55 +0000 (GMT)
Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 20C5243D64; Fri, 25 Feb 2005 02:53:55 +0000 (GMT)
	(envelope-from conrads@cox.net)
Received: from dolphin.local.net ([68.107.253.158]) by lakermmtao02.cox.net
          (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP
          id <20050225025354.MBTS22208.lakermmtao02.cox.net@dolphin.local.net>;
          Thu, 24 Feb 2005 21:53:54 -0500
Received: from dolphin.local.net (localhost.local.net [127.0.0.1])
	by dolphin.local.net (8.13.3/8.13.3) with ESMTP id j1P2rrDj036500;
	Thu, 24 Feb 2005 20:53:53 -0600 (CST)
	(envelope-from conrads@dolphin.local.net)
Received: (from conrads@localhost)
	by dolphin.local.net (8.13.3/8.13.3/Submit) id j1P2rmn3036499;
	Thu, 24 Feb 2005 20:53:48 -0600 (CST)
	(envelope-from conrads)
Message-Id: <200502250253.j1P2rmn3036499@dolphin.local.net>
Date: Thu, 24 Feb 2005 20:53:48 -0600 (CST)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kevlo@freebsd.org
Subject: editors/kxmleditor is NOT broken on amd64
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78048
>Category:       ports
>Synopsis:       editors/kxmleditor is NOT broken on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 03:00:40 GMT 2005
>Closed-Date:    Wed Mar 02 08:08:03 GMT 2005
>Last-Modified:  Wed Mar 02 08:08:03 GMT 2005
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun Feb 13 20:42:26 CST 2005 root@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	textproc/kxmleditor is marked as broken for amd64 and ia64, yet it 
	compiles just fine under amd64 (can't vouch for ia64)
>How-To-Repeat:
	build under amd64, no problemo
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/kxmleditor/Makefile,v
retrieving revision 1.15
diff -u -d -H -r1.15 Makefile
--- Makefile	19 Jan 2005 05:47:13 -0000	1.15
+++ Makefile	25 Feb 2005 02:51:28 -0000
@@ -26,8 +26,8 @@
 	@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
 	${WRKSRC}/${CONFIGURE_SCRIPT}
 
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN=	"Does not compile on amd64 or ia64"
+.if ${ARCH} == "ia64"
+BROKEN=	"Does not compile on ia64"
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:

From: "Conrad J. Sabatier" <conrads@cox.net>
To: "Conrad J. Sabatier" <conrads@cox.net>
Cc: FreeBSD-gnats-submit@freebsd.org, kevlo@freebsd.org
Subject: Re: ports/78048: editors/kxmleditor is NOT broken on amd64
Date: Thu, 24 Feb 2005 22:39:11 -0600

 On Thu, 24 Feb 2005 20:53:48 -0600 (CST), "Conrad J. Sabatier"
 <conrads@cox.net> wrote:
 
 > 
 > >Number:         78048
 > >Category:       ports
 > >Synopsis:       editors/kxmleditor is NOT broken on amd64
 > >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:   Fri Feb 25 03:00:40 GMT 2005
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Conrad J. Sabatier
 > >Release:        FreeBSD 6.0-CURRENT amd64
 > >Organization:
 > >Environment:
 > System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0:
 > Sun Feb 13 20:42:26 CST 2005
 > root@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64
 > 
 > >Description:
 > 	textproc/kxmleditor is marked as broken for amd64 and ia64, yet
 	^^^^^^^^
 
 I mean "editors", of course.  :-)
 
 > 	it  compiles just fine under amd64 (can't vouch for ia64)
 > >How-To-Repeat:
 > 	build under amd64, no problemo
 > >Fix:
 > 	Apply the following patch:
 > 
 > Index: Makefile
 > ===================================================================
 > RCS file: /home/ncvs/ports/editors/kxmleditor/Makefile,v
 > retrieving revision 1.15
 > diff -u -d -H -r1.15 Makefile
 > --- Makefile	19 Jan 2005 05:47:13 -0000	1.15
 > +++ Makefile	25 Feb 2005 02:51:28 -0000
 > @@ -26,8 +26,8 @@
 >  	@${REINPLACE_CMD} -e 's|-O2||g' -e
 >  	"s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT}
 >  
 > -.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
 > -BROKEN=	"Does not compile on amd64 or ia64"
 > +.if ${ARCH} == "ia64"
 > +BROKEN=	"Does not compile on ia64"
 >  .endif
 >  
 >  .include <bsd.port.post.mk>
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > _______________________________________________
 > freebsd-ports-bugs@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 > To unsubscribe, send any mail to
 > "freebsd-ports-bugs-unsubscribe@freebsd.org"
 > 
 
 
 -- 
 Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"
Responsible-Changed-From-To: freebsd-ports-bugs->kevlo 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri Feb 25 19:05:28 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78048 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Wed Mar 2 08:07:40 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

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