aboutsummaryrefslogtreecommitdiffstats
path: root/russian/emkatic
Commit message (Collapse)AuthorAgeFilesLines
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesacm2019-09-031-1/+1
| | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
* - Bump PORTREVISION (lazarus ports were updated to 2.0.4)acm2019-08-161-2/+1
| | | | - Remove LD_UNSAFE
* Convert to UCL & cleanup pkg-message (categories [p-r])mat2019-08-141-0/+6
|
* Clean up final leftovers from Qt4.rene2019-06-261-3/+2
| | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0acm2019-03-071-1/+2
|
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* - Bump PORTREVISION (editors/lazarus was updated)acm2018-06-031-0/+1
|
* - Moved ports to Uses/lazarus.mkacm2018-05-262-33/+19
| | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-0/+1
| | | | | | | | | | - 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
* Fix build by adding chm to USE_FPCantoine2018-02-221-1/+1
| | | | Reported by: pkg-fallout
* - Bump PORTREVISION. Lazarus was updated to 1.8.0acm2018-02-011-2/+2
|
* - Bump PORTREVISION. Lazarus was update to 1.6.4acm2017-03-021-2/+2
|
* - Bump PORTREVISION. Freepascal was updatedacm2017-02-271-2/+1
| | | | - Remove BROKEN state.
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* - Mark BROKEN on 11.x:amdmi32016-12-291-11/+6
| | | | | | | | | | | | | (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
* - Update to 0.28acm2016-11-222-5/+6
|
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.27acm2016-03-182-5/+4
|
* Fix build with new lazarusantoine2016-02-061-2/+2
| | | | | | Reported by: pkg-fallout PR: 206873 Submitted by: maintainer
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Fix build with new FPCmiwi2015-12-151-2/+3
| | | | | | | PR: 205076 Submitted by: Andrey Fesenko (maintainer) Approved by: mat (mentor) Differential Revision: D4563
* russian/emkatic: update 0.25 -> 0.26robak2015-11-245-6/+32
| | | | | | | | - Adjust pkg-descr and pkg-message - Add required patch PR: 204351 Submitted by: Andrey Fesenko <andrey@bsdnir.info> (maintainer)
* - Update to version 0.25, which now features localization supportdanfe2015-08-264-15/+19
| | | | | | | | | | - 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)
* - Fix buildacm2015-08-201-2/+3
|
* - editors/lazarus update to 1.4.2acm2015-08-091-3/+3
| | | | | | | | | | - 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
* - Bump PORTREVISION. lazarus was updated to 1.4.0acm2015-06-151-2/+2
|
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-311-1/+2
| | | | | | | | | 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
* - Update to version 0.20 and install CHANGELOG.txt filedanfe2015-04-103-17/+17
| | | | | | | | | | | - 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
* - Bump PORTREVISION. lzarus has been updatedacm2015-01-111-5/+28
| | | | - Add QT/GTK OPTIONS like another lazarus app port
* Cross-platform emulator of Elektronika RPN programmable calculatoramdmi32014-10-293-0/+50
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