mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/libbobcat: Update version 3.18.01=>3.21.01
- Unbreak for GCC 4.9 [1] - Take maintainership PR: 196912 [1] Differential Revision: https://reviews.freebsd.org/D1598 Submitted by: gerald [1] Approved by: marino(mentor)
This commit is contained in:
parent
c49c73ebd9
commit
d23ca82da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377728
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
13
devel/libbobcat/files/patch-readlinebuf_readlinebuf
Normal file
13
devel/libbobcat/files/patch-readlinebuf_readlinebuf
Normal file
@ -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>
|
@ -45,9 +45,11 @@ include/bobcat/irandstream
|
||||
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/pattern
|
||||
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/irandstream.3bobcat.gz
|
||||
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/readlinehistory.3bobcat.gz
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user