mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
This commit is contained in:
parent
92b232b36e
commit
c6eb35f215
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233477
@ -25,6 +25,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
${SITE_PERL}/Net/SMTP/SSL.pm:${PORTSDIR}/mail/p5-Net-SMTP-SSL
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= git.1 \
|
||||
git-add.1 \
|
||||
git-am.1 \
|
||||
|
@ -17,17 +17,18 @@ COMMENT= A library for synced document buffers
|
||||
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
||||
net6:${PORTSDIR}/net/net6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-howl
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-howl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
|
||||
net6-1.3:${PORTSDIR}/net/net6 \
|
||||
obby-0.4:${PORTSDIR}/devel/obby
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig gtksourceview2
|
||||
|
@ -19,6 +19,7 @@ COMMENT= A dungeon explorin', slashin', hackin' game
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= GRAPHICS="${GRAPHICS}"
|
||||
PLIST_SUB= HACKNAME="${HACKNAME}" \
|
||||
@ -37,6 +38,7 @@ USE_XORG= xaw xpm
|
||||
GRAPHICS= X11_GRAPHICS
|
||||
.else
|
||||
.if ${PKGNAMESUFFIX} == "-gnome"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CATEGORIES= games gnome
|
||||
USE_GNOME= gnomelibs
|
||||
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
@ -20,6 +20,7 @@ MAKEFILE= makefile
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= default
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= include/tommath.h include/tommath_class.h \
|
||||
include/tommath_superclass.h lib/libtommath.a
|
||||
|
@ -22,6 +22,7 @@ MAKEFILE= makefile
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= default
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= include/tfm.h lib/libtfm.a
|
||||
|
||||
|
@ -18,6 +18,7 @@ USE_PERL5= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h
|
||||
|
@ -19,6 +19,7 @@ COMMENT= IP Stack Integrity Checker
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= isic.1
|
||||
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= bittwist.1 bittwistb.1 bittwiste.1
|
||||
PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste
|
||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_RC_SUBR= daemonlogger.sh
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/daemonlogger
|
||||
|
||||
|
@ -23,6 +23,7 @@ USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
|
||||
--with-libevent=${LOCALBASE}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if defined(WITH_PYTHON)
|
||||
USE_PYTHON= 2.4
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Packet sniffer designed for displaying and logging HTTP traffic
|
||||
MAN1= httpry.1
|
||||
|
||||
USE_RC_SUBR= httpry
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= EXTRASCRIPTS "Install additional scripts" Off
|
||||
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Ubiquitous network traffic capture library
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BISON= build
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
@ -23,6 +23,7 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
|
||||
|
||||
DBDIR?= /var/db
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= libtool:15 automake:19 autoconf:262
|
||||
USE_GNOME= libxml2
|
||||
USE_GMAKE= yes
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DATADIR}/profiles
|
||||
|
@ -30,6 +30,7 @@ COMMENT= Secure Internet Live Conferencing (SILC) network client
|
||||
|
||||
CONFLICTS= silc-toolkit-1.1.* silc-irssi-plugin-1.1.*
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib12
|
||||
|
@ -30,6 +30,7 @@ COMMENT= Secure Internet Live Conferencing (SILC) network server
|
||||
|
||||
LIB_DEPENDS= silc-1.1:${PORTSDIR}/devel/silc-toolkit
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
SUB_FILES= pkg-message pkg-deinstall
|
||||
USE_RC_SUBR= silcd
|
||||
USE_BZIP2= yes
|
||||
|
@ -25,6 +25,7 @@ MANCOMPRESSED= no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/sobby
|
||||
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= pcap.3:${PORTSDIR}/net/libpcap \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
# Compilation Options
|
||||
#
|
||||
|
@ -15,6 +15,7 @@ MAINTAINER= wxs@FreeBSD.org
|
||||
COMMENT= TFTP stream extractor
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/tftpgrab
|
||||
|
||||
|
@ -22,6 +22,7 @@ MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= library
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CFLAGS+= -I${PREFIX}/include
|
||||
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Navigate the filesystem using a menu interface or a bookmark system
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -DHAVE_DECL_GETOPT
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= cdargs.1
|
||||
|
||||
|
@ -21,6 +21,7 @@ USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
|
||||
--with-config=${PREFIX}/etc/tinyproxy.conf \
|
||||
--program-transform-name=""
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN8= tinyproxy.8
|
||||
|
||||
|
@ -21,5 +21,6 @@ GNU_CONFIGURE= yes
|
||||
USE_XORG= xt sm ice xext x11
|
||||
MAN1= xdaliclock.1
|
||||
PLIST_FILES= bin/xdaliclock
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,6 +19,7 @@ MAN1= selectwm.1
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo
|
||||
|
||||
|
@ -19,6 +19,7 @@ ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/keynav
|
||||
PORTEXAMPLES= keynavrc
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin
|
||||
|
@ -18,6 +18,7 @@ USE_XORG= x11 xtst
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/xdotool
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user