svn commit: r390789 - in head: comms/wspr net-mgmt/netmond x11/p5-X11-XCB
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 28 15:23:04 UTC 2015
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
More information about the svn-ports-all
mailing list