svn commit: r376006 - in branches/2015Q1: lang/cjs x11/cinnamon
Antoine Brodin
antoine at FreeBSD.org
Thu Jan 1 17:43:25 UTC 2015
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 at 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})
More information about the svn-ports-all
mailing list