| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Jan 2013 13:38:43
2.2.2012.01.07_2
|
bapt  |
Chase boost update |
05 Aug 2012 06:02:30
2.2.2012.01.07_1
|
miwi  |
- Unbreak build
PR: 169505
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer |
30 May 2012 22:07:56
2.2.2012.01.07
|
pav  |
- Mark BROKEN: does not compile
file.cpp: In member function 'virtual void StdFile::listImpl(const
std::string&, std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >&)':
file.cpp:248: error: 'class boost::filesystem3::directory_entry' has no member
named 'filename'
Reported by: pointyhat |
05 Feb 2012 16:15:40
2.2.2012.01.07
|
lwhsu  |
- Update to 2.2.2012.01.07 snapshot
- Fix the problem of Log::Scribe::Dispatch error
PR: ports/164704
Submitted by: Stephon Chen <stephon@gmail.com>
Approved by: maintainer via irc |
14 Jan 2012 08:57:23
2.2.2011.07.27
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
12 Jan 2012 09:25:04
2.2.2011.07.27
|
lwhsu  |
- Unbreak
- Update to 2011.07.27 snapshot
PR: ports/163150
Submitted by: Valery Komaorv <komarov@valerka.net>
Approved by: maintainer |
04 Jan 2012 21:24:27
2.2_3
|
pav  |
- Mark BROKEN: does not compile
In file included from store.cpp:27:
scribe_server.h:45: error: conflicting return type specified for 'virtual
scribe::thrift::ResultCode scribeHandler::Log(const
std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry>
>&)'
../src/gen-cpp/scribe.h:18: error: overriding 'virtual
scribe::thrift::ResultCode::type scribe::thrift::scribeIf::Log(const
std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry>
>&)'
Reported by: pointyhat |
19 May 2011 01:32:18
2.2_3
|
glarkin  |
- Added shutdown keyword to rc.d script and other stylistic improvements
- Bumped PORTREVISION
Suggested by: dougb (via email)
Approved by: jnlin@csie.nctu.edu.tw (maintainer, implicit) |
18 May 2011 20:45:14
2.2_2
|
glarkin  |
- Fixed the dependency tuple for py-thrift so it's detected correctly
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Pointyhat to: glarkin |
15 May 2011 02:49:17
2.2_2
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
13 May 2011 13:53:55
2.2_2
|
glarkin  |
- Fixed rc.d script so it adheres to rc.conf setting [1]
- Added missing dependency on devel/py-thrift
- Bumped PORTREVISION
PR: ports/154942 (based on)
Submitted by: Erik Steigler <erik@okcupid.com> [1]
Approved by: maintainer timeout (18 days) |
20 Mar 2011 12:54:45
2.2_1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
2.2_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.2_1
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
2.2_1
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
2.2_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
02 Aug 2010 20:55:31
2.2
|
lwhsu  |
Add scribe 2.2, aggregating log data streamed in real time.
PR: ports/148631
Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw> |