aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-07-24 08:19:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-07-24 08:19:07 +0000
commitea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a (patch)
tree914f8ade1b480422b15cf7e276709aef4c875c09 /sysutils
parentf24aed2e655767d630543304d5bed3593279722e (diff)
downloadports-ea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a.tar.gz
ports-ea0f02dfebcf6f0fcd923aaa8f2eb7804f82004a.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdircmp/Makefile2
-rw-r--r--sysutils/cmospwd/Makefile1
-rw-r--r--sysutils/disktype/Makefile1
-rw-r--r--sysutils/dvdbackup/Makefile1
-rw-r--r--sysutils/edid-decode/Makefile1
-rw-r--r--sysutils/fatback/Makefile1
-rw-r--r--sysutils/fdupes/Makefile2
-rw-r--r--sysutils/fusefs-ext4fuse/Makefile2
-rw-r--r--sysutils/highlnk/Makefile2
-rw-r--r--sysutils/hilite/Makefile2
-rw-r--r--sysutils/logstalgia/Makefile2
-rw-r--r--sysutils/magicrescue/Makefile1
-rw-r--r--sysutils/p5-Dir-Purge/Makefile1
-rw-r--r--sysutils/tmpreaper/Makefile1
-rw-r--r--sysutils/vii/Makefile1
-rw-r--r--sysutils/watchfolder/Makefile2
-rw-r--r--sysutils/weedit/Makefile2
-rw-r--r--sysutils/wuzzah/Makefile1
-rw-r--r--sysutils/zeroer/Makefile2
19 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile
index a565ef835df2..7605c126f89e 100644
--- a/sysutils/cdircmp/Makefile
+++ b/sysutils/cdircmp/Makefile
@@ -11,8 +11,6 @@ COMMENT= Compare directories and select files to copy
LICENSE= GPLv2
-MAKE_JOBS_SAFE= yes
-
LDFLAGS+= -lncurses -lform
PLIST_FILES= bin/cdircmp
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile
index 837f2a0a361f..f3b3263f7439 100644
--- a/sysutils/cmospwd/Makefile
+++ b/sysutils/cmospwd/Makefile
@@ -13,7 +13,6 @@ COMMENT= BIOS password recovery tool
LICENSE= GPLv2
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 e515ce9cae19..4ba323c2190b 100644
--- a/sysutils/disktype/Makefile
+++ b/sysutils/disktype/Makefile
@@ -10,7 +10,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Disk formatting type autodetector
USES= gmake
-MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/disktype
PORTDOCS= README
diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile
index 945f842bc1a3..176a2fcbdf2f 100644
--- a/sysutils/dvdbackup/Makefile
+++ b/sysutils/dvdbackup/Makefile
@@ -15,7 +15,6 @@ LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread
GNU_CONFIGURE= yes
USES= gmake
-MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/sysutils/edid-decode/Makefile b/sysutils/edid-decode/Makefile
index c75a57d4628c..d9388e002421 100644
--- a/sysutils/edid-decode/Makefile
+++ b/sysutils/edid-decode/Makefile
@@ -12,7 +12,6 @@ COMMENT= Decodes binary EDID information from monitors
LICENSE= MIT
USE_XZ= yes
-MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/edid-decode
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile
index a2ad65bb577c..a95cf5e26535 100644
--- a/sysutils/fatback/Makefile
+++ b/sysutils/fatback/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Recover deleted files from FAT filesystems
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
USE_GCC= any
MAN1= fatback.1
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index f4f09c4481e7..9e60447da58a 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -11,8 +11,6 @@ COMMENT= Fdupes is a program for identifying or deleting duplicate files
LICENSE= MIT
-MAKE_JOBS_SAFE= yes
-
MAN1= fdupes.1
PLIST_FILES= bin/fdupes
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile
index 512b8bd881d5..a0ca54c6b39b 100644
--- a/sysutils/fusefs-ext4fuse/Makefile
+++ b/sysutils/fusefs-ext4fuse/Makefile
@@ -20,8 +20,6 @@ GH_ACCOUNT= gerard
GH_COMMIT= 33f57f6
GH_TAGNAME= v${PORTVERSION}
-MAKE_JOBS_SAFE= yes
-
# explicitly empty to fix a cross compiling related issue (PR: 165480)
MAKE_ENV+= TARGET_ARCH=
diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile
index cafa94d98b97..c292972e3a99 100644
--- a/sysutils/highlnk/Makefile
+++ b/sysutils/highlnk/Makefile
@@ -12,8 +12,6 @@ COMMENT= Tool to save disk space on hard disks by using hardlinks
LICENSE= GPLv2
-MAKE_JOBS_SAFE= yes
-
PLIST_FILES= bin/highlnk
PORTDOCS= README
MAN1= highlnk.1
diff --git a/sysutils/hilite/Makefile b/sysutils/hilite/Makefile
index 45b9809a4325..eecf4eb7ca02 100644
--- a/sysutils/hilite/Makefile
+++ b/sysutils/hilite/Makefile
@@ -11,8 +11,6 @@ EXTRACT_SUFX= .c
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility to highlight anything printed to stderr
-MAKE_JOBS_SAFE= yes
-
PLIST_FILES= bin/hilite
do-extract:
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile
index ac6ff64d14e8..3119702aade6 100644
--- a/sysutils/logstalgia/Makefile
+++ b/sysutils/logstalgia/Makefile
@@ -25,8 +25,6 @@ CFLAGS+= -L/usr/local/lib -I/usr/local/include
MANCOMPRESSED= yes
-MAKE_JOBS_SAFE= yes
-
MAN1= logstalgia.1
.include <bsd.port.mk>
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index 1b963914c1c3..edac1c5b2deb 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -15,7 +15,6 @@ LICENSE= GPLv2
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/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile
index 5930cbc0b061..396d13990a17 100644
--- a/sysutils/p5-Dir-Purge/Makefile
+++ b/sysutils/p5-Dir-Purge/Makefile
@@ -11,7 +11,6 @@ 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/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile
index 54d52a10005c..e19945317320 100644
--- a/sysutils/tmpreaper/Makefile
+++ b/sysutils/tmpreaper/Makefile
@@ -13,7 +13,6 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake
-MAKE_JOBS_SAFE= yes
PLIST_FILES= sbin/tmpreaper
PORTDOCS= README
diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile
index 7505d22017d3..e61cd4906426 100644
--- a/sysutils/vii/Makefile
+++ b/sysutils/vii/Makefile
@@ -16,7 +16,6 @@ LICENSE= GPLv2
LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/vii
MAN1= vii.1
diff --git a/sysutils/watchfolder/Makefile b/sysutils/watchfolder/Makefile
index 613585d9bc6e..5a6766c46fe7 100644
--- a/sysutils/watchfolder/Makefile
+++ b/sysutils/watchfolder/Makefile
@@ -12,8 +12,6 @@ COMMENT= Watch folders for new files and process them
LICENSE= GPLv2
-MAKE_JOBS_SAFE= yes
-
WRKSRC= ${WRKDIR}/watchd-${PORTVERSION}
USE_RC_SUBR= watchd
diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile
index e3127fd50a23..3ad203a7959d 100644
--- a/sysutils/weedit/Makefile
+++ b/sysutils/weedit/Makefile
@@ -15,8 +15,6 @@ LICENSE= GPLv2
USE_DOS2UNIX= yes
-MAKE_JOBS_SAFE= yes
-
WRKSRC= ${WRKDIR}/${PORTNAME}
SRCF= crc32 dlink weedit md5
diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile
index 98b653a1fd0a..d29e6a169585 100644
--- a/sysutils/wuzzah/Makefile
+++ b/sysutils/wuzzah/Makefile
@@ -13,7 +13,6 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake
-MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/wuzzah
MAN1= wuzzah.1
diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile
index 4f7317d501fd..7842b238325c 100644
--- a/sysutils/zeroer/Makefile
+++ b/sysutils/zeroer/Makefile
@@ -12,8 +12,6 @@ COMMENT= 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