aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-08-15 06:35:50 +0800
committerak <ak@FreeBSD.org>2013-08-15 06:35:50 +0800
commit472387c1864e149c8de23f290e91793ad7fbf8ca (patch)
treee9aa43bc0924dc359b2756757c2c0994f118aa35 /emulators
parentf2d5090c7c455bef6c3cbb6ddcb5bc50b3fe334b (diff)
downloadfreebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.gz
freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.tar.zst
freebsd-ports-gnome-472387c1864e149c8de23f290e91793ad7fbf8ca.zip
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/advancemame/Makefile1
-rw-r--r--emulators/advancemenu/Makefile1
-rw-r--r--emulators/aqemu/Makefile1
-rw-r--r--emulators/bochs/Makefile1
-rw-r--r--emulators/catapult/Makefile1
-rw-r--r--emulators/cingb/Makefile1
-rw-r--r--emulators/dboxfe/Makefile1
-rw-r--r--emulators/gnuboy/Makefile1
-rw-r--r--emulators/hatari/Makefile1
-rw-r--r--emulators/kcemu/Makefile1
-rw-r--r--emulators/mame/Makefile1
-rw-r--r--emulators/mess/Makefile1
-rw-r--r--emulators/prodosemu/Makefile1
-rw-r--r--emulators/qemu-devel/Makefile1
-rw-r--r--emulators/qemu/Makefile1
-rw-r--r--emulators/qmc2/Makefile1
-rw-r--r--emulators/seabios-devel/Makefile1
-rw-r--r--emulators/simh/Makefile1
-rw-r--r--emulators/snes9express/Makefile1
-rw-r--r--emulators/tpm-emulator/Makefile1
-rw-r--r--emulators/visualos/Makefile1
-rw-r--r--emulators/xsystem35/Makefile1
22 files changed, 0 insertions, 22 deletions
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile
index 05a742989e3f..f601b5d6f8bb 100644
--- a/emulators/advancemame/Makefile
+++ b/emulators/advancemame/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-asm --disable-svgalib --disable-fb \
--disable-alsa --enable-oss --disable-slang \
--disable-ncurses --disable-kevent
-MAKE_JOBS_SAFE= yes
DATADIR= ${PREFIX}/share/advance
diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile
index c0e537d4c6e7..93122230d468 100644
--- a/emulators/advancemenu/Makefile
+++ b/emulators/advancemenu/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-asm --disable-svgalib --disable-fb \
--disable-alsa --enable-oss --disable-slang \
--disable-ncurses --disable-kevent
-MAKE_JOBS_SAFE= yes
CFLAGS+= -idirafter ${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile
index 7ef7498e9485..a11263d7ae5b 100644
--- a/emulators/aqemu/Makefile
+++ b/emulators/aqemu/Makefile
@@ -20,7 +20,6 @@ USE_BZIP2= yes
USE_QT4= gui qtestlib xml qmake_build uic_build moc_build rcc_build \
linguist_build
USES= cmake
-MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,}
MAN1= aqemu.1
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 6f04f471ab20..13eaf99a9030 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -78,7 +78,6 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no
CONFIGURE_ARGS= --disable-docbook --disable-instrumentation
-MAKE_JOBS_SAFE= yes
CFLAGS+= -fno-exceptions -fomit-frame-pointer ${CPPFLAGS}
CXXFLAGS+= -fno-rtti
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile
index 47a048b9a994..709d81177ecf 100644
--- a/emulators/catapult/Makefile
+++ b/emulators/catapult/Makefile
@@ -43,7 +43,6 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \
CATAPULT_OPENMSX_BINARY="${LOCALBASE}/bin/openmsx" \
CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \
SYMLINK_FOR_BINARY="false"
-MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile
index db4e866053f8..ac41d396c42b 100644
--- a/emulators/cingb/Makefile
+++ b/emulators/cingb/Makefile
@@ -22,7 +22,6 @@ USE_BZIP2= yes
USE_XORG= x11 xext xv
MAKE_ENV= X11BASE="${LOCALBASE}"
ALL_TARGET= standard
-MAKE_JOBS_SAFE= yes
PORTDOCS= README README.FAQ
PLIST_FILES= bin/cingb bin/cingb_conf
diff --git a/emulators/dboxfe/Makefile b/emulators/dboxfe/Makefile
index b5bb2736dd0d..4b72c942528e 100644
--- a/emulators/dboxfe/Makefile
+++ b/emulators/dboxfe/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox
USE_BZIP2= yes
USE_QT4= gui network xml uic_build moc_build qmake_build rcc_build
HAS_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/dboxfe \
bin/dboxfetray \
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index be40cb425d9e..9e3b15248c8d 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -24,7 +24,6 @@ USE_SDL= sdl
USE_XORG= x11
USE_AUTOTOOLS= autoconf
CONFIGURE_ARGS= --with-sdl
-MAKE_JOBS_SAFE= yes
PORTDOCS= *
PLIST_FILES= bin/sdlgnuboy bin/sgnuboy bin/xgnuboy
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 4dacf5e92a93..55a7e041de84 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -27,7 +27,6 @@ CMAKE_ARGS= -DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \
-DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \
-DETCDIR:STRING="${PREFIX}/etc" \
-DMANDIR:STRING="man/man1"
-MAKE_JOBS_SAFE= yes
MANCOMPRESSED= yes
MANLANG= "" fr
diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile
index 2ba15c235511..d14dcf08edc7 100644
--- a/emulators/kcemu/Makefile
+++ b/emulators/kcemu/Makefile
@@ -30,7 +30,6 @@ GNU_CONFIGURE= yes
USE_XORG= xmu
USE_GNOME= gtk20
USES= gettext
-MAKE_JOBS_SAFE= yes
MAN1= kctape.1 kc2raw.1 kc2img.1 kc2tap.1 tdtodump.1 \
kcemu-remote.1 kcemu.1x kc2wav.1
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 2639ac31b0df..5a07b4ca7eeb 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -45,7 +45,6 @@ MAKE_ENV= NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \
OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \
TARGET="${PORTNAME}"
MAKEFILE= makefile
-MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index d04727e89993..aafd4613ad95 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -45,7 +45,6 @@ MAKE_ENV= NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \
OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \
TARGET="${PORTNAME}"
MAKEFILE= makefile
-MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile
index 60a99100273d..3143560d0834 100644
--- a/emulators/prodosemu/Makefile
+++ b/emulators/prodosemu/Makefile
@@ -14,7 +14,6 @@ RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
-MAKE_JOBS_SAFE= yes
PORTDOCS= README
PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 555d533e1359..ed5182d86cbf 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -27,7 +27,6 @@ MAN1= qemu.1 qemu-img.1
MAN8= qemu-nbd.8
ONLY_FOR_ARCHS= amd64 i386 powerpc # XXX someone wants to debug sparc64 hosts?
CONFLICTS_INSTALL= qemu-[0-9]*
-MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS BSD_USER \
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index c58b5a05e4d8..51c276d21e28 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -22,7 +22,6 @@ MAKE_ENV+= BSD_MAKE="${MAKE}"
MAN1= qemu.1 qemu-img.1
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= qemu-devel-[0-9]*
-MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= KQEMU RTL8139_TIMER SAMBA SDL GNUTLS CURL PCAP GNS3 \
CDROM_DMA ADD_AUDIO ALL_TARGETS
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile
index 108cd9c0da1e..7cd19f6a73af 100644
--- a/emulators/qmc2/Makefile
+++ b/emulators/qmc2/Makefile
@@ -27,7 +27,6 @@ MAKE_ARGS= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \
SYSCONFDIR="${PREFIX}/etc" ARCH="${OPSYS}" \
CC_FLAGS="${CFLAGS}" CXX_FLAGS="${CXXFLAGS}" \
CC="${CC}" CXX="${CXX}" LINK="${CXX}"
-MAKE_JOBS_SAFE= yes
DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \
"${PORTNAME}-sdlmame" "Game;Emulator;Qt;" "true" \
diff --git a/emulators/seabios-devel/Makefile b/emulators/seabios-devel/Makefile
index 1d336357b9b4..474711b9fb21 100644
--- a/emulators/seabios-devel/Makefile
+++ b/emulators/seabios-devel/Makefile
@@ -21,7 +21,6 @@ USE_BZIP2= yes
USE_PYTHON_BUILD= yes
PATCH_STRIP= -p1
ONLY_FOR_ARCHS= amd64 i386
-MAKE_JOBS_SAFE= yes
# Doesn't run with qemu 0.11.1
CONFLICTS_INSTALL= qemu-[0-9]*
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 5a537a1a130e..a1f5f4ae4848 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -21,7 +21,6 @@ USE_DOS2UNIX= VAX/vax_sysdev.c
USE_GMAKE= yes
MAKE_ENV= GCC="${CC}" CFLAGS_O="${CFLAGS}" USE_NETWORK=1
MAKEFILE= makefile
-MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile
index 251f2f1952a0..2dfb8e5cc170 100644
--- a/emulators/snes9express/Makefile
+++ b/emulators/snes9express/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
USE_GNOME= gtk20
USES= gettext
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
BROKEN= does not build
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile
index 5527e999b764..da5f11df9168 100644
--- a/emulators/tpm-emulator/Makefile
+++ b/emulators/tpm-emulator/Makefile
@@ -23,7 +23,6 @@ CMAKE_ENV= PREFIX="${PREFIX}"
CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
-DTPM_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
USERS= _tss
GROUPS= _tss
SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}"
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile
index d2d5c0b0a153..28b352f000a0 100644
--- a/emulators/visualos/Makefile
+++ b/emulators/visualos/Makefile
@@ -16,7 +16,6 @@ USES= pathfix
USE_GNOME= gnomeprefix libglade
USE_GMAKE= yes
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 295360cc74b6..1504db7e196d 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -25,7 +25,6 @@ CONFIGURE_ARGS= --without-included-gettext \
--with-cachesize=20 \
--enable-midi=seq,extp,raw \
--enable-cdrom=bsd,mp3
-MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib