diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-14 11:50:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-04-14 11:50:16 +0000 |
commit | 59f85b281887a1e4b5dd63c90ecb6b55010755b3 (patch) | |
tree | fe48312912baf33d86491b27242d943b5ad20871 /net/throttled | |
parent | eb40344528483c55565320e2b137fd7a6669be66 (diff) | |
download | ports-59f85b281887a1e4b5dd63c90ecb6b55010755b3.tar.gz ports-59f85b281887a1e4b5dd63c90ecb6b55010755b3.zip |
Notes
Diffstat (limited to 'net/throttled')
-rw-r--r-- | net/throttled/Makefile | 1 | ||||
-rw-r--r-- | net/throttled/files/patch-src_throttled.h | 10 |
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> |