summaryrefslogtreecommitdiff
path: root/databases/sqlitebrowser/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqlitebrowser: update to 3.11.1Steve Wills2019-03-081-8/+0
| | | | | | | | PR: 236146 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=495080
* This port needs USES=compiler:c++11-lang and #include <strings.h> inMark Linimon2018-12-231-0/+10
| | | | | | | | | | | | | 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
* The find module for QScintilla included with sqlitebrowser has never workedAdriaan de Groot2018-04-061-0/+27
| | | | | | | | | | | | | | | | | | | (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.9.0Ruslan Makhmatkhanov2016-10-013-20/+16
| | | | | | | | | | | | - 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
* databases/sqlitebrowser: 3.6.0 -> 3.7.0Kurt Jaeger2015-11-211-5/+5
| | | | | | | | | | | | 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-122-7/+7
| | | | | | | | | | | | | | - 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-111-10/+12
| | | | | | | | | | 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 to 3.5.0.Guido Falsi2015-02-062-0/+45
PR: 197253 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=378535