Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 02:13:07 -0700
From:      "Robin Schoonover" <end@endif.cjb.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/74759: Update port: multimedia/xfce4-xmms-controller-plugin (mark broken on 4.x)
Message-ID:  <1102324387.0@zork>
Resent-Message-ID: <200412060920.iB69KIjd014812@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74759
>Category:       ports
>Synopsis:       Update port: multimedia/xfce4-xmms-controller-plugin (mark broken on 4.x)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 09:20:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Robin Schoonover
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:


FreeBSD  4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004     root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


>Description:


multimedia/xfce4-xmms-controller-plugin compiles, but does not run on 4.x.  (this is due to a lack of needed stub functions in libXThr)

Reported By: jimmie james <jimmiejaz@gmail.com>


>How-To-Repeat:


install, load xfce4, try to load plugin.


>Fix:


A proper fix is rather difficult with libtool involved, and I (the maintainer) don't have time to fix it right now, so just mark it as broken:
--- Makefile-xfce4-xcp begins here ---
--- Makefile.old	Sun Dec  5 23:52:17 2004
+++ Makefile	Sun Dec  5 23:58:49 2004
@@ -33,4 +33,10 @@
 	${REINPLACE_CMD} -e 's_share/_share/xfce4-xmms-controller-plugin/_' ${WRKSRC}/panel-plugin/xfcexmms.c
 	${REINPLACE_CMD} -e 's_/usr/local_${PREFIX}_' ${WRKSRC}/config.h.in
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500043
+BROKEN=        'Requires pthread stubs not provided by libXThr'
+.endif
+
+.include <bsd.port.post.mk>
--- Makefile-xfce4-xcp ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1102324387.0>