Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 May 2020 01:14:45
1.1.6

|
amdmi3  |
- Update to 1.1.6 |
15 Jan 2020 12:06:14
1.1.5

|
bapt  |
Add LOCALBASE/share/man to the valid path for manpages
Also compress manpages in this location.
As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142
All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD
Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.
Reviewed by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D23166 |
14 Aug 2019 18:16:04
1.1.5

|
amdmi3  |
- Update to 1.1.5 |
26 Jul 2019 20:46:57
1.1.4_4

|
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 |
16 Jan 2019 11:13:45
1.1.4_3

|
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 ) |
12 Dec 2018 01:35:36
1.1.4_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
1.1.4_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 |
25 Jul 2018 18:30:45
1.1.4

|
amdmi3  |
- Update to 1.1.4 |
28 Jun 2018 17:39:55
1.1.3

|
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 |
07 Jun 2018 16:57:41
1.1.3

|
amdmi3  |
- Update to 1.1.3 |
30 Dec 2017 18:19:41
1.1.2

|
amdmi3  |
- Update to 1.1.2
- Update WWW |
10 Sep 2017 20:55:39
1.1.1_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:19:48
1.1.1

|
amdmi3  |
- Update to 1.1.1 |
23 May 2017 05:03:16
1.1.0_2

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
1.1.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 |
23 Jan 2017 15:07:18
1.1.0

|
amdmi3  |
- Update WWW |
16 Oct 2016 07:50:52
1.1.0

|
amdmi3  |
- Update to 1.1.0
- Add LICENSE |
22 Sep 2014 14:21:59
1.0.3

|
amdmi3  |
- Cleanup plist |
13 Jun 2014 07:36:28
1.0.3

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
07 May 2014 22:00:03
1.0.3

|
amdmi3  |
- Convert USE_BZIP2 to USES |
07 Mar 2014 20:19:25
1.0.3

|
amdmi3  |
- Update to 1.0.3 |
23 Nov 2013 17:42:04
1.0.2

|
makc  |
- Convert to USES=qmake
Approved by: portmgr (blanket approval) |
22 Oct 2013 13:53:34
1.0.2

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
22 Oct 2013 08:03:16
1.0.2

|
amdmi3  |
- Support staging |
20 Sep 2013 17:36:36
1.0.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
14 Aug 2013 22:35:54
1.0.2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
25 Feb 2013 04:07:19
1.0.2

|
amdmi3  |
- Update to 1.0.2 |
06 Jun 2012 06:44:38
1.0.1_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
1.0.1_2
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:25:36
1.0.1_1
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
1.0.1_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
03 Feb 2010 00:53:40
1.0.1
|
amdmi3  |
- Update to 1.0.1 |
28 Jul 2009 16:34:36
1.0.0
|
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
09 Apr 2009 21:54:55
1.0.0
|
amdmi3  |
Hexalate is a color matching game. The goal of the game is to rotate
and position the circles so that each touching line matches in
color. You rotate circles by right clicking, and you move circles
by dragging them. The game stores the positions and rotations of
the circles across runs.
WWW: http://gottcode.org/hexalate/ |