Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2015 15:23:04 +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: r390789 - in head: comms/wspr net-mgmt/netmond x11/p5-X11-XCB
Message-ID:  <201506281523.t5SFN4FX069272@svn.freebsd.org>

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

Log:
  Spell MAKE_JOBS_UNSAFE correctly

Modified:
  head/comms/wspr/Makefile
  head/net-mgmt/netmond/Makefile
  head/x11/p5-X11-XCB/Makefile

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sun Jun 28 15:22:19 2015	(r390788)
+++ head/comms/wspr/Makefile	Sun Jun 28 15:23:03 2015	(r390789)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libhamlib.so:${PORTSDIR}/co
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
 		libportaudio.so:${PORTSDIR}/audio/portaudio
 
-DISABLE_MAKE_JOBS=	yes
+MAKE_JOBS_UNSAFE=	yes
 USE_AUTOTOOLS=	autoconf
 USES=		fortran gmake libtool tar:bzip2 python:3.3 dos2unix
 GNU_CONFIGURE=	yes

Modified: head/net-mgmt/netmond/Makefile
==============================================================================
--- head/net-mgmt/netmond/Makefile	Sun Jun 28 15:22:19 2015	(r390788)
+++ head/net-mgmt/netmond/Makefile	Sun Jun 28 15:23:03 2015	(r390789)
@@ -20,7 +20,7 @@ USERS=	netmon
 GROUPS=	${USERS}
 
 GNU_CONFIGURE=	yes
-DISABLE_MAKE_JOBS=yes
+MAKE_JOBS_UNSAFE=	yes
 USES=		bison tar:tgz
 CFLAGS+=	-Wno-return-type
 

Modified: head/x11/p5-X11-XCB/Makefile
==============================================================================
--- head/x11/p5-X11-XCB/Makefile	Sun Jun 28 15:22:19 2015	(r390788)
+++ head/x11/p5-X11-XCB/Makefile	Sun Jun 28 15:23:03 2015	(r390789)
@@ -32,7 +32,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_XORG=	x11 xcb xproto xinerama
-DISABLE_MAKE_JOBS=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 pre-configure:
 	cd ${WRKSRC} && ${PERL} Makefile.PL



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