Page MenuHomeFreeBSD

D1598.diff
No OneTemporary

D1598.diff

Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -1,14 +1,13 @@
# $FreeBSD$
PORTNAME= libbobcat
-PORTVERSION= 3.18.01
-PORTREVISION= 1
+PORTVERSION= 3.21.01
CATEGORIES= devel
MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION}
DISTNAME= bobcat_${PORTVERSION}
EXTRACT_SUFX= .orig.tar.gz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Brokken's Own Base Classes And Templates
LICENSE= GPLv3
Index: distinfo
===================================================================
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (bobcat_3.18.01.orig.tar.gz) = c4986aa865937c496de66186652ed37d474ab23407913e09884dae450fea2ffb
-SIZE (bobcat_3.18.01.orig.tar.gz) = 995892
+SHA256 (bobcat_3.21.01.orig.tar.gz) = 568d5e6a63b9d8561816d8fa09cf4b587a621790ce558430fa5dfab47514b92e
+SIZE (bobcat_3.21.01.orig.tar.gz) = 1011794
Index: files/patch-icmake-man
===================================================================
--- files/patch-icmake-man
+++ 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
}
Index: files/patch-readlinebuf_readlinebuf
===================================================================
--- files/patch-readlinebuf_readlinebuf
+++ 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>
Index: pkg-plist
===================================================================
--- pkg-plist
+++ pkg-plist
@@ -45,9 +45,11 @@
include/bobcat/isharedstream
include/bobcat/isymcryptstream
include/bobcat/isymcryptstreambuf
+include/bobcat/iterator
include/bobcat/iuo
include/bobcat/lc
include/bobcat/level
+include/bobcat/linearmap
include/bobcat/localclientsocket
include/bobcat/localserversocket
include/bobcat/localsocketbase
@@ -71,6 +73,7 @@
include/bobcat/pipe
include/bobcat/primefactors
include/bobcat/process
+include/bobcat/processenums
include/bobcat/ptriter
include/bobcat/randbuffer
include/bobcat/ranger
@@ -151,7 +154,9 @@
man/man3/isharedstream.3bobcat.gz
man/man3/isymcryptstream.3bobcat.gz
man/man3/isymcryptstreambuf.3bobcat.gz
+man/man3/iterator.3bobcat.gz
man/man3/level.3bobcat.gz
+man/man3/linearmap.3bobcat.gz
man/man3/lm.3bobcat.gz
man/man3/localclientsocket.3bobcat.gz
man/man3/localserversocket.3bobcat.gz
@@ -185,6 +190,7 @@
man/man3/readlinestream.3bobcat.gz
man/man3/redirector.3bobcat.gz
man/man3/repeat.3bobcat.gz
+man/man3/reverseiterator.3bobcat.gz
man/man3/selector.3bobcat.gz
man/man3/serversocket.3bobcat.gz
man/man3/sharedblock.3bobcat.gz

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 29, 3:19 AM (6 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37494375
Default Alt Text
D1598.diff (3 KB)

Event Timeline