Bug 78048 - editors/kxmleditor is NOT broken on amd64
Summary: editors/kxmleditor is NOT broken on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 03:00 UTC by Conrad J. Sabatier
Modified: 2005-03-02 08:08 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (591 bytes, patch)
2005-02-25 03:00 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2005-02-25 03:00:40 UTC
	textproc/kxmleditor is marked as broken for amd64 and ia64, yet it 
	compiles just fine under amd64 (can't vouch for ia64)

Fix: Apply the following patch:
How-To-Repeat: 	build under amd64, no problemo
Comment 1 Conrad J. Sabatier 2005-02-25 04:39:11 UTC
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"
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-25 19:05:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2005-03-02 08:07:40 UTC
State Changed
From-To: open->closed

Committed, thanks.