Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
This commit is contained in:
parent
85aa556666
commit
d31cadffee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230904
12 changed files with 24 additions and 0 deletions
|
@ -27,6 +27,8 @@ COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC
|
|||
# ISC releases things like 9.3.0rc1, which our versioning doesn't like
|
||||
ISCVERSION= 9.3.6-P1
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
--with-randomdev=/dev/random
|
||||
|
|
|
@ -27,6 +27,8 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads
|
|||
# ISC releases things like 9.4.0b3, which our versioning doesn't like
|
||||
ISCVERSION= 9.4.3-P2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
--with-randomdev=/dev/random
|
||||
|
|
|
@ -27,6 +27,8 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads
|
|||
# ISC releases things like 9.4.0b3, which our versioning doesn't like
|
||||
ISCVERSION= 9.5.1-P2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
--with-randomdev=/dev/random
|
||||
|
|
|
@ -27,6 +27,8 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads
|
|||
# ISC releases things like 9.4.0b3, which our versioning doesn't like
|
||||
ISCVERSION= 9.6.0-P1
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
--with-randomdev=/dev/random
|
||||
|
|
|
@ -18,6 +18,8 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates
|
|||
RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \
|
||||
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --no-online-tests --no-IPv6-tests
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@ OPTIONS+= PICO "Build and install pico, the default editor" on \
|
|||
|
||||
USE_BZIP2= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if !defined(PICO_ALPINE_SLAVE)
|
||||
|
|
|
@ -21,6 +21,8 @@ COMMENT= The portable OTR Messaging Library and toolkit
|
|||
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
|
||||
gcrypt:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_GNOME= pkgconfig
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -25,6 +25,8 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
|
|||
gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
purple:${PORTSDIR}/net-im/libpurple
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= intltool
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -20,6 +20,8 @@ DISTNAME= htdig-3.2.0b6
|
|||
MAINTAINER= DougB@FreeBSD.org
|
||||
COMMENT= A www indexing and searching system
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \
|
||||
--with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \
|
||||
|
|
|
@ -23,6 +23,8 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
|||
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
|
|
|
@ -22,6 +22,8 @@ RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
|||
xsetbg:${PORTSDIR}/x11/xloadimage \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_SDL= sdl
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11 xau xdmcp xext xi xrandr xv sm ice
|
||||
|
|
|
@ -19,6 +19,8 @@ LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle \
|
|||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
glade-2.0.0:${PORTSDIR}/devel/libglade2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_XORG= xpm
|
||||
USE_GL= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
Loading…
Reference in a new issue