aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-27 09:53:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-03-27 09:53:36 +0000
commitc810fd3c3f9bb23f07b63b0a05f036466ea372f8 (patch)
treec51d6ad6bd61beb985f639056b8f9f4db2a63a5e /sysutils
parent98e0641ec39c6b99f5ca8a8e6428fe0088ede4b4 (diff)
downloadports-c810fd3c3f9bb23f07b63b0a05f036466ea372f8.tar.gz
ports-c810fd3c3f9bb23f07b63b0a05f036466ea372f8.zip
Mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=231102
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/areca-cli/Makefile1
-rw-r--r--sysutils/cdircmp/Makefile2
-rw-r--r--sysutils/cmospwd/Makefile1
-rw-r--r--sysutils/disktype/Makefile1
-rw-r--r--sysutils/fatback/Makefile1
-rw-r--r--sysutils/fdupes/Makefile2
-rw-r--r--sysutils/highlnk/Makefile2
-rw-r--r--sysutils/hilite/Makefile2
-rw-r--r--sysutils/magicrescue/Makefile1
-rw-r--r--sysutils/most/Makefile1
-rw-r--r--sysutils/p5-Dir-Purge/Makefile1
-rw-r--r--sysutils/rej/Makefile1
-rw-r--r--sysutils/tmpreaper/Makefile1
-rw-r--r--sysutils/vii/Makefile4
-rw-r--r--sysutils/watchfolder/Makefile2
-rw-r--r--sysutils/weedit/Makefile2
-rw-r--r--sysutils/wuzzah/Makefile1
-rw-r--r--sysutils/zeroer/Makefile2
18 files changed, 27 insertions, 1 deletions
diff --git a/sysutils/areca-cli/Makefile b/sysutils/areca-cli/Makefile
index 3f438fd14adb..2e26ced8d41b 100644
--- a/sysutils/areca-cli/Makefile
+++ b/sysutils/areca-cli/Makefile
@@ -22,6 +22,7 @@ PERIODICSCRIPT= 407.status-areca-raid
USE_ZIP= yes
NO_BUILD= yes
+MAKE_JOBS_SAFE= yes
CLI_VER= 1.82
CLI_REV= 81103
diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile
index 8cc3058c50d6..9bfaeffe06f2 100644
--- a/sysutils/cdircmp/Makefile
+++ b/sysutils/cdircmp/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Compare directories and select files to copy
+MAKE_JOBS_SAFE= yes
+
LDFLAGS+= -lncurses -lform
PLIST_FILES= bin/cdircmp
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile
index d7550fe716fa..86f6ea3b1047 100644
--- a/sysutils/cmospwd/Makefile
+++ b/sysutils/cmospwd/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A BIOS password recovery tool
USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/cmospwd
PORTDOCS= cmospwd.txt
diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile
index b7073980110d..e5cc065b077b 100644
--- a/sysutils/disktype/Makefile
+++ b/sysutils/disktype/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Disk formatting type autodetector
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/disktype
PORTDOCS= README
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile
index afdeae7c660d..9c0e3381f383 100644
--- a/sysutils/fatback/Makefile
+++ b/sysutils/fatback/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Recover deleted files from FAT filesystems
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
MAN1= fatback.1
INFO= fatback-manual
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index 0d0b8950ba90..7cae0df2796f 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://netdial.caribe.net/~adrian2/programs/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Fdupes is a program for identifying or deleting duplicate files
+MAKE_JOBS_SAFE= yes
+
MAN1= fdupes.1
PLIST_FILES= bin/fdupes
diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile
index d59a7322c31f..0771e77007c2 100644
--- a/sysutils/highlnk/Makefile
+++ b/sysutils/highlnk/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://perli.net/projekte/highlnk/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A tool to save disk space on hard disks by using hardlinks
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= bin/highlnk
PORTDOCS= README
MAN1= highlnk.1
diff --git a/sysutils/hilite/Makefile b/sysutils/hilite/Makefile
index 4a16c9386c59..5f882e726250 100644
--- a/sysutils/hilite/Makefile
+++ b/sysutils/hilite/Makefile
@@ -16,6 +16,8 @@ EXTRACT_SUFX= .c
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility to highlight anything printed to stderr
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= bin/hilite
do-extract:
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index b3326e5cf8ed..3d1819fd6bbb 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -17,6 +17,7 @@ COMMENT= A file recovery tool which recovers deleted files from a block device
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5_RUN= yes
+MAKE_JOBS_SAFE= yes
MAN1= dupemap.1 magicrescue.1 magicsort.1
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index e28f4cb916de..11b67e1e1777 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-mmap
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/most
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc
diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile
index eefcc41a2a22..d8cb37289166 100644
--- a/sysutils/p5-Dir-Purge/Makefile
+++ b/sysutils/p5-Dir-Purge/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Purge directories to a given number of files
PERL_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
MAN3= Dir::Purge.3
diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile
index d86f6043d6ce..272fcd30a9c4 100644
--- a/sysutils/rej/Makefile
+++ b/sysutils/rej/Makefile
@@ -15,6 +15,7 @@ COMMENT= Merges patch-rejects and runs a merge program to verify the changes
USE_PERL5= 5.8.6+
NO_BUILD= yes
+MAKE_JOBS_SAFE= yes
PORTDOCS= CHANGELOG README vimrc
PLIST_FILES= bin/rej bin/rej-qp bin/rej-mp
diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile
index 6c99a6e94e7f..289c952fdedf 100644
--- a/sysutils/tmpreaper/Makefile
+++ b/sysutils/tmpreaper/Makefile
@@ -16,6 +16,7 @@ COMMENT= Cleans up files in directories based on their age
GNU_CONFIGURE= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
PLIST_FILES= sbin/tmpreaper
PORTDOCS= README
diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile
index 5d3bb1724b71..0ac566277cc8 100644
--- a/sysutils/vii/Makefile
+++ b/sysutils/vii/Makefile
@@ -15,11 +15,13 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Execute a command repeatedly and scroll the output
GNU_CONFIGURE= yes
-MAKE_ARGS+= CFLAGS="${CFLAGS}"
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/vii
MAN1= vii.1
+MAKE_ARGS+= CFLAGS="${CFLAGS}"
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
diff --git a/sysutils/watchfolder/Makefile b/sysutils/watchfolder/Makefile
index 58be5691182b..ca4659a9d292 100644
--- a/sysutils/watchfolder/Makefile
+++ b/sysutils/watchfolder/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://dstunrea.sdf-eu.org/files/ \
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Watch folders for new files and process them
+MAKE_JOBS_SAFE= yes
+
WRKSRC= ${WRKDIR}/watchd-${PORTVERSION}
post-patch:
diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile
index c6e000831588..6bc08b8214c1 100644
--- a/sysutils/weedit/Makefile
+++ b/sysutils/weedit/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= File duplicate scanner with database support
+MAKE_JOBS_SAFE= yes
+
WRKSRC= ${WRKDIR}/${PORTNAME}
SRCF= crc32 dlink weedit md5
diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile
index 0f1f378e64ea..8533e30b0361 100644
--- a/sysutils/wuzzah/Makefile
+++ b/sysutils/wuzzah/Makefile
@@ -15,6 +15,7 @@ COMMENT= A command line utility for stalking users
GNU_CONFIGURE= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/wuzzah
MAN1= wuzzah.1
diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile
index 6c78c0b7e9b7..141346e46b17 100644
--- a/sysutils/zeroer/Makefile
+++ b/sysutils/zeroer/Makefile
@@ -16,6 +16,8 @@ COMMENT= A command line utility for wiping unallocated space on a filesystem
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
+MAKE_JOBS_SAFE= yes
+
MAN1= zeroer.1
PLIST_FILES= bin/zeroer
PORTDOCS= README