Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Jan 2019 11:13:45
0.36_2
 |
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 ) |
03 Jun 2018 08:18:04
0.36_1
 |
acm  |
- Bump PORTREVISION (editors/lazarus was updated) |
25 May 2018 16:31:21
0.36
 |
acm  |
- Moved ports to Uses/lazarus.mk
- Add FLAVORS
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D14661 |
05 Apr 2018 04:52:36
0.28_3
 |
acm  |
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617 |
22 Feb 2018 09:52:47
0.28_3
 |
antoine  |
Fix build by adding chm to USE_FPC
Reported by: pkg-fallout |
01 Feb 2018 07:24:07
0.28_3
 |
acm  |
- Bump PORTREVISION. Lazarus was updated to 1.8.0 |
01 Mar 2017 17:52:35
0.28_2
 |
acm  |
- Bump PORTREVISION. Lazarus was update to 1.6.4 |
26 Feb 2017 17:46:05
0.28_1
 |
acm  |
- Bump PORTREVISION. Freepascal was updated
- Remove BROKEN state. |
20 Jan 2017 20:33:31
0.28
 |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
29 Dec 2016 12:29:31
0.28
 |
amdmi3  |
- Mark BROKEN on 11.x:
(3104) Compiling globe.pas
/wrkdirs/usr/ports/russian/emkatic/work/emkatic-0.28-src/globe.pas(28,67) Fatal:
(10022) Can't find unit Serial used by Globe
Fatal: (1018) Compilation aborted
Error: /usr/local/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile Project, Mode: SrcDist, Target: emkatic: stopped with
exit code 256
ERROR: failed compiling of project
/wrkdirs/usr/ports/russian/emkatic/work/emkatic-0.28-src/emkatic.lpi
- Switch to options helpers
Approved by: portmgr blanket |
21 Nov 2016 22:24:15
0.28
 |
acm  |
- Update to 0.28 |
01 Apr 2016 14:25:18
0.27
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
17 Mar 2016 20:41:23
0.27
 |
acm  |
- Update to 0.27 |
05 Feb 2016 18:16:54
0.26_2
 |
antoine  |
Fix build with new lazarus
Reported by: pkg-fallout
PR: 206873
Submitted by: maintainer |
12 Jan 2016 16:20:32
0.26_1
 |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
15 Dec 2015 10:19:14
0.26_1
 |
miwi  |
- Fix build with new FPC
PR: 205076
Submitted by: Andrey Fesenko (maintainer)
Approved by: mat (mentor)
Differential Revision: D4563 |
23 Nov 2015 21:21:37
0.26
 |
robak  |
russian/emkatic: update 0.25 -> 0.26
- Adjust pkg-descr and pkg-message
- Add required patch
PR: 204351
Submitted by: Andrey Fesenko <andrey@bsdnir.info> (maintainer) |
26 Aug 2015 10:42:30
0.25
 |
danfe  |
- Update to version 0.25, which now features localization support
- Use OPTIONS helpers more widely (this also allows to GC WANT_GNOME)
- Add `pkg-message' on how to enable PC speaker sound output support
- Convert .include <bsd.port.pre.mk>/<bsd.port.post.mk> into
<bsd.port.options.mk>/<bsd.port.mk> and wrap one overly long line
while here
PR: 200808 (modified) |
19 Aug 2015 17:14:00
0.20_4
 |
acm  |
- Fix build |
09 Aug 2015 08:06:45
0.20_3
 |
acm  |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up |
15 Jun 2015 08:44:41
0.20_2
 |
acm  |
- Bump PORTREVISION. lazarus was updated to 1.4.0 |
30 May 2015 20:39:13
0.20_1
 |
bapt  |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
10 Apr 2015 09:25:39
0.20
 |
danfe  |
- Update to version 0.20 and install CHANGELOG.txt file
- Add missing LCL_UNITS_DIR assignment (otherwise port was not buildable
both locally and in tinderbox)
- Rename rather vague LCL (Lazarus Component Library) option to GUI as it
better reflects its usage and comes with nice default description
- Rephrase {GTK2|QT4}_DESC and spell GTK+ and Qt correctly
- Sanitize installation target recipe and improve port description text
PR: 199260 |
11 Jan 2015 03:24:29
0.17_1
 |
acm  |
- Bump PORTREVISION. lzarus has been updated
- Add QT/GTK OPTIONS like another lazarus app port |
28 Oct 2014 19:39:40
0.17
 |
amdmi3  |
Cross-platform emulator of Elektronika RPN programmable calculator
series (MK-152, MK-152M, MK-1152, MK-161).
Only supports cyrillic user interface.
WWW: http://sourceforge.net/projects/emkatic/
PR: 194459
Submitted by: f0andrey@gmail.com |