From owner-svn-ports-branches@FreeBSD.ORG Thu Jan 1 17:43:25 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 354C3A35; Thu, 1 Jan 2015 17:43:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0823366093; Thu, 1 Jan 2015 17:43:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01HhOBI056498; Thu, 1 Jan 2015 17:43:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01HhORP056496; Thu, 1 Jan 2015 17:43:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501011743.t01HhORP056496@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 1 Jan 2015 17:43:24 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 17:43:25 -0000 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 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})