Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 11:50:16 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377728 - in head/devel/libbobcat: . files
Message-ID:  <201501231150.t0NBoGwF028966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Jan 23 11:50:15 2015
New Revision: 377728
URL: https://svnweb.freebsd.org/changeset/ports/377728
QAT: https://qat.redports.org/buildarchive/r377728/

Log:
  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)

Added:
  head/devel/libbobcat/files/patch-readlinebuf_readlinebuf   (contents, props changed)
Modified:
  head/devel/libbobcat/Makefile
  head/devel/libbobcat/distinfo
  head/devel/libbobcat/files/patch-icmake-man
  head/devel/libbobcat/pkg-plist

Modified: head/devel/libbobcat/Makefile
==============================================================================
--- head/devel/libbobcat/Makefile	Fri Jan 23 11:44:41 2015	(r377727)
+++ head/devel/libbobcat/Makefile	Fri Jan 23 11:50:15 2015	(r377728)
@@ -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

Modified: head/devel/libbobcat/distinfo
==============================================================================
--- head/devel/libbobcat/distinfo	Fri Jan 23 11:44:41 2015	(r377727)
+++ head/devel/libbobcat/distinfo	Fri Jan 23 11:50:15 2015	(r377728)
@@ -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

Modified: head/devel/libbobcat/files/patch-icmake-man
==============================================================================
--- head/devel/libbobcat/files/patch-icmake-man	Fri Jan 23 11:44:41 2015	(r377727)
+++ head/devel/libbobcat/files/patch-icmake-man	Fri Jan 23 11:50:15 2015	(r377728)
@@ -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
          }

Added: head/devel/libbobcat/files/patch-readlinebuf_readlinebuf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-readlinebuf_readlinebuf	Fri Jan 23 11:50:15 2015	(r377728)
@@ -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>

Modified: head/devel/libbobcat/pkg-plist
==============================================================================
--- head/devel/libbobcat/pkg-plist	Fri Jan 23 11:44:41 2015	(r377727)
+++ head/devel/libbobcat/pkg-plist	Fri Jan 23 11:50:15 2015	(r377728)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501231150.t0NBoGwF028966>