Date: Sun, 27 Apr 2014 17:00:03 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/189030: commit references a PR Message-ID: <201404271700.s3RH03eP015645@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189030; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189030: commit references a PR Date: Sun, 27 Apr 2014 16:55:14 +0000 (UTC) Author: tijl Date: Sun Apr 27 16:55:11 2014 New Revision: 352439 URL: http://svnweb.freebsd.org/changeset/ports/352439 QAT: https://qat.redports.org/buildarchive/r352439/ Log: Fix build after r351936 by adding a dependency on libICE. PR: ports/189030 Modified: head/sysutils/brasero/Makefile Modified: head/sysutils/brasero/Makefile ============================================================================== --- head/sysutils/brasero/Makefile Sun Apr 27 16:52:34 2014 (r352438) +++ head/sysutils/brasero/Makefile Sun Apr 27 16:55:11 2014 (r352439) @@ -23,7 +23,7 @@ RUN_DEPENDS= growisofs:${PORTSDIR}/sysut 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 @@ post-patch: @${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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404271700.s3RH03eP015645>