Date: Tue, 4 Jul 2006 10:32:19 +0200 (CEST) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mark Linimon <linimon@FreeBSD.org> Subject: ports/99767: net/cphone: mark BROKEN on sparc64 < 700003 Message-ID: <200607040832.k648WJu4054699@hades.admin.frm2> Resent-Message-ID: <200607040840.k648eOil076243@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99767 >Category: ports >Synopsis: net/cphone: mark BROKEN on sparc64 < 700003 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 08:40:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 6.1-STABLE-jpulz-001 i386 >Organization: TU-Munich / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 6.1-STABLE-jpulz-001 FreeBSD 6.1-STABLE-jpulz-001 #0: Thu Jun 1 11:46:30 CEST 2006 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: As already done for other devel/pwlib and net/openh323 dependant ports, mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. Reported-by: portsmon >How-To-Repeat: >Fix: - apply the patch --- net_cphone.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/cphone/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2 May 2006 20:51:17 -0000 1.15 +++ Makefile 4 Jul 2006 08:19:59 -0000 @@ -31,6 +31,10 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 +BROKEN= does not link due to missing symbol in default thread library +.endif + post-patch: @${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \ -e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \ --- net_cphone.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607040832.k648WJu4054699>