aboutsummaryrefslogtreecommitdiff
path: root/archivers/peazip
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-141-1/+1
| | | | | | | | | | | | | | - lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3 Notes: svn path=/head/; revision=561593
* - Bump PORTREVISION. lazarus was updated to 2.0.10Jose Alonso Cardenas Marquez2020-11-251-1/+1
| | | | Notes: svn path=/head/; revision=556267
* - Pet portlintDmitry Marakasov2020-05-252-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=536450
* - Bump PORTREVISION. lazarus was updated to 2.0.8Jose Alonso Cardenas Marquez2020-05-141-1/+1
| | | | Notes: svn path=/head/; revision=535204
* - Remove compat < 11 dependencies from bootstrap and compiler. It could fix ↵Jose Alonso Cardenas Marquez2020-03-061-0/+1
| | | | | | | | | | | | | | problems when GENERIC kernel is not used. - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Reported by: fbsdbugs4 at sentry.org Notes: svn path=/head/; revision=527858
* - Update to 7.0.1Jose Alonso Cardenas Marquez2019-12-313-8/+9
| | | | Notes: svn path=/head/; revision=521631
* Fix plenty of check-sanity warnings:Baptiste Daroussin2019-10-101-1/+1
| | | | | | | | Add licenses Modernize using USES=gnome and USES=xorg Notes: svn path=/head/; revision=514226
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-032-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=510956
* - Update to 6.8.1Jose Alonso Cardenas Marquez2019-08-153-8/+8
| | | | | | | - Remove LD_UNSAFE Notes: svn path=/head/; revision=509012
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-3/+2
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* - Update to 6.7.0Jose Alonso Cardenas Marquez2019-03-074-15/+10
| | | | | | | - Remove files/pealauncher.in Notes: svn path=/head/; revision=494882
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+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) Notes: svn path=/head/; revision=490472
* - Add LLD_UNSAFEJose Alonso Cardenas Marquez2019-01-151-0/+1
| | | | | | | Reported by: 214864 Notes: svn path=/head/; revision=490344
* - Update to 6.6.1Jose Alonso Cardenas Marquez2018-11-212-4/+4
| | | | Notes: svn path=/head/; revision=485556
* - Update to 6.6.0Jose Alonso Cardenas Marquez2018-06-032-4/+4
| | | | Notes: svn path=/head/; revision=471476
* - Moved ports to Uses/lazarus.mkJose Alonso Cardenas Marquez2018-05-252-44/+18
| | | | | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661 Notes: svn path=/head/; revision=470851
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-3/+3
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=466532
* Fix build by adding chm to USE_FPCAntoine Brodin2018-02-221-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=462578
* - Update to 6.5.0Jose Alonso Cardenas Marquez2018-02-012-6/+16
| | | | | | | - Add QT5 option Notes: svn path=/head/; revision=460562
* Revert recent fpc changes, they were obviously untestedAntoine Brodin2018-01-302-16/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=460445
* - Update to 6.5.0Jose Alonso Cardenas Marquez2018-01-302-6/+16
| | | | | | | - Add QT5 option Notes: svn path=/head/; revision=460431
* - Update to 6.4.1Jose Alonso Cardenas Marquez2017-07-072-4/+4
| | | | Notes: svn path=/head/; revision=445205
* - Update to 6.4.0Jose Alonso Cardenas Marquez2017-04-113-5/+5
| | | | Notes: svn path=/head/; revision=438271
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-1/+2
| | | | Notes: svn path=/head/; revision=435182
* - Update to 6.3.1Jose Alonso Cardenas Marquez2017-02-262-4/+4
| | | | Notes: svn path=/head/; revision=434895
* - Fix indexJose Alonso Cardenas Marquez2016-11-211-1/+1
| | | | Notes: svn path=/head/; revision=426770
* - Update to 6.2.0Jose Alonso Cardenas Marquez2016-11-213-5/+9
| | | | Notes: svn path=/head/; revision=426764
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 6.0.0Jose Alonso Cardenas Marquez2016-03-176-116/+11
| | | | Notes: svn path=/head/; revision=411308
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.Koop Mast2016-02-071-2/+2
| | | | | | | | | | | | | | | | | | | To use the GNOME or MATE components activate it by adding gnome or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for example GLIB_SCHEMAS has stayed the same. Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk is now forbidden. And adapt ports that where still doing that. Exp-runs done by: antoine@ PR: 205432 Reviewed by: antoine@, mat@ Approved by: portmgr (antoine@) Differential Revision: https://reviews.freebsd.org/D3653 Notes: svn path=/head/; revision=408449
* - Clean upJose Alonso Cardenas Marquez2016-01-271-1/+0
| | | | Notes: svn path=/head/; revision=407376
* - Update to 5.9.1Jose Alonso Cardenas Marquez2016-01-275-11/+104
| | | | | | | - Fix build with FPC 3.0.0 Notes: svn path=/head/; revision=407375
* archivers/peazip: Make less broken, then mark BROKENJohn Marino2015-12-211-1/+3
| | | | | | | | | | | | | This port stopped building when FPC was updated to 3.0.0. After fixing the units, it tries to build but fails with: list_utils.pas(982,32) Error: (3069) Call by var for arg no. 1 has to match exactly: Got "UTF8String" expected "AnsiString" Trying the latest version 5.9.0 also fails. Notes: svn path=/head/; revision=404183
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* - New port: archivers/peazipJose Alonso Cardenas Marquez2015-08-198-0/+239
PeaZip, free archiver utility, Open Source WinRar / WinZip alternative for Windows, Linux and FreeBSD. Compress to 7Z, ARC, BZ2, GZip, PAQ, PEA, self-extracting archives, TAR, WIM, XZ, ZIP files. Open 150+ file types, including ACE, CAB, DMG, ISO, RAR, UDF, ZIPX format. Extract, create and convert archives, split / join files, strong encryption, encrypted password manager, secure delete, find duplicate files, compute hash, export job definition as script to automate backup / restore. WWW: http://www.peazip.org Notes: svn path=/head/; revision=394815