summaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
parentUpdate to 0.15 (diff)
Mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=231102
Diffstat (limited to 'archivers')
-rw-r--r--archivers/deb2targz/Makefile1
-rw-r--r--archivers/ecm/Makefile2
-rw-r--r--archivers/gzrecover/Makefile2
-rw-r--r--archivers/mar/Makefile2
-rw-r--r--archivers/ppmd/Makefile2
-rw-r--r--archivers/tardy/Makefile1
-rw-r--r--archivers/unlzx/Makefile2
-rw-r--r--archivers/unmass/Makefile1
-rw-r--r--archivers/unzoo/Makefile2
9 files changed, 15 insertions, 0 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile
index 6e870d945294..ebe94c4b6583 100644
--- a/archivers/deb2targz/Makefile
+++ b/archivers/deb2targz/Makefile
@@ -15,6 +15,7 @@ COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz
USE_PERL5= yes
NO_BUILD= yes
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/deb2targz
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile
index e02fa113a390..f25c15ad5790 100644
--- a/archivers/ecm/Makefile
+++ b/archivers/ecm/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= bin/ecm bin/unecm
PORTDOCS= format.txt
diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile
index 4123eed09f97..9ac4a7f57e89 100644
--- a/archivers/gzrecover/Makefile
+++ b/archivers/gzrecover/Makefile
@@ -15,6 +15,8 @@ DISTNAME= gzrt-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A gzip recovery toolkit
+MAKE_JOBS_SAFE= yes
+
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lz
PLIST_FILES= bin/${PORTNAME}
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile
index 3326b19797eb..a37ed96ecf12 100644
--- a/archivers/mar/Makefile
+++ b/archivers/mar/Makefile
@@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A simple binary file format for storing arbitrary meta and user data
+MAKE_JOBS_SAFE= yes
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
MAN1= mar.1
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile
index 046676d68cc2..3d0b8b3992dc 100644
--- a/archivers/ppmd/Makefile
+++ b/archivers/ppmd/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A fast archiver with a good compression ratio
+MAKE_JOBS_SAFE= yes
+
MAN1= ppmd.1
PORTDOCS= read_me.txt
PLIST_FILES= bin/ppmd
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile
index 6180d383af0b..a7934afb7f0d 100644
--- a/archivers/tardy/Makefile
+++ b/archivers/tardy/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
MAN1= tardy.1
PLIST_FILES= bin/tardy
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 9b008c46135b..6f531de67981 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .gz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Extracts .lzx archives from Amiga systems
+MAKE_JOBS_SAFE= yes
+
PLIST_FILES= bin/unlzx
do-extract:
diff --git a/archivers/unmass/Makefile b/archivers/unmass/Makefile
index ea11e4b83e07..9594629aa9f6 100644
--- a/archivers/unmass/Makefile
+++ b/archivers/unmass/Makefile
@@ -17,6 +17,7 @@ COMMENT= Extract game archives such as wad, dar, mea exe's and many more
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_DOS2UNIX= yes
+MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index df3559c97fb6..1efc4624697a 100644
--- a/archivers/unzoo/Makefile
+++ b/archivers/unzoo/Makefile
@@ -19,6 +19,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A zoo archive extractor
+MAKE_JOBS_SAFE= yes
+
EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR
MAN1= unzoo.1