Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Oct 2020 14:38:17
2.2

|
amdmi3  |
- Update to 2.2 |
15 Jun 2020 15:56:04
2.1

|
amdmi3  |
- Update to 2.1 |
26 May 2020 19:06:12
2.0

|
amdmi3  |
- Update to 2.0 |
22 Dec 2019 12:48:33
1.90

|
amdmi3  |
- Update to 1.90 |
09 Sep 2019 15:18:08
1.89

|
amdmi3  |
- Update to 1.89 |
26 Jul 2019 20:46:57
1.88_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
02 Jul 2019 21:06:53
1.88

|
amdmi3  |
- Update to 1.88 |
11 Feb 2019 17:37:54
1.87

|
amdmi3  |
- Update to 1.87 |
16 Jan 2019 11:13:45
1.86

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
1.86

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
20 Dec 2018 13:05:30
1.86

|
amdmi3  |
- Update to 1.86 |
12 Dec 2018 01:35:36
1.85_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
26 Oct 2018 16:52:28
1.85

|
amdmi3  |
- Update to 1.85 |
29 Jul 2018 22:18:46
1.84_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
1.84

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
19 Jun 2018 13:44:20
1.84

|
amdmi3  |
- Regenerate patches, as patching fails in some cases (could not reproduce
though)
PR: 229005
Reported by: rozhuk.im@gmail.com |
12 Jun 2018 19:02:41
1.84

|
amdmi3  |
- Update to 1.84 |
04 Apr 2018 20:07:10
1.83

|
amdmi3  |
- Update to 1.83 |
25 Jan 2018 12:59:02
1.82

|
amdmi3  |
Fix build when Qt libs are present, but qmake is not
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
24 Jan 2018 13:52:16
1.82

|
amdmi3  |
- Update to 1.82 |
15 Dec 2017 11:25:27
1.81

|
amdmi3  |
- Remove python version limitation |
12 Dec 2017 04:35:49
1.81

|
jbeich  |
Re-try ports affected by bug 193528 on powerpc* after r449590 |
30 Nov 2017 15:50:34
1.81

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
09 Nov 2017 20:09:18
1.81

|
antoine  |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
11 Oct 2017 13:42:39
1.81

|
amdmi3  |
- Update to 1.81 |
10 Sep 2017 20:55:39
1.80_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
20 Aug 2017 11:57:53
1.80

|
amdmi3  |
- Update to 1.80 |
05 Jul 2017 10:45:42
1.79

|
amdmi3  |
- Move cppcheck gui into separate port, devel/cppcheck-gui |
31 May 2017 20:07:15
1.79

|
amdmi3  |
- Update to 1.79
- Fix segfault due to conflict between bundled and system tinyxml [1]
- Switch to cmake build, simplifying the port
- Enable GUI
PR: 217881 [1], 218876 [1] |
21 May 2017 21:55:08
1.78_2

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
12 Apr 2017 17:24:33
1.78_2

|
amdmi3  |
- Add missing python dependency (both build- and runtime)
- Fix shebang in python script
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
10 Apr 2017 13:24:23
1.78_1

|
amdmi3  |
- Update to 1.78 |
01 Apr 2017 15:23:32
1.77_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
10 Jan 2017 18:29:03
1.77

|
amdmi3  |
- Update to 1.77 |
17 Oct 2016 15:50:32
1.76.1

|
amdmi3  |
- Update to 1.76.1 |
11 Oct 2016 02:24:48
1.76

|
amdmi3  |
- Update to 1.76 |
15 Aug 2016 00:08:07
1.75

|
amdmi3  |
- Update to 1.75 |
20 Jun 2016 20:57:31
1.74

|
amdmi3  |
- Update to 1.74 |
19 Apr 2016 19:34:14
1.73

|
amdmi3  |
- Update to 1.73 |
01 Apr 2016 14:00:57
1.72

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Jan 2016 13:07:29
1.72

|
amdmi3  |
- Update to 1.72 |
12 Jan 2016 16:20:32
1.71

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
14 Dec 2015 20:19:49
1.71

|
amdmi3  |
- Update to 1.71
- Take maintainership in compliance with porter's handbook SS5.5 (3 consecutive
maintainer timeouts)
PR: 204917
Submitted by: amdmi3
Approved by: maintainer timeout (bf, 2 weeks) |
23 Nov 2015 20:24:27
1.70

|
amdmi3  |
- Update to 1.70
- Use options helpers
- Use test framework
PR: 204325
Submitted by: amdmi3
Approved by: maintainer timeout (bf, 2 weeks) |
07 Sep 2015 00:15:16
1.69

|
amdmi3  |
- Update to 1.69
- Add LICENSE_FILE
PR: 202392
Submitted by: amdmi3
Approved by: maintainer timeout (bf, 3 weeks) |
19 Feb 2015 20:07:33
1.63_1

|
sunpoet  |
- Update to 2.2.0
- Simplify Makefile
- Bump PORTREVISION for textproc/tinyxml2 shlib change
Changes: https://github.com/leethomason/tinyxml2/commits/master
PR: 196884
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month) |
20 Oct 2014 16:04:14
1.63

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
18 Aug 2014 22:10:40
1.63

|
antoine  |
Remove a few remaining NOPORTDATA
With hat: portmgr |
03 Jun 2014 13:00:24
1.63

|
amdmi3  |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
03 Mar 2014 16:36:37
1.63

|
bf  |
Correct the plist for the case when the manpage isn't built, and
use a more specific option name
PR: 186588, 186795
Submitted by: amdmi3, K. Zheng |
06 Feb 2014 18:40:41
1.63

|
bf  |
Update textproc/tinyxml2 to 20140124 and devel/cppcheck to 1.63; use staging for
both |
13 Jan 2014 21:00:04
1.62

|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
18 Nov 2013 20:38:42
1.62

|
bf  |
Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62 |
20 Sep 2013 17:03:27


|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
08 Aug 2013 18:10:37
1.61_1

|
bf  |
Update textproc/tinyxml2 to 20130805, and adjust a dependent port |
05 Aug 2013 21:06:11
1.61

|
bf  |
Update to 1.61 |
19 Jul 2013 14:03:53
1.60.1_1

|
rm  |
Cleanup empty files and directories. |
11 Jun 2013 15:25:54
1.60.1_1

|
bf  |
Switch from the bundled tinyxml2 to the new textproc/tinyxml2 port |
04 Jun 2013 02:35:38
1.60.1

|
bf  |
update to 1.60.1 |
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
1.57_1

|
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 |