diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-23 11:50:15 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-23 11:50:15 +0000 |
commit | d23ca82da795643887064070eb5a429985cd19f9 (patch) | |
tree | 3828b5ee1e01eabca40a7408561a4d4b0d130450 /devel/libbobcat/files | |
parent | c49c73ebd96ec04f5af5c75aa75bf17b209dcea4 (diff) |
Notes
Diffstat (limited to 'devel/libbobcat/files')
-rw-r--r-- | devel/libbobcat/files/patch-icmake-man | 8 | ||||
-rw-r--r-- | devel/libbobcat/files/patch-readlinebuf_readlinebuf | 13 |
2 files changed, 17 insertions, 4 deletions
diff --git a/devel/libbobcat/files/patch-icmake-man b/devel/libbobcat/files/patch-icmake-man index 47f2a86e00ed..b4d16e31b404 100644 --- a/devel/libbobcat/files/patch-icmake-man +++ b/devel/libbobcat/files/patch-icmake-man @@ -1,5 +1,5 @@ ---- icmake/man.orig 2013-11-13 11:44:52.000000000 +0100 -+++ icmake/man 2013-11-27 12:47:25.000000000 +0100 +--- icmake/man.orig 2015-01-21 17:14:17.031076759 +0600 ++++ icmake/man 2015-01-21 17:15:44.394071693 +0600 @@ -9,7 +9,10 @@ special(0, 0); @@ -14,10 +14,10 @@ @@ -35,8 +38,10 @@ - run("yodl2man --no-warnings -r 3 -o ../../tmp/man/man3/" + + run("yodl2man --no-warnings -r 3 -l 3 -o ../../tmp/man/man3/" + base + ".3" LIBRARY " " + yodl); +#ifdef MANHTML - run("yodl2html --no-warnings -r 3 -o ../../tmp/manhtml/" + + run("yodl2html --no-warnings -r 3 -l 3 -o ../../tmp/manhtml/" + base + ".3.html " + yodl); +#endif } diff --git a/devel/libbobcat/files/patch-readlinebuf_readlinebuf b/devel/libbobcat/files/patch-readlinebuf_readlinebuf new file mode 100644 index 000000000000..ff4962da5ebd --- /dev/null +++ b/devel/libbobcat/files/patch-readlinebuf_readlinebuf @@ -0,0 +1,13 @@ +--- readlinebuf/readlinebuf.orig 2015-01-21 16:26:21.946273880 +0600 ++++ readlinebuf/readlinebuf 2015-01-21 16:26:46.260272553 +0600 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_READLINEBUF_ + #define INCLUDED_BOBCAT_READLINEBUF_ + ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++#include <stdio.h> ++#endif ++ + #include <string> + #include <streambuf> + #include <memory> |