Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Nov 2020 20:03:21
58

|
pkubaj  |
sysutils/UEFITool: update to 58 |
25 Mar 2020 21:14:57
57

|
pkubaj  |
sysutils/UEFITool: update to A57 |
27 Jan 2020 22:09:41
56

|
pkubaj  |
sysutils/UEFITool: update to A56 |
06 Jan 2020 16:34:41
55_1

|
pkubaj  |
Move those ports to my FreeBSD.org address. |
26 Jul 2019 20:46:57
55_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 |
12 Feb 2019 19:15:25
55

|
joneum  |
sysutils/UEFITool: update to 55
- While I'm here: pet portlint (whitespace)
PR: 235675
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Sponsored by: Netzkommune GmbH |
16 Jan 2019 11:13:45
54_1

|
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 ) |
09 Jan 2019 12:29:20
54

|
swills  |
sysutils/UEFITool: update to 54
PR: 234752
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
12 Dec 2018 01:35:36
53_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 |
23 Nov 2018 13:00:45
53

|
swills  |
sysutils/UEFITool: update to 53
PR: 233299
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
09 Nov 2018 17:51:59
52

|
swills  |
sysutils/UEFITool: update to 52
PR: 232294
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
28 Jun 2018 17:39:55
51

|
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 |
15 Jun 2018 18:41:23
51

|
swills  |
sysutils/UEFITool: update to 51
PR: 229041
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
08 May 2018 05:44:26
49

|
yuri  |
sysutils/UEFITool: Remove unnecessary pre-install
Also use BUILD_WRKSRC instead of its hard-coded value.
Reported by: Tobias Kortkamp <tobik@freebsd.org> (pre-install removal) |
08 May 2018 05:19:03
49

|
yuri  |
sysutils/UEFITool: Update 45 -> 49
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Order USExx section
* Other small ordering changes
* Silence the stripping command
PR: 228040
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer; only a version
change) |
24 Dec 2017 09:14:44
45

|
riggs  |
Update to upstream version 45
PR: 224548
Submitted by: pkubaj@anongoth.pl (maintainer) |
14 Nov 2017 06:37:19
44

|
swills  |
sysutils/UEFITool: update to 44
PR: 223657
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
24 Oct 2017 17:47:39
43

|
swills  |
sysutils/UEFITool: update to 43
PR: 223183
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
23 May 2017 05:03:16
40_1

|
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 |
21 Mar 2017 09:09:36
40

|
mat  |
Use GH_TAGNAME properly.
Sponsored by: Absolight |
20 Mar 2017 09:43:51
40

|
vanilla  |
Add UEFITool 40, UEFI images parser.
PR: 217832
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |