non port: databases/sqlitebrowser/Makefile |
SVNWeb
|
Number of commits found: 41 |
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 28 Mar 2022
|
[ 05:22 Loïc Bartoletti (lbartoletti) ] 8f81938 (Only the first 10 of 11 ports in this commit are shown above. )
devel/qscintilla-qt5: Update to 2.13.2
Change:
- https://riverbankcomputing.com/news/QScintilla_2.13.2_Released
|
Thu, 27 Jan 2022
|
[ 20:12 Loïc Bartoletti (lbartoletti) ] 354d8cf (Only the first 10 of 12 ports in this commit are shown above. )
*/*: Update qscintilla2 to 2.13.1
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.1_Released
|
Tue, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Tue, 27 Jul 2021
|
[ 18:55 Loïc Bartoletti (lbartoletti) ] 8b9c482 (Only the first 10 of 49 ports in this commit are shown above. )
*/*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0
Changes:
- https://riverbankcomputing.com/news/QScintilla_2.13.0_Released
- https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
PR: 257308
Exp-run by: antoine
|
Mon, 12 Jul 2021
|
[ 12:36 Loïc Bartoletti (lbartoletti) ] 9713ff9 (Only the first 10 of 46 ports in this commit are shown above. )
devel/qscintilla2: Update to 2.12.1
Changelog:
https://riverbankcomputing.com/news/QScintilla_2.12.1_Released
PR: 257002
Exp-run by: antoine
|
Thu, 15 Apr 2021
|
[ 21:37 Mateusz Piotrowski (0mp) ] 8de3261
Fix PORTSCOUT=ignore:* uses throughout the tree
PORTSCOUT=ignore:1 is the only valid way syntax according to the
Portscout documentation. In disables the distfile version checks
completely. In order to ignore only certain version instead, it is
necessary to use other Portscout keys like skipv.
Also, remove the setting completely when it attempts to instruct
Portscout to skip versions older than the current one.
Approved by: portmgr blanket
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Mar 2021
|
[ 09:29 lbartoletti ] (Only the first 10 of 57 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine
|
Mon, 8 Mar 2021
|
[ 06:49 lbartoletti ] (Only the first 10 of 100 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
|
Mon, 18 Jan 2021
|
[ 19:03 lbartoletti ] (Only the first 10 of 44 ports in this commit are shown above. )
Update qscintilla2 to 2.11.6
|
Mon, 30 Nov 2020
|
[ 07:42 lbartoletti ]
databases/sqlitebrowser: Update to 3.2.1
- https://sqlitebrowser.org/blog/version-3-12-1-released/
|
Mon, 5 Oct 2020
|
[ 15:50 lbartoletti ] (Only the first 10 of 122 ports in this commit are shown above. )
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine
|
Thu, 30 Jul 2020
|
[ 19:36 lbartoletti ]
databases/sqlitebrowser: Update to 3.12.0
- Update to 3.12.0
- Remove patches fixed upstream
- Patch .desktop location
Changelog:
- https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25844
|
Sat, 11 Apr 2020
|
[ 05:04 lbartoletti ] (Only the first 10 of 67 ports in this commit are shown above. )
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine
|
Tue, 14 Jan 2020
|
[ 21:45 lbartoletti ] (Only the first 10 of 61 ports in this commit are shown above. )
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 9 May 2019
|
[ 14:57 swills ]
databases/sqlitebrowser: update to 3.11.2
PR: 237789
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Fri, 8 Mar 2019
|
[ 21:59 swills ]
databases/sqlitebrowser: update to 3.11.1
PR: 236146
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 23 Dec 2018
|
[ 17:07 linimon ]
This port needs USES=compiler:c++11-lang and #include <strings.h> in
src/grammar/Sqlite3Lexer.hpp to build on GCC-based architectures.
While here, add USES=gnome.
PR: 234206
Submitted by: Piotr Kubaj
Approved by: maintainer
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
|
Sun, 29 Apr 2018
|
[ 16:19 tcberner ] (Only the first 10 of 65 ports in this commit are shown above. )
Update the QScintilla2 ports to 2.10.4
|
Fri, 6 Apr 2018
|
[ 12:09 adridg ]
The find module for QScintilla included with sqlitebrowser has never worked
(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
|
Thu, 8 Feb 2018
|
[ 20:27 dbaio ]
databases/sqlitebrowser: Update to 3.10.1
Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.1
PR: 225711
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
Mon, 21 Aug 2017
|
[ 20:22 swills ]
databases/sqlitebrowser: update to 3.10.0; remove sqlitebrowser-qt5
Since QT4 is dropped, sqlitebrowser-qt5 is now sqlitebrowser.
PR: 221699
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Tue, 4 Oct 2016
|
[ 19:35 madpilot ]
Update sqlitebrowser to 3.9.1
PR: 213174
Submitted by: lbartoletti at tuxfamily.org (maintainer)
|
Sat, 1 Oct 2016
|
[ 01:05 rm ]
databases/sqlitebrowser: update to 3.9.0
- update to 3.9.0
- update maintainer's email
- pet portlint
PR: 212395
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Tue, 13 Sep 2016
|
[ 20:06 tcberner ]
Add new port databases/sqlitebrowser-qt5 as slaveport of databases/sqlitebrowser
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
|
Mon, 25 Apr 2016
|
[ 16:13 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
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
|
Fri, 4 Mar 2016
|
[ 16:11 rakuco ]
Update to 3.8.0.
PR: 207499
Submitted by: coder@tuxfamily.org (maintainer)
|
Sat, 21 Nov 2015
|
[ 03:35 pi ]
databases/sqlitebrowser: 3.6.0 -> 3.7.0
Changes:
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.7.0
PR: 204300
Submitted by: yuri@rawbw.com
Approved by: coder@tuxfamily.org (maintainer)
|
Wed, 12 Aug 2015
|
[ 00:10 pgollucci ]
databases/sqlitebrowser: modernize, fix dependencies
- 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)
|
Mon, 11 May 2015
|
[ 13:00 culot ]
- Update to 3.6.0
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
|
Wed, 6 May 2015
|
[ 15:16 mat ] (Only the first 10 of 348 ports in this commit are shown above. )
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 10 Feb 2015
|
[ 21:15 madpilot ]
Update to 3.5.1.
PR: 197474
Submitted by: coder@tuxfamily.org (maintainer)
|
Fri, 6 Feb 2015
|
[ 13:29 madpilot ]
Update to 3.5.0.
PR: 197253
Submitted by: coder@tuxfamily.org (maintainer)
|
Mon, 5 Jan 2015
|
[ 18:21 pi ]
New port: databases/sqlitebrowser
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
|
Number of commits found: 41 |