aboutsummaryrefslogtreecommitdiff
path: root/devel/libbobcat
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-11-15 10:18:30 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-11-15 10:18:30 +0000
commitd44c2397105e107ce0ced86348fcaa02f2d32bb5 (patch)
tree8be7bf40faf96a87f2c54fdc93cc5e011ce674c9 /devel/libbobcat
parentd191f11cc3af5578478d29e80f9ecdf831a9e264 (diff)
downloadports-d44c2397105e107ce0ced86348fcaa02f2d32bb5.tar.gz
ports-d44c2397105e107ce0ced86348fcaa02f2d32bb5.zip
- Update to 2.09.02
Notes
Notes: svn path=/head/; revision=264576
Diffstat (limited to 'devel/libbobcat')
-rw-r--r--devel/libbobcat/Makefile16
-rw-r--r--devel/libbobcat/distinfo5
-rw-r--r--devel/libbobcat/files/patch-readlinehistory-readlinehistory12
-rw-r--r--devel/libbobcat/pkg-plist5
4 files changed, 28 insertions, 10 deletions
diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile
index 20ab7a49a51a..9173df5ca384 100644
--- a/devel/libbobcat/Makefile
+++ b/devel/libbobcat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbobcat
-PORTVERSION= 2.08.01
+PORTVERSION= 2.09.02
CATEGORIES= devel
MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION}
DISTNAME= bobcat_${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= Brokken's Own Base Classes And Templates
BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \
${LOCALBASE}/include/X11/Xlib.h:${PORTSDIR}/x11/libX11 \
- yodl>=2.0:${PORTSDIR}/textproc/yodl \
+ yodl>=3.0:${PORTSDIR}/textproc/yodl \
g++45:${PORTSDIR}/lang/gcc45
MANCOMPRESSED= yes
@@ -36,13 +36,15 @@ MAN3= a2x.3bobcat align.3bobcat arg.3bobcat argconfig.3bobcat \
irandstream.3bobcat lc.3bobcat level.3bobcat lm.3bobcat \
localclientsocket.3bobcat localserversocket.3bobcat \
localsocketbase.3bobcat log.3bobcat logbuffer.3bobcat \
- mailheaders.3bobcat manipulators.3bobcat milter.3bobcat \
- mlm.3bobcat msg.3bobcat multistreambuf.3bobcat \
- ofdstream.3bobcat ofdstreambuf.3bobcat \
+ mailheaders.3bobcat manipulators.3bobcat mbuf.3bobcat \
+ milter.3bobcat mlm.3bobcat msg.3bobcat mstream.3bobcat \
+ multistreambuf.3bobcat ofdstream.3bobcat ofdstreambuf.3bobcat \
ofilterstreambuf.3bobcat ofoldstream.3bobcat \
ofoldstreambuf.3bobcat ohexstreambuf.3bobcat onekey.3bobcat \
pattern.3bobcat pipe.3bobcat process.3bobcat \
- randbuffer.3bobcat redirector.3bobcat refcount.3bobcat \
+ randbuffer.3bobcat readlinebuf.3bobcat \
+ readlinehistory.3bobcat readlinestream.3bobcat \
+ redirector.3bobcat refcount.3bobcat \
repeat.3bobcat selector.3bobcat serversocket.3bobcat \
socketbase.3bobcat stat.3bobcat string.3bobcat \
syslogbuf.3bobcat syslogstream.3bobcat table.3bobcat \
@@ -75,7 +77,7 @@ post-patch:
s|gcc|gcc45|' \
${WRKSRC}/INSTALL.im
@${REINPLACE_CMD} -e 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \
- s|"-Itmp -Wall -O3"|"-Itmp -I${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \
+ s|"-isystem tmp -Wall -O3"|"-isystem tmp ${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \
${WRKSRC}/build
@${REINPLACE_CMD} -e 's|"cp -r |"cp -R |' \
${WRKSRC}/icmake/install
diff --git a/devel/libbobcat/distinfo b/devel/libbobcat/distinfo
index 953f0f21760a..7698bb14c030 100644
--- a/devel/libbobcat/distinfo
+++ b/devel/libbobcat/distinfo
@@ -1,3 +1,2 @@
-MD5 (bobcat_2.08.01.orig.tar.gz) = 769a373b20a6d1aaa4f268e018af96d7
-SHA256 (bobcat_2.08.01.orig.tar.gz) = 270c6768c7fe86f0371f524a6ec80f9737092309103fdaceaa3b3624225c235d
-SIZE (bobcat_2.08.01.orig.tar.gz) = 597400
+SHA256 (bobcat_2.09.02.orig.tar.gz) = 48ceed1880de6631c829afa445156a1d7a9692783699e83ffefec4210d29e8c5
+SIZE (bobcat_2.09.02.orig.tar.gz) = 586994
diff --git a/devel/libbobcat/files/patch-readlinehistory-readlinehistory b/devel/libbobcat/files/patch-readlinehistory-readlinehistory
new file mode 100644
index 000000000000..c408e7e1b902
--- /dev/null
+++ b/devel/libbobcat/files/patch-readlinehistory-readlinehistory
@@ -0,0 +1,12 @@
+--- ./readlinehistory/readlinehistory.orig 2010-11-04 12:52:11.000000000 +0100
++++ ./readlinehistory/readlinehistory 2010-11-13 22:00:30.000000000 +0100
+@@ -4,6 +4,9 @@
+ #include <iterator>
+ #include <string>
+
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
+ #include <readline/history.h>
+
+ namespace FBB
diff --git a/devel/libbobcat/pkg-plist b/devel/libbobcat/pkg-plist
index bd9c6bb37bc7..69fe99490711 100644
--- a/devel/libbobcat/pkg-plist
+++ b/devel/libbobcat/pkg-plist
@@ -45,8 +45,10 @@ include/bobcat/localsocketbase
include/bobcat/log
include/bobcat/logbuffer
include/bobcat/mailheaders
+include/bobcat/mbuf
include/bobcat/milter
include/bobcat/msg
+include/bobcat/mstream
include/bobcat/multistreambuf
include/bobcat/ofdstream
include/bobcat/ofdstreambuf
@@ -59,6 +61,9 @@ include/bobcat/pattern
include/bobcat/pipe
include/bobcat/process
include/bobcat/randbuffer
+include/bobcat/readlinebuf
+include/bobcat/readlinehistory
+include/bobcat/readlinestream
include/bobcat/redirector
include/bobcat/refcount
include/bobcat/repeat