Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Jun 2020 22:23:25
0.16.1

|
amdmi3  |
- Update to 0.16.1 |
08 Nov 2019 11:39:00
0.16.0_3

|
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
14 Sep 2019 22:01:13
0.16.0_3

|
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
26 Jul 2019 20:46:57
0.16.0_3

|
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 |
12 Dec 2018 01:35:36
0.16.0_2

|
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 |
29 Jul 2018 22:18:46
0.16.0_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 |
14 May 2018 18:47:41
0.16.0

|
amdmi3  |
- Disable -Werror, fix build on 12 |
16 Feb 2018 12:43:48
0.16.0

|
amdmi3  |
- Update to 0.16.0 |
10 Sep 2017 20:55:39
0.15.0_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 |
12 Jul 2017 12:29:37
0.15.0

|
amdmi3  |
- Update to 0.15.0 |
29 Jun 2017 07:57:42
0.14.1

|
amdmi3  |
- Update to 0.14.1 |
31 May 2017 17:35:55
0.14.0

|
amdmi3  |
- Update to 0.14.0 |
01 Apr 2017 15:23:32
0.13.0_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 |
13 Nov 2016 10:19:16
0.13.0

|
amdmi3  |
- Update to 0.13.0 |
12 Nov 2016 17:38:26
0.12.0

|
antoine  |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098 |
01 Apr 2016 14:00:57
0.12.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Jan 2016 12:42:48
0.12.0

|
amdmi3  |
- Update to 0.12.0 |
16 Dec 2015 15:08:35
0.11.0

|
amdmi3  |
- Update repo URL |
30 Nov 2015 05:05:25
0.11.0

|
amdmi3  |
- Update to 0.11.0 |
14 Oct 2015 15:55:54
0.10.0

|
amdmi3  |
- Update to 0.10.0 |
28 Sep 2015 17:20:43
0.9.0

|
amdmi3  |
Implemented complete support for test target.
You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually `check' or `test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:
{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off
`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.
Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.
This commit also converts my ports which have tests to this new framework.
Approved by: portmgr (bapt)
Differential Revision: D3680 |
16 Sep 2015 00:25:32
0.9.0

|
amdmi3  |
Chase changed variable name |
07 Sep 2015 13:54:27
0.9.0

|
amdmi3  |
- Update to 0.9.0 |
20 Aug 2015 15:11:18
0.8.2

|
amdmi3  |
- Switch to options helpers |
27 Jul 2015 23:04:30
0.8.2

|
amdmi3  |
- Update to 0.8.2 |
29 Jun 2015 17:21:27
0.8.1

|
amdmi3  |
- Update to 0.8.1 |
10 Jun 2015 15:29:25
0.8.0

|
amdmi3  |
- Update to 0.8.0 |
28 Apr 2015 18:44:05
0.7.1

|
bdrewery  |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
27 Mar 2015 09:33:32
0.7.1

|
amdmi3  |
- Update to 0.7.1 |
01 Feb 2015 19:48:54
0.7.0

|
amdmi3  |
- Fix build with clang 3.6 |
22 Jan 2015 18:01:38
0.7.0

|
amdmi3  |
- Update to 0.7.0
- Add DOXYGEN option |
11 Jan 2015 16:12:30
0.6.0

|
amdmi3  |
- Update to 0.6.0 |
30 Dec 2014 00:06:48
0.5.2

|
amdmi3  |
- Update to 0.5.2 |
29 Dec 2014 00:29:41
0.5.1

|
amdmi3  |
- Update to 0.5.1 |
20 Dec 2014 00:08:15
0.4.0

|
amdmi3  |
This library provides C++11 bindings/wrapper over a subset of SDL2
functions with extra features proided with modern C++ such as:
* RAII-style initialization and destruction
* Full error checking: exception is thrown if any SDL function
fails. Exception itself allows to retrieve SDL error string
* C++11 move semantics support, which allow you to store SDL objects
in containers and pass/return them by value with no overhead
WWW: https://github.com/AMDmi3/libSDL2pp |