summaryrefslogtreecommitdiff
path: root/databases/sqlitebrowser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* databases/sqlitebrowser: update to 3.11.2Steve Wills2019-05-092-4/+4
| | | | | | | | PR: 237789 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=501104
* databases/sqlitebrowser: update to 3.11.1Steve Wills2019-03-083-15/+6
| | | | | | | | PR: 236146 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=495080
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-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) Notes: svn path=/head/; revision=490472
* This port needs USES=compiler:c++11-lang and #include <strings.h> inMark Linimon2018-12-232-1/+11
| | | | | | | | | | | | | src/grammar/Sqlite3Lexer.hpp to build on GCC-based architectures. While here, add USES=gnome. PR: 234206 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=488226
* 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
* Update the QScintilla2 ports to 2.10.4Tobias C. Berner2018-04-291-1/+1
| | | | Notes: svn path=/head/; revision=468632
* The find module for QScintilla included with sqlitebrowser has never workedAdriaan de Groot2018-04-062-1/+30
| | | | | | | | | | | | | | | | | | | (well) on FreeBSD. Then the port used en embedded copy of QScintilla. Switch to using the system QScintilla. This change is triggered by CMake 3.11, which tried to build the embedded QScintilla slightly differently. That fails because there are header files declaring enum { SCI_CANREDO = 2016 } *and also* header files that #define SCI_CANREDO 2016; the include order is very fragile. Also reported upstream. Reviewed by: lbartoletti_tuxfamily (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14930 Notes: svn path=/head/; revision=466639
* databases/sqlitebrowser: Update to 3.10.1Danilo G. Baio2018-02-082-4/+4
| | | | | | | | | | Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.1 PR: 225711 Submitted by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=461266
* databases/sqlitebrowser: update to 3.10.0; remove sqlitebrowser-qt5Steve Wills2017-08-212-16/+9
| | | | | | | | | | Since QT4 is dropped, sqlitebrowser-qt5 is now sqlitebrowser. PR: 221699 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=448488
* Update sqlitebrowser to 3.9.1Guido Falsi2016-10-042-4/+4
| | | | | | | | PR: 213174 Submitted by: lbartoletti at tuxfamily.org (maintainer) Notes: svn path=/head/; revision=423292
* databases/sqlitebrowser: update to 3.9.0Ruslan Makhmatkhanov2016-10-015-31/+29
| | | | | | | | | | | | - update to 3.9.0 - update maintainer's email - pet portlint PR: 212395 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=423030
* Add new port databases/sqlitebrowser-qt5 as slaveport of databases/sqlitebrowserTobias C. Berner2016-09-131-3/+11
| | | | | | | | | | | | | Add a new port databases/sqlitebrowser-qt5 as slaveport of the existing databases/sqlitebrowser. PR: 211217 Reviewed by: mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7253 Notes: svn path=/head/; revision=422073
* databases/sqlitebrowser: remove wrongly used PLIST_SUB from pkg-plistKurt Jaeger2016-06-081-1/+1
| | | | | | | | PR: 210116 Submitted by: Tobias C.Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=416531
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Update to 3.8.0.Raphael Kubo da Costa2016-03-042-3/+3
| | | | | | | | PR: 207499 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=410131
* databases/sqlitebrowser: 3.6.0 -> 3.7.0Kurt Jaeger2015-11-214-19/+9
| | | | | | | | | | | | Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.7.0 PR: 204300 Submitted by: yuri@rawbw.com Approved by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=402132
* databases/sqlitebrowser: modernize, fix dependenciesPhilip M. Gollucci2015-08-123-8/+10
| | | | | | | | | | | | | | - Replace USE_QT4=linguist_build with USE_QT4=linguisttools_build. - Add missed corelib and network components into USE_QT4. - Regenerate patches. - Bump PORTREVISION PR: 201648 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (coder@tuxfamily.org ; 25 days) Notes: svn path=/head/; revision=393992
* - Update to 3.6.0Frederic Culot2015-05-114-14/+17
| | | | | | | | | | PR: 199795 Submitted by: Jungleboogie0@gmail.com, coder@tuxfamily.org Approved by: coder@tuxfamily.org (maintainer) Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.6.0 Notes: svn path=/head/; revision=386078
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-6/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Update to 3.5.1.Guido Falsi2015-02-102-4/+4
| | | | | | | | PR: 197474 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=378802
* Update to 3.5.0.Guido Falsi2015-02-065-5/+66
| | | | | | | | PR: 197253 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=378535
* New port: databases/sqlitebrowserKurt Jaeger2015-01-054-0/+41
DB Browser for SQLite is a light GUI editor for SQLite databases, built on top of Qt. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface. This project has previous been known as "SQLite Browser" and "Database Browser for SQLite". "DB Browser for SQLite" will hopefully be the name that sticks. :) WWW: http://sqlitebrowser.org/ PR: 196365 Submitted by: coder@tuxfamily.org Notes: svn path=/head/; revision=376335