From owner-dev-commits-ports-all@freebsd.org Tue Jun 15 11:49:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CC63648152; Tue, 15 Jun 2021 11:49:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (ptrcrt.ch [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "ptrcrt.ch", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G466p37KRz3Qfx; Tue, 15 Jun 2021 11:49:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by ptrcrt.ch (OpenSMTPD) with ESMTP id 5c82973a; Tue, 15 Jun 2021 11:49:20 +0000 (UTC) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by ptrcrt.ch (OpenSMTPD) with ESMTPSA id 7a9ec62b (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 15 Jun 2021 11:49:20 +0000 (UTC) Date: Tue, 15 Jun 2021 11:49:20 +0000 From: Pietro Cerutti To: Michael Gmelin , Koichiro Iwao , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, Neel Chauhan Subject: Re: git: 14e00e7143da - main - databases/tcl-sqlite3: Deprecate port Message-ID: <20210615114920.wrvc2wtqetzapqzv@ptrcrt.ch> Reply-To: Pietro Cerutti References: <202106070240.1572ecSe027432@gitrepo.freebsd.org> <20210615111138.g5hgohymwpo7gnqh@ptrcrt.ch> <20210615131844.182533cb@bsd64.grem.de> <20210615112044.yjnviqyu4lktc7v3@ptrcrt.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20210615112044.yjnviqyu4lktc7v3@ptrcrt.ch> User-Agent: NeoMutt/20210205-478-e088e4-dirty X-Rspamd-Queue-Id: 4G466p37KRz3Qfx X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:196752, ipnet:2a02:2770::/32, country:NL] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 11:49:23 -0000 Looping Neel in. On Jun 15 2021, 11:20 UTC, Pietro Cerutti wrote: >On Jun 15 2021, 11:18 UTC, Michael Gmelin wrote: >> >> >>On Tue, 15 Jun 2021 11:11:38 +0000 >>Pietro Cerutti wrote: >> >>>Hi, >>> >>>how is one supposed to install both the sqlite3 extension of Tcl (now >>>provided by the sqlite3-tcl flavour) and any ports depending on >>>sqlite3 e.g., security/gnupg? >>> >>>Trying to install sqlite3-tcl forces a deinstall of sqlite3 and >>>dependents including gnupg, trying to reinstall gnupg forces a >>>deinstall of sqlite3-tcl and a reinstall of plain sqlite3. >>> >> >>This is the same problem we have with the git port and its flavors - as >>long as we don't support subpackages, using flavors this way is >>problematic. One workaround is to emulate subpackages by creating >>separate ports that use MASTERDIR (something similar to >>https://reviews.freebsd.org/D30238). > >So, basically, this is a use case for slave ports, not for flavors. I >think the change to flavorize sqlite3 should be reverted then. > >Thanks Michael! > >> >>Best >>Michael >> >>>Thanks >>> >>>On Jun 07 2021, 02:40 UTC, Koichiro Iwao wrote: >>>>The branch main has been updated by meta: >>>> >>>>URL: >>>>https://cgit.FreeBSD.org/ports/commit/?id=14e00e7143dab7e770dcbfc1366d58eb4b61aaef >>>> >>>>commit 14e00e7143dab7e770dcbfc1366d58eb4b61aaef >>>>Author: Koichiro Iwao >>>>AuthorDate: 2021-06-07 02:39:23 +0000 >>>>Commit: Koichiro Iwao >>>>CommitDate: 2021-06-07 02:39:23 +0000 >>>> >>>> databases/tcl-sqlite3: Deprecate port >>>> >>>> Replaced with databases/sqlite3 tcl flavor. >>>> >>>> PR: 255839 >>>> Reported by: Pavel Volkov >>>> (maintainer) >>>>--- >>>> databases/tcl-sqlite3/Makefile | 3 +++ >>>> 1 file changed, 3 insertions(+) >>>> >>>>diff --git a/databases/tcl-sqlite3/Makefile >>>>b/databases/tcl-sqlite3/Makefile index 0d1cc8ef0227..83eb4ef1321a >>>>100644 --- a/databases/tcl-sqlite3/Makefile >>>>+++ b/databases/tcl-sqlite3/Makefile >>>>@@ -12,6 +12,9 @@ COMMENT= SQLite extension for Tcl using the >>>>Tcl Extension Architecture (TEA) >>>> >>>> LICENSE= PD >>>> >>>>+DEPRECATED= Replaced with database/sqlite3 tcl flavor >>>>+EXPIRATION_DATE= 2021-06-30 >>>>+ >>>> LIB_DEPENDS= libsqlite3.so:databases/sqlite3 >>>> >>>> USES= pkgconfig tcl:tea >>> >> >> >> >>-- >>Michael Gmelin > >-- >Pietro Cerutti -- Pietro Cerutti