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

|
amdmi3  |
- Update to 2.1.6 |
15 Jan 2020 12:06:14
2.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:34
2.1.5

|
amdmi3  |
- Update to 2.1.5 |
26 Jul 2019 20:46:57
2.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
2.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
2.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
2.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:32
2.1.4

|
amdmi3  |
- Update to 2.1.4 |
28 Jun 2018 17:39:55
2.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 17:02:12
2.1.3

|
amdmi3  |
- Update to 2.1.3 |
30 Dec 2017 21:20:00
2.1.2

|
amdmi3  |
- Update to 2.1.2
- Update WWW |
10 Sep 2017 20:55:39
2.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:32
2.1.1

|
amdmi3  |
- Update to 2.1.1 |
23 May 2017 05:03:16
2.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
2.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 |
24 Jan 2017 14:58:45
2.1.0

|
amdmi3  |
- Update WWW |
01 Jan 2017 03:45:13
2.1.0

|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
21 Oct 2016 13:14:05
2.1.0

|
amdmi3  |
- Mark broken on 9.x
- Pet portlint |
18 Oct 2016 15:01:25
2.1.0

|
amdmi3  |
- Update to 2.1.0 |
23 Sep 2014 16:33:38
2.0.3_1

|
amdmi3  |
- Drop @dirrm* from plist |
10 Sep 2014 20:50:37
2.0.3_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
27 Mar 2014 08:15:59
2.0.3

|
amdmi3  |
- Convert to USES=tar:bzip2
- Add USES=desktop-file-utils |
20 Dec 2013 21:55:52
2.0.3

|
amdmi3  |
- Update to 2.0.3 |
26 Nov 2013 01:45:40
2.0.2

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

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

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

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
13 Sep 2013 01:50:34
2.0.2

|
amdmi3  |
Fix build with clang/libc++ |
14 Aug 2013 22:35:54
2.0.2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
08 Mar 2013 13:13:35
2.0.2

|
amdmi3  |
- Update to 2.0.2 |
06 Jun 2012 17:53:42
2.0.1
|
amdmi3  |
- Update to 2.0.1 |
06 Jun 2012 06:44:38
2.0.0_1
|
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
2.0.0_1
|
dinoex  |
- update png to 1.5.10 |
25 May 2011 04:11:51
2.0.0
|
amdmi3  |
- Update to 2.0.0 |
28 Mar 2010 06:47:48
1.2.1_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
28 Jul 2009 16:34:36
1.2.1
|
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
31 Mar 2009 17:05:17
1.2.1
|
amdmi3  |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports |
05 Jan 2009 16:14:51
1.2.1
|
amdmi3  |
- Update address of my distfile mirror |
22 Dec 2008 22:29:27
1.2.1
|
amdmi3  |
- Update to 1.2.1 |
18 Dec 2008 22:46:41
1.2.0
|
amdmi3  |
- Update to 1.2.0 |
22 Jul 2008 22:36:38
1.1.0
|
amdmi3  |
- Update to 1.1.0
- Don't run-depend on moc/rcc/qmake
Approved by: miwi (mentor explicit) |
07 Jul 2008 19:14:57
1.0.2
|
amdmi3  |
- Update to 1.0.2
Approved by: miwi (mentor) |
22 Jun 2008 18:01:29
1.0.1
|
amdmi3  |
- Update to 1.0.1
Approved by: miwi (mentor) |
20 Jun 2008 09:03:55
1.0_1
|
amdmi3  |
Add WANT_GNOME for INSTALLS_ICONS to actually work.
Approved by: miwi (mentor) |
19 Jun 2008 17:28:24
1.0
|
amdmi3  |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
18 Jun 2008 23:26:50
1.0
|
miwi  |
A jigsaw puzzle game that uses tetrominoes for the pieces. Any image
can be imported and used to create puzzles with a wide range of
sizes. Games are saved automatically, and you can select between
currently in progress games.
WWW: http://gottcode.org/tetzle/
PR: ports/124496
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |