Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 09:34:51 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2a87b26446bc - main - www/dooble: qt6 flavor fix
Message-ID:  <202306200934.35K9YpFv066167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a87b26446bc3695d4c0b79fb4f72d235b052a42

commit 2a87b26446bc3695d4c0b79fb4f72d235b052a42
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2023-06-19 07:08:56 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-20 09:29:43 +0000

    www/dooble: qt6 flavor fix
    
    sqldriver-sqlite is no longer a part of qt6-base after
    https://cgit.freebsd.org/ports/commit/?id=fe629e0d7c4b442064675fb96325afcbd2336521
    Add it as a dependency.
    
    PR:             272074
    Reported by:    eric@camachat.org (maintainer)
---
 www/dooble/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/dooble/Makefile b/www/dooble/Makefile
index 8df23d350992..6ea680535995 100644
--- a/www/dooble/Makefile
+++ b/www/dooble/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dooble
 DISTVERSION=	2023.05.31
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMESUFFIX=	-${FLAVOR}
 
@@ -25,7 +26,7 @@ USE_QT=		concurrent core declarative gui location network printsupport \
 		sql webchannel webengine widgets xml sql-sqlite3:run \
 		buildtools:build qmake:build
 . elif ${FLAVOR} == qt6
-USE_QT=		base charts webchannel webengine
+USE_QT=		base charts sqldriver-sqlite webchannel webengine
 .endif
 USE_XORG=	xcb
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306200934.35K9YpFv066167>