aboutsummaryrefslogtreecommitdiff
path: root/security/bruteblock
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-24 19:28:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-24 19:28:37 +0000
commitcd87bf006605bfdcc9e55e5abd9d5294bccd75c8 (patch)
treeef1aba26fbc06e6ffb8206dfade3925acd7c570c /security/bruteblock
parent0db9a440a626f7dea0729524bca31e462dea5cf1 (diff)
downloadports-cd87bf006605bfdcc9e55e5abd9d5294bccd75c8.tar.gz
ports-cd87bf006605bfdcc9e55e5abd9d5294bccd75c8.zip
- Fix build with -j, mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=230900
Diffstat (limited to 'security/bruteblock')
-rw-r--r--security/bruteblock/Makefile1
-rw-r--r--security/bruteblock/files/patch-Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile
index 5fd1b5705aab..e82a03c00163 100644
--- a/security/bruteblock/Makefile
+++ b/security/bruteblock/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
+MAKE_JOBS_SAFE= yes
USE_RC_SUBR= bruteblockd.sh
MAN8= bruteblock.8
diff --git a/security/bruteblock/files/patch-Makefile b/security/bruteblock/files/patch-Makefile
new file mode 100644
index 000000000000..0cfbff38c566
--- /dev/null
+++ b/security/bruteblock/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2006-08-20 10:22:37.000000000 +0400
++++ Makefile 2009-03-24 22:12:58.000000000 +0300
+@@ -18,7 +18,7 @@
+ bruteblock: $(BRUTEBLOCK_OBJS) iniparse/libiniparser.a
+ $(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCK_OBJS) $(EXTRA_LIBS)
+
+-bruteblockd: $(BRUTEBLOCKD_OBJS) pidfile.h
++bruteblockd: $(BRUTEBLOCKD_OBJS) iniparse/libiniparser.a pidfile.h
+ $(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCKD_OBJS) $(EXTRA_LIBS)
+
+ clean: