ports/99767: net/cphone: mark BROKEN on sparc64 < 700003

Joerg Pulz Joerg.Pulz at frm2.tum.de
Tue Jul 4 08:40:27 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list