- Update to 2.09.02
This commit is contained in:
parent
d191f11cc3
commit
d44c239710
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264576
4 changed files with 28 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
12
devel/libbobcat/files/patch-readlinehistory-readlinehistory
Normal file
12
devel/libbobcat/files/patch-readlinehistory-readlinehistory
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue