Commit graph

17 commits

Author SHA1 Message Date
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Martin Wilke
5348ba2904 - Unbreak build
PR:		169505
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer
2012-08-05 06:02:30 +00:00
Pav Lucistnik
61026624c8 - 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
2012-05-30 22:07:56 +00:00
Li-Wen Hsu
6aefd17e99 - 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
2012-02-05 16:15:40 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Li-Wen Hsu
a12ce191e9 - Unbreak
- Update to 2011.07.27 snapshot

PR:		ports/163150
Submitted by:	Valery Komaorv <komarov@valerka.net>
Approved by:	maintainer
2012-01-12 09:25:04 +00:00
Pav Lucistnik
fc78c20da7 - 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
2012-01-04 21:24:27 +00:00
Greg Larkin
d036f11c99 - 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)
2011-05-19 01:32:18 +00:00
Greg Larkin
5b97c9cec0 - 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
2011-05-18 20:45:14 +00:00
Doug Barton
29813d5397 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
2011-05-15 02:49:17 +00:00
Greg Larkin
76825995ce - 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)
2011-05-13 13:53:55 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Li-Wen Hsu
4aa753d2fc 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>
2010-08-02 20:55:31 +00:00