Date: Thu, 1 Jan 2015 15:59:20 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375923 - in head: lang/cjs x11/cinnamon Message-ID: <201501011559.t01FxKoU095409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Jan 1 15:59:19 2015 New Revision: 375923 URL: https://svnweb.freebsd.org/changeset/ports/375923 QAT: https://qat.redports.org/buildarchive/r375923/ Log: 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: head/lang/cjs/Makefile head/x11/cinnamon/Makefile Modified: head/lang/cjs/Makefile ============================================================================== --- head/lang/cjs/Makefile Thu Jan 1 14:52:51 2015 (r375922) +++ head/lang/cjs/Makefile Thu Jan 1 15:59:19 2015 (r375923) @@ -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: head/x11/cinnamon/Makefile ============================================================================== --- head/x11/cinnamon/Makefile Thu Jan 1 14:52:51 2015 (r375922) +++ head/x11/cinnamon/Makefile Thu Jan 1 15:59:19 2015 (r375923) @@ -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?201501011559.t01FxKoU095409>