mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
This commit is contained in:
parent
06e7a37f0a
commit
c9e008f727
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231204
41 changed files with 48 additions and 3 deletions
|
@ -16,6 +16,7 @@ COMMENT= Open-source ARJ
|
|||
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
|
||||
CFLAGS+= -fPIC
|
||||
MAKEFILE= GNUmakefile
|
||||
|
|
|
@ -17,6 +17,7 @@ COMMENT= Pack, send and unpack shell archives; synchronize via e-mail
|
|||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN1= gshar.1 gunshar.1 gcompress-dummy.1
|
||||
|
|
|
@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= A fast compression utility
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
|
|||
LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnomeprefix gtk20
|
||||
CFLAGS= `pkg-config --cflags gtk+-2.0`
|
||||
MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \
|
||||
|
|
|
@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= garga@FreeBSD.org
|
||||
COMMENT= Unpack data in MS Outlook TNEF format
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= tnef.1
|
||||
PORTDOCS= AUTHORS NEWS README THANKS TODO
|
||||
|
|
|
@ -22,6 +22,7 @@ CONFLICTS= libslang-1.*.j[0-9]
|
|||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
PLIST_SUB+= SHLIB_VERSION=${PORTVERSION}
|
||||
|
||||
ALL_TARGET= all static
|
||||
|
|
|
@ -18,6 +18,7 @@ COMMENT= Helps to install application configuration files
|
|||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ OPTIONS= X11 "Build xjed (depends of X11)" on
|
|||
USE_BZIP2= yes
|
||||
DIST_SUBDIR= jed
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed
|
||||
|
||||
PORTDOCS= *
|
||||
|
|
|
@ -18,6 +18,7 @@ COMMENT= A UNIX manual page editor and viewer
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
||||
|
||||
USE_BZIP2= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gtk12
|
||||
MAKEFILE= Makefile.FreeBSD
|
||||
|
||||
|
|
|
@ -17,8 +17,9 @@ COMMENT= An utility to mirror directory hierarchy with FTP
|
|||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
|
||||
|
||||
USE_PERL5= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ USE_BZIP2= yes
|
|||
USE_PERL5_RUN= yes
|
||||
USE_RC_SUBR= pure-ftpd.sh
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ARGS= --with-everything \
|
||||
--with-paranoidmsg \
|
||||
--with-virtualchroot \
|
||||
|
|
|
@ -23,6 +23,7 @@ LUA_COMPS= # only define variables
|
|||
ALL_TARGET= freebsd
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
|
||||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
|
|
|
@ -29,6 +29,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
|
|||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --enable-syslog=1 \
|
||||
--enable-use-flock=1 \
|
||||
|
|
|
@ -25,6 +25,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
|
|||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/mb2md
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= Contributed programs for qmail
|
||||
|
||||
USE_QMAIL_RUN= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup
|
||||
|
|
|
@ -22,6 +22,7 @@ PATCH_SITES= ${MASTER_SITE_QMAIL}
|
|||
PATCHFILES= qmail-1.03-dk-0.54.patch
|
||||
|
||||
USE_QMAIL= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
PREFIX?= ${QMAIL_PREFIX}
|
||||
|
||||
WRKSRC= ${WRKDIR}/qmail-1.03
|
||||
|
|
|
@ -22,6 +22,8 @@ DIST_SUBDIR= qmail
|
|||
CONFLICTS?= qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]*
|
||||
CONFLICTS+= qmail-vida-[0-9]*
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if defined(SLAVE_LDAP) || \
|
||||
defined(SLAVE_MYSQL)
|
||||
BARRIER_MAILDIRQUOTA_PATCH= yes
|
||||
|
|
|
@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= A collection of tools to analyze qmail-send's activity
|
||||
|
||||
USE_QMAIL_RUN= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup
|
||||
|
|
|
@ -15,6 +15,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= Tool to view and manage a qmail queue
|
||||
|
||||
USE_QMAIL_RUN= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
|
|
@ -17,6 +17,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= Repairs or generates a qmail queue structure
|
||||
|
||||
USE_QMAIL_RUN= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PREFIX?= ${QMAIL_PREFIX}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
|||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAKE_ARGS+= PERLPREFIX=${PREFIX}
|
||||
USE_BZIP2= yes
|
||||
|
|
|
@ -17,6 +17,7 @@ USE_BZIP2= yes
|
|||
USE_PERL5_RUN= yes
|
||||
USE_QMAIL_RUN= yes
|
||||
NO_BUILD= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDOCS= CHANGELOG COPYING README
|
||||
PLIST_FILES= bin/wbl
|
||||
|
|
|
@ -18,6 +18,7 @@ OPTIONS= GNUTLS "Support for SSL" off
|
|||
|
||||
USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= wmbiff.1
|
||||
MAN5= wmbiffrc.5
|
||||
|
|
|
@ -22,6 +22,7 @@ RUN_DEPENDS= grace:${PORTSDIR}/math/grace
|
|||
SLANG_VER= 2.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
PORTDOCS= *
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|||
|
||||
USE_GNOME= pkgconfig gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= lib/pidgin/hotkeys.so \
|
||||
lib/pidgin/hotkeys.la
|
||||
|
|
|
@ -19,6 +19,8 @@ COMMENT= A simple TCP port redirector
|
|||
|
||||
WRKSRC= ${WRKDIR}/rinetd/
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN8= rinetd.8
|
||||
PORTDOCS= index.html
|
||||
PLIST_FILES= sbin/rinetd
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_GNOME= gnometarget
|
|||
USE_XORG= ice sm x11 xext xpm
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ARGS= --with-drivers="freebsd_sysctl"
|
||||
|
||||
MAN1= wmnd.1
|
||||
|
|
|
@ -18,6 +18,8 @@ COMMENT= A simple password-checking interface
|
|||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/checkpassword
|
||||
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ OPTIONS= ARC "Enable arch archives support" On \
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_RC_SUBR= clamav-clamd clamav-freshclam
|
||||
CONF_FILES= clamd freshclam
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDOCS= README.txt INSTALL.txt mysql.sql
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= New shell made entirely out of a Perl script
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
SUB_FILES= pkg-install pkg-deinstall
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@ OPTIONS= MAN "Install man(1) pages" on \
|
|||
RBL2SMTPD "Don't drop connection, pass envvar to smtpd" off \
|
||||
LIMITS "Implement per-connection and other limits" off
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
ALL_TARGET= prog install instcheck
|
||||
|
||||
SCRIPTS_ENV= BINOWN="${BINOWN}" \
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_XORG= xpm
|
|||
USE_GNOME= gtk12
|
||||
MAKEFILE= Makefile.FREEBSD
|
||||
SUB_FILES= pkg-message
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_XORG= xpm
|
|||
MAKEFILE= Makefile.FREEBSD
|
||||
PORTDOCS= CHANGES README TODO
|
||||
SUB_FILES= pkg-message
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/wmcube ${PREFIX}/bin
|
||||
|
|
|
@ -19,6 +19,7 @@ COMMENT= Diff readability enhancher for color terminals
|
|||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PERL5= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
SRC= ${.CURDIR}/src
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ NO_BUILD= yes
|
|||
USE_PHP= gd mysql session zlib
|
||||
WANT_PHP_WEB= yes
|
||||
USE_APACHE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR}
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -19,6 +19,7 @@ OPTIONS= GD "Enable GD support" on
|
|||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CC=gcc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -20,6 +20,7 @@ MAINTAINER= garga@FreeBSD.org
|
|||
COMMENT= A dockable clock applet for Window Maker
|
||||
|
||||
USE_IMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_XORG= xpm
|
||||
MAN1= wmclock.1
|
||||
PLIST_FILES= bin/wmclock
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_PERL5= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \
|
||||
--with-wmakeretcprefix="${LOCALBASE}/share"
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-stlport
|
||||
|
|
|
@ -19,6 +19,7 @@ OPTIONS= GNOME "Build with Gnome support" on \
|
|||
|
||||
USE_XORG= x11 xmu
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
Loading…
Add table
Reference in a new issue