From nobody Wed Mar 06 07:15:58 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TqNyM4yB2z5BxM1 for ; Wed, 6 Mar 2024 07:16:11 +0000 (UTC) (envelope-from hiroo@oikumene.net) Received: from barleycorn.oikumene.net (tk2-231-25124.vs.sakura.ne.jp [160.16.110.128]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TqNyK5VcSz4cJG for ; Wed, 6 Mar 2024 07:16:09 +0000 (UTC) (envelope-from hiroo@oikumene.net) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hiroo@oikumene.net designates 160.16.110.128 as permitted sender) smtp.mailfrom=hiroo@oikumene.net Received: from nowhere.oikumene.ukehi.net (KD059129091046.ppp-bb.dion.ne.jp [59.129.91.46]) by barleycorn.oikumene.net (Postfix) with ESMTPSA id 42E3A61FD4 for ; Wed, 6 Mar 2024 16:15:59 +0900 (JST) Received: from nowhere.oikumene.ukehi.net ([IPv6:240f:3f:802f:2:82c1:6eff:fef8:b41e]) by nowhere.oikumene.ukehi.net (8.18.1/8.18.1) with ESMTP id 4267FwUW036401 for ; Wed, 6 Mar 2024 16:15:58 +0900 (JST) (envelope-from hiroo@oikumene.net) X-Authentication-Warning: nowhere.oikumene.ukehi.net: Host [IPv6:240f:3f:802f:2:82c1:6eff:fef8:b41e] claimed to be nowhere.oikumene.ukehi.net Date: Wed, 6 Mar 2024 16:15:58 +0900 From: Hiroo Ono To: freebsd-ports@freebsd.org Subject: what makes mail/aerc conflit with net/samba419? Message-ID: <20240306161558.0124f115@nowhere.oikumene.ukehi.net> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.41; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.30 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_SPF_ALLOW(-0.20)[+ip4:160.16.110.128]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:9370, ipnet:160.16.0.0/17, country:JP]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[oikumene.net]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4TqNyK5VcSz4cJG Hello, Trying to install mail/aerc, pkg says it conflicts with net/samba419. Installed packages to be REMOVED: samba419: 4.19.5_1 New packages to be INSTALLED: aerc: 0.16.0_2 [oikumene] dante: 1.4.3 [oikumene] gmime30: 3.2.7_1 [oikumene] miniupnpc: 2.2.6_1 [oikumene] notmuch: 0.38.2_1 [oikumene] sfsexp: 1.4.1 [oikumene] talloc: 2.3.4_1 [oikumene] Installed packages to be REINSTALLED: pkg-1.20.9_1 [oikumene] At first glance, talloc may be the cause, but now samba419 has talloc privately and avoids conflicting with devel/talloc. So, what makes aerc conflict with samba419, and is there any way to easily find the cause? Or should I check all the plist to find the file that conflicts? ---- Hiroo Ono