Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 15:20:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390787 - in head: devel/monotone editors/openoffice-4 editors/openoffice-devel math/sage net/freeradius3
Message-ID:  <201506281520.t5SFK5fJ065080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun 28 15:20:04 2015
New Revision: 390787
URL: https://svnweb.freebsd.org/changeset/ports/390787

Log:
  MAKE_JOBS_SAFE=yes is a nop since july 2013

Modified:
  head/devel/monotone/Makefile
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-devel/Makefile
  head/math/sage/Makefile
  head/net/freeradius3/Makefile

Modified: head/devel/monotone/Makefile
==============================================================================
--- head/devel/monotone/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
+++ head/devel/monotone/Makefile	Sun Jun 28 15:20:04 2015	(r390787)
@@ -22,7 +22,6 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 SUB_FILES=	pkg-message
 USES=		cpe iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo
 USE_PERL5=	build
-MAKE_JOBS_SAFE=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
+++ head/editors/openoffice-4/Makefile	Sun Jun 28 15:20:04 2015	(r390787)
@@ -102,7 +102,6 @@ USE_XORG=	x11 ice xaw xau xext xrender x
 USES=		autoreconf:autoconf bison compiler cpe desktop-file-utils \
 		gmake jpeg perl5 pkgconfig python tar:bzip2
 WITHOUT_CPU_CFLAGS=	true
-MAKE_JOBS_SAFE=	yes
 CPE_PRODUCT=	${PORTNAME:S|apache-||}
 CPE_VENDOR=	apache
 

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
+++ head/editors/openoffice-devel/Makefile	Sun Jun 28 15:20:04 2015	(r390787)
@@ -114,7 +114,6 @@ USE_XORG=	x11 ice xaw xau xext xrender x
 USES=		autoreconf:autoconf bison compiler cpe desktop-file-utils \
 		gmake jpeg perl5 pkgconfig python tar:${TARTYPE}
 WITHOUT_CPU_CFLAGS=	true
-MAKE_JOBS_SAFE=	yes
 CPE_PRODUCT=	${PORTNAME:S|apache-||}
 CPE_VENDOR=	apache
 

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
+++ head/math/sage/Makefile	Sun Jun 28 15:20:04 2015	(r390787)
@@ -37,7 +37,6 @@ pre-extract:
 PLIST_FILES=	bin/sage
 USE_TEX=	latex:build
 USES=		gmake iconv jpeg tk perl5
-MAKE_JOBS_SAFE=	yes
 
 # Optimization flags will be defined by the source
 CFLAGS:=	${CFLAGS:C/^-O.*$//}

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Sun Jun 28 15:17:14 2015	(r390786)
+++ head/net/freeradius3/Makefile	Sun Jun 28 15:20:04 2015	(r390787)
@@ -37,7 +37,6 @@ MAKE_ARGS+=	HOME=/dev/null
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	${CPPFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib
-MAKE_JOBS_SAFE=	yes
 
 PLIST_SUB=	PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506281520.t5SFK5fJ065080>