Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 14:39:12 +0200 (CEST)
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189015: sysutils/brasero : needs to link against libICE
Message-ID:  <20140426123912.1C62130196@elch.exwg.net>
Resent-Message-ID: <201404261240.s3QCe11W073281@freefall.freebsd.org>

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

>Number:         189015
>Category:       ports
>Synopsis:       sysutils/brasero : needs to link against libICE
>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:   Sat Apr 26 12:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 10.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #3 r264302: Wed Apr 9 19:18:58 CEST 2014 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64

	brasero-2.32.1_6               sysutils/brasero
>Description:
	since the last update, sysutils/brasero fails to link with error
	messages indicating that the linker misses symbols from libICE.

>How-To-Repeat:
	
>Fix:

	the following patch has been shamelessly adapted from
	editors/gedit r351960, which had the same problem
	three days ago.

Index: Makefile
===================================================================
--- Makefile	(revision 352246)
+++ Makefile	(working copy)
@@ -23,7 +23,7 @@
 CONFLICTS=	brasero-3.[0-9]*
 
 GNU_CONFIGURE=	yes
-USE_XORG=	sm
+USE_XORG=	ice sm
 USES=		pathfix gettext shared-mime-info gmake pkgconfig tar:bzip2 \
 		libtool desktop-file-utils
 USE_GNOME=	intlhack gnomeprefix gnomedocutils
@@ -72,5 +72,7 @@
 	@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/proc/self/fd/0|/dev/fd/0|g' ${WRKSRC}/po/*.po
+	@${REINPLACE_CMD} -e '/BRASERO_SM_LIBS =/s/$$/ -lICE/' \
+		${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>


Regards,
Christoph
>Release-Note:
>Audit-Trail:
>Unformatted:



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