aboutsummaryrefslogtreecommitdiff
path: root/textproc/dikt
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Fix build on gcc-based architectures:Mark Linimon2019-03-121-1/+1
| | | | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495437
* 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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* textproc/dikt: Update WWW URL to a valid oneYuri Victorovich2018-05-271-1/+1
| | | | | | | | | | Browsers redirect http://dikt.tv/ to https://www.dikt.tv/ PR: 228029 Reported by: goran.tal@gmail.com (maintainer) Notes: svn path=/head/; revision=470989
* textproc/dikt: Change back to PORTVERSIONYuri Victorovich2018-05-101-1/+1
| | | | | | | | | {digit}{char}{digit} versions don't work with DISTVERSION. Requested by: mat, bapt Notes: svn path=/head/; revision=469520
* textproc/dikt: Change version back to the original {digit}{letter}{digit} formatYuri Victorovich2018-05-081-2/+1
| | | | | | | | | | | The version was changed in r469254 because of the portlint error which was due to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228058 PR: 228029 Reported by: mat Notes: svn path=/head/; revision=469351
* textproc/dikt: Update 2l3 -> 2s1 (0.20161228)Yuri Victorovich2018-05-063-15/+21
| | | | | | | | | | | | | | | Port changes: * Add PORTEPOCH and change version to 0.20161228 because upstream versions changed backwards * Change qt4 -> qt5, kde4 -> kde5 * Add LICENSE/LICENSE_FILE * Add to USE_KDE and USE_QT * Change WWW to https PR: 228029 Submitted by: goran.tal@gmail.com (maintainer) Notes: svn path=/head/; revision=469254
* Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-0/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* - Update to 2l3Martin Wilke2015-12-313-9/+6
| | | | | | | | | | - Update WWW PR: 205654 Submitted by: maintainer Notes: svn path=/head/; revision=404901
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-191-1/+1
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375113
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* Support staging.Mathieu Arnold2014-01-261-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=341230
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to 2l.Raphael Kubo da Costa2013-06-112-3/+3
| | | | | | | | PR: ports/179032 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=320631
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to version 2jMichael Scheidell2012-06-163-5/+4
| | | | | | | | PR: ports/168934 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=299397
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to 2gBeech Rintoul2011-07-062-4/+6
| | | | | | | | PR: ports/158619 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=277191
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to version 2dSylvio Cesar Teixeira2010-06-192-5/+4
| | | | | | | | | PR: ports/147570 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256713
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2aPhilip M. Gollucci2010-02-052-4/+7
| | | | | | | | PR: ports/143507 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=249263
* - Update to 2Philip M. Gollucci2010-01-113-9/+8
| | | | | | | | | | - Update WWW PR: ports/142505 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=247585
* - Fix fetch errorYi-Jheng Lin2009-10-211-1/+1
| | | | | | | | | | | | The upstream moves the distfile to new location at site.google.com. The new location redirects to randomly generated URL. For now, temporarily put it as a local distfile. Reported by: pointyhat Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=243135
* - Update to 1jYi-Jheng Lin2009-10-152-5/+4
| | | | | | | | | PR: ports/139320 Submitted by: Goran Tal <goran.tal AT gmail.com> (maintainer) Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=242878
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1gDmitry Marakasov2009-07-052-5/+6
| | | | | | | | PR: 136172 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=237191
* Update to 1dMax Brazhnikov2009-03-302-7/+7
| | | | | | | | | | Remove unnecessary dependency on kdebase-workspace PR: 133191 Submitted by: Goran Tal (maintainer) Notes: svn path=/head/; revision=231317
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* - Update to version 1aBeech Rintoul2009-02-132-5/+4
| | | | | | | | PR: ports/131572 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) Notes: svn path=/head/; revision=228179
* - Fix buildMartin Wilke2009-01-171-2/+2
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=226320
* - Add missing QT dependencyMartin Wilke2009-01-151-1/+2
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=226204
* - Add local mirrorBeech Rintoul2009-01-031-1/+2
| | | | Notes: svn path=/head/; revision=225178
* Dikt is a dictionary application for KDE4. It is the clientBeech Rintoul2008-12-303-0/+34
side implementation of Dict protocol, with a browser interface specialized for querying dictionaries. WWW: http://diktv1.googlepages.com/ PR: ports/130000 Submitted by: Goran Tal <goran.tal at gmail.com> Notes: svn path=/head/; revision=225019