diff --git a/hyper/Makefile b/hyper/Makefile index a237173b8e34c6ce499d1b1cfca11e5491d9bd3d..e29fbadef2b8321bc5be00af83e5c706284c0634 100644 --- a/hyper/Makefile +++ b/hyper/Makefile @@ -4,7 +4,7 @@ DISTNAME= hyper-${VERSION} VERSION= 0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= supervision MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hyper diff --git a/hyper/distinfo b/hyper/distinfo index 0e929b2b3801cbaeac736e1e702d890d90ea7a07..971cd3e1a4817d00c9463903cfb98e5ea752c592 100644 --- a/hyper/distinfo +++ b/hyper/distinfo @@ -2,3 +2,4 @@ SHA1 (hyper-0.9.tar.gz) = adf3507649a3cd3afed44b300f99850243daab25 RMD160 (hyper-0.9.tar.gz) = da79fc936a80720d489630163e403ce0439bd4fe Size (hyper-0.9.tar.gz) = 176663 bytes SHA1 (patch-aa) = 1d7f8ead0ab7811bfe394dfdd7db0d599cfdb239 +SHA1 (patch-ab) = abe3ae29c6cf00f941ae5c99cd5e43e5a97da409 diff --git a/hyper/patches/patch-ab b/hyper/patches/patch-ab new file mode 100644 index 0000000000000000000000000000000000000000..3a78985b10143b8b703f481dbae4c274d3a1c69c --- /dev/null +++ b/hyper/patches/patch-ab @@ -0,0 +1,15 @@ +[model] Add stdlib header for exit(3) and daemon on NetBSD + +diff --git a/include/model/main.hh b/include/model/main.hh +index 08e3543..1f719bb 100644 +--- include/model/main.hh ++++ include/model/main.hh +@@ -3,6 +3,7 @@ + + #include <iostream> + #include <string> ++#include <stdlib.h> + #include <unistd.h> + + #include <boost/system/system_error.hpp> +