Date: Thu, 1 Jan 2015 17:43:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r376006 - in branches/2015Q1: lang/cjs x11/cinnamon Message-ID: <201501011743.t01HhORP056496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 1 17:43:23 2015 New Revision: 376006 URL: https://svnweb.freebsd.org/changeset/ports/376006 QAT: https://qat.redports.org/buildarchive/r376006/ Log: MFH: r375923 Unbreak cjs and cinnamon on 9.3 and 8.4. The spidermonkey 24.0 code needs GCC 4.4+ or clang to build. Submitted by: Barbara Guida <barbara.freebsd@gmail.com> Modified: branches/2015Q1/lang/cjs/Makefile branches/2015Q1/x11/cinnamon/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/lang/cjs/Makefile ============================================================================== --- branches/2015Q1/lang/cjs/Makefile Thu Jan 1 17:24:26 2015 (r376005) +++ branches/2015Q1/lang/cjs/Makefile Thu Jan 1 17:43:23 2015 (r376006) @@ -16,8 +16,8 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI CONFLICTS_BUILD=spidermonkey17-1.7.* -USES= autoreconf:build gettext libtool gmake pathfix pkgconfig python:build \ - shebangfix +USES= autoreconf:build compiler:c11 gettext libtool gmake \ + pathfix pkgconfig python:build shebangfix USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack USE_LDCONFIG= yes Modified: branches/2015Q1/x11/cinnamon/Makefile ============================================================================== --- branches/2015Q1/x11/cinnamon/Makefile Thu Jan 1 17:24:26 2015 (r376005) +++ branches/2015Q1/x11/cinnamon/Makefile Thu Jan 1 17:43:23 2015 (r376006) @@ -37,7 +37,8 @@ RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/dev WRKSRC= ${WRKDIR}/Cinnamon-${PORTVERSION} -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python shebangfix +USES= autoreconf:build compiler:c11 gettext gmake libtool \ + pathfix pkgconfig python shebangfix USE_GNOME= evolutiondataserver3 gconf2 gnomedesktop3 \ gnomeprefix gtk30 intlhack introspection:build # this happens before moving the file to ${PREFIX} (which then will be copied to ${STAGEDIR}${PREFIX})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011743.t01HhORP056496>