| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 May 2013 10:19:34
1.59
|
bf  |
use python 2.* only
Reported by: eadler |
18 Apr 2013 08:24:48
1.59
|
bf  |
update to 1.59, temporarily switching to the bundled tinyxml2
Feature safe: yes |
14 Feb 2013 09:42:13
1.58
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
16 Jan 2013 18:05:43
1.58
|
bf  |
update to 1.58; sort some assignments; shorten a long line;
trim Makefile header; fix header search order; make it possible
to build a slim version with minimal dependencies |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
08 Nov 2012 18:31:42
1.57
|
bf  |
update to 1.57
Feature safe: yes |
13 Sep 2012 04:16:05
1.56
|
bf  |
update to 1.56 |
07 Jul 2012 18:04:52
1.55
|
bf  |
update to 1.55 |
19 Apr 2012 03:35:35
1.54
|
bf  |
update to 1.54 |
14 Feb 2012 12:45:35
1.53_1
|
mm  |
Bump pcre library dependency due to 8.30 update |
12 Feb 2012 21:23:35
1.53
|
bf  |
update to 1.53 |
11 Dec 2011 05:44:54
1.52
|
bf  |
update to 1.52; don't build or install the manpage if
NOPORTDOCS is defined
Feature safe: yes |
11 Oct 2011 13:40:29
1.51
|
bf  |
update to 1.51 |
23 Sep 2011 22:26:39
1.50_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
17 Sep 2011 16:19:05
1.50_1
|
bf  |
fix a build problem by switching from the bundled tinyxml to textproc/tinyxml
Submitted by: kevlo (slightly different patch) |
19 Aug 2011 17:02:22
1.50
|
bf  |
update to 1.50 |
22 Jun 2011 15:00:49
1.49
|
bf  |
update to 1.49
PR: 157813
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
13 Apr 2011 00:52:15
1.48
|
bf  |
Update to 1.48, add LICENSE |
26 Mar 2011 01:39:07
1.47
|
bf  |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo |
08 Feb 2011 01:03:19
1.47
|
bf  |
Update to 1.47
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
30 Dec 2010 10:52:22
1.46.1
|
bf  |
update to 1.46.1
Approved by: makc, miwi (mentors, implicit) |
05 Oct 2010 00:03:42
1.45
|
bf  |
Update to 1.45
Approved by: makc, miwi (co-mentors, implicit) |
06 Aug 2010 18:03:54
1.44
|
bf  |
update to 1.44
Approved by: makc |
11 Jun 2010 14:19:59
1.43
|
pgj  |
- Pass maintainership to bf@ |
20 May 2010 23:47:57
1.43
|
pgj  |
- Update to 1.43 |
14 Mar 2010 09:09:40
1.42
|
pgj  |
- Update to 1.42 |
19 Jan 2010 11:49:14
1.40
|
pgj  |
- Update to 1.40
PR: ports/142953
Submitted by: bf <bf1783#gmail.com> |
15 Dec 2009 19:53:02
1.39
|
pgj  |
- Update to 1.39
PR: ports/141456
Submitted by: bf <bf1783(at)gmail.com> |
01 Nov 2009 21:23:30
1.38
|
pgj  |
- Update to 1.38 |
25 Sep 2009 12:41:48
1.37
|
pgj  |
- Update to 1.37
PR: ports/139082
Submitted by: bf <bf1783 (at) gmail (dot) com>
Feature safe: yes |
24 Aug 2009 17:54:06
1.35
|
pgj  |
- Update to 1.35
- Add thread flags
- Fix sourceforge
PR: ports/137860
Submitted by: bf <bf1783 (at) gmail (dot) com>
Approved by: tabthorpe (mentor, implicit) |
17 Jul 2009 11:12:40
1.34
|
pgj  |
- Update to 1.34
PR: ports/136830
Submitted by: bf <bf1783 (at) gmail (dot) com>
Approved by: tabthorpe (mentor, implicit) |
14 Jun 2009 01:34:08
1.33
|
pgj  |
- Update to 1.33
Approved by: tabthorpe (mentor, implicit) |
18 May 2009 15:24:50
1.32
|
pgj  |
- Update to 1.32
Approved by: tabthorpe (mentor) |
22 Apr 2009 12:40:15
1.31
|
pgj  |
- Update to 1.31
- Respect NO_INSTALL_MAN_PAGES, CXX
- Add "regression-test" target for regression testing
- Switch to bzip2
PR: ports/133749
Submitted by: bf <bf2006a (at) yahoo (dot) com>
Approved by: tabthorpe (mentor) |
11 Mar 2009 09:16:14
1.30
|
pgj  |
- Update to 1.30
- Respect CXXFLAGS
Approved by: tabthorpe |
06 Mar 2009 19:53:54
1.29
|
pgj  |
Cppcheck is a tool for static C/C++ code analysis, and it tries to
detect bugs that your compiler do not see. Checks for: memory leaks,
mismatching allocation-deallocation, buffer overrun, and many more.
Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
The goal is no false positives.
WWW: http://sourceforge.net/projects/cppcheck
Approved by: tabthorpe |