Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Oct 2020 09:37:16
0.0.2015.03.21_12

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
26 Jan 2020 04:57:44
0.0.2015.03.21_12

|
danfe  |
Chase shlib version bump of `graphics/lensfun' (r524150). |
26 Jul 2019 20:46:57
0.0.2015.03.21_11

|
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 |
10 Jul 2019 19:30:56
0.0.2015.03.21_10

|
tcberner  |
graphics/exiv2: update to 0.27.1
Exp-run by: antoine
PR: 239028 |
26 Jun 2019 11:52:23
0.0.2015.03.21_10

|
rene  |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
17 Mar 2019 13:14:52
0.0.2015.03.21_10

|
tcberner  |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
16 Mar 2019 19:23:55
0.0.2015.03.21_9

|
tcberner  |
graphics/photivo: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
09 Mar 2019 08:08:47
0.0.2015.03.21_8

|
tcberner  |
graphics/photivo: prepare for exiv2-0.27
PR: 235943 |
16 Jan 2019 11:13:45
0.0.2015.03.21_7

|
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 ) |
16 Dec 2018 16:49:17
0.0.2015.03.21_6

|
rene  |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
12 Dec 2018 01:35:36
0.0.2015.03.21_6

|
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 |
02 Dec 2018 15:41:48
0.0.2015.03.21_5

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
03 Sep 2018 10:47:13
0.0.2015.03.21_5

|
jhale  |
Fix build with Qt 5.11 [1]
While here, add USES=gnome as this has USE_GNOME defined [2]
PR: 230884 [1]
Approved by: portmgr (infrastructure blanket) [2] |
29 Jul 2018 22:18:46
0.0.2015.03.21_5

|
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 |
11 Jul 2018 11:42:31
0.0.2015.03.21_4

|
danfe  |
- Flavorize `graphics/photivo' (Qt 4/5), Qt 5 remains the default flavor
- Unbreak on aarch64 by using correct type to hold signed 1-byte data [*]
Approved by: portmgr (rene)
With help of: mandree [*] |
28 Jun 2018 17:39:55
0.0.2015.03.21_4

|
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 |
28 Apr 2018 06:14:58
0.0.2015.03.21_4

|
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
10 Mar 2018 17:46:06
0.0.2015.03.21_3

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
0.0.2015.03.21_2

|
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 |
01 May 2017 19:25:00
0.0.2015.03.21_1

|
linimon  |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2017 15:23:32
0.0.2015.03.21_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 |
07 Feb 2017 23:46:23
0.0.2015.03.21

|
danfe  |
Allow to build `graphics/photivo' against Qt 4, but keep Qt 5 enabled by
default to avoid needless package rebuilds. (I was not able to reproduce
the build failure originally mentioned in r428684.) |
19 Dec 2016 11:19:55
0.0.2015.03.21

|
amdmi3  |
- Add LICENSE_FILE
- Fix build on 9.x by specifying proper c++ standard requirement and adding
missing include
Approved by: portmgr blanket |
16 Dec 2016 15:35:56
0.0.2015.03.21

|
danfe  |
Add a port of Photivo, a free and open source photo processor.
Unfortunately, I had to deprive it from using OpenMP features, since
`compiler:openmp' pulls in GCC and libstdc++ which causes linking
problems due to incompatible std::string ABI. Also, while Qt 4.x
should be supported, it does not build against, so sadly it's Qt 5.x
based only for now.
WWW: http://photivo.org/ |