svn commit: r322735 - in head: japanese/lynx-current lang/kawa
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 21:32:34 UTC 2013
Author: bapt
Date: Wed Jul 10 21:32:34 2013
New Revision: 322735
URL: http://svnweb.freebsd.org/changeset/ports/322735
Log:
Mark job unsafe
Modified:
head/japanese/lynx-current/Makefile
head/lang/kawa/Makefile
Modified: head/japanese/lynx-current/Makefile
==============================================================================
--- head/japanese/lynx-current/Makefile Wed Jul 10 21:28:56 2013 (r322734)
+++ head/japanese/lynx-current/Makefile Wed Jul 10 21:32:34 2013 (r322735)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-lynx-current
-# Date created: 10 August 1998
-# Whom: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= lynx
DISTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
@@ -23,6 +19,7 @@ CONFLICTS= lynx-2.* ja-lynx-2.8.7.*
WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
USE_BZIP2= yes
NO_LATEST_LINK= yes
+MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-ipv6 \
Modified: head/lang/kawa/Makefile
==============================================================================
--- head/lang/kawa/Makefile Wed Jul 10 21:28:56 2013 (r322734)
+++ head/lang/kawa/Makefile Wed Jul 10 21:32:34 2013 (r322735)
@@ -12,10 +12,11 @@ COMMENT= Java-based Scheme implementatio
LICENSE= MIT
+USES= gmake
USE_JAVA= yes
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
+MAKE_JOBS_UNSAFE= yes
CONFIGURE_ARGS= --enable-kawa-frontend \
--with-java-source=${JAVA_PORT_VERSION} \
--with-libtool
More information about the svn-ports-head
mailing list