aboutsummaryrefslogtreecommitdiff
path: root/net/throttled
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-04-14 11:50:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-04-14 11:50:16 +0000
commit59f85b281887a1e4b5dd63c90ecb6b55010755b3 (patch)
treefe48312912baf33d86491b27242d943b5ad20871 /net/throttled
parenteb40344528483c55565320e2b137fd7a6669be66 (diff)
downloadports-59f85b281887a1e4b5dd63c90ecb6b55010755b3.tar.gz
ports-59f85b281887a1e4b5dd63c90ecb6b55010755b3.zip
- Fix missing include
PR: 122540 Submitted by: Petko Bordjukov <bordjukov@gmail.com> Reviewed by: maintainer Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=211241
Diffstat (limited to 'net/throttled')
-rw-r--r--net/throttled/Makefile1
-rw-r--r--net/throttled/files/patch-src_throttled.h10
2 files changed, 11 insertions, 0 deletions
diff --git a/net/throttled/Makefile b/net/throttled/Makefile
index 83d92398410f..36dd855289d8 100644
--- a/net/throttled/Makefile
+++ b/net/throttled/Makefile
@@ -7,6 +7,7 @@
PORTNAME= throttled
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.intrarts.com/Files/
EXTRACT_SUFX= .tgz
diff --git a/net/throttled/files/patch-src_throttled.h b/net/throttled/files/patch-src_throttled.h
new file mode 100644
index 000000000000..44bd3e09ea1d
--- /dev/null
+++ b/net/throttled/files/patch-src_throttled.h
@@ -0,0 +1,10 @@
+--- src/throttled.h.orig 2008-04-14 13:38:37.000000000 +0200
++++ src/throttled.h 2008-04-14 13:38:47.000000000 +0200
+@@ -39,6 +39,7 @@
+ #include <sys/resource.h>
+ #include <err.h>
+ #include <errno.h>
++#include <signal.h>
+ #include <sysexits.h>
+ #include <syslog.h>
+ #include <stdarg.h>