From nobody Sun May 5 10:26:49 2024 X-Original-To: dev-commits-ports-all@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 4VXLLj3ZPjz5JbFC; Sun, 05 May 2024 10:26:53 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (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 4VXLLh6QSJz4NF3; Sun, 5 May 2024 10:26:52 +0000 (UTC) (envelope-from bapt@nours.eu) Authentication-Results: mx1.freebsd.org; none Received: from [IPv6:::1] (2a01cb06b85061b900000016f5095201.ipv6.abo.wanadoo.fr [IPv6:2a01:cb06:b850:61b9:0:16:f509:5201]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aniel.nours.eu (Postfix) with ESMTPSA id 254DB143FEB; Sun, 5 May 2024 12:26:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nours.eu; s=20190522; t=1714904809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R3FOEmwoIZVDuiYXEZonHdm7nov9Z28CayyP8u4HmT4=; b=H5uWzIRU71ZYbph5MncpGLyA46aWjrqmGDO0m4htYsPRr1qs2lZi8t064dld0ERG9FnHsj ih44b7JFHRww9erJHxv6Taz+OsNDSgqj+SfjTlSVAVcFit531MsYaTJEYGbfPXf4L9FPC8 qSo6NojUwiHvWr/+clg+wz4tNc6qobt9mZnq8So2JR5OVhBMNmb2a4NHw7onbTzNWYP6/w eO5wAVSyN2W3t88Ik2rQF1JBXVQQbRq68CnFclnf1Xr2wz2kNE3tDL6CxpuLOflvk9Yc9Q YCOSdvQfF/MVCQe4A0d08LgD+zixiLDogUV6AUXqM8wvN4GU4tNcls3YBWlKsA== Date: Sun, 05 May 2024 12:26:49 +0200 From: Baptiste Daroussin To: Yuri Victorovich , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 4251c2a2ddb5 - main - net/torsocks: Fix USE_LDCONFIG User-Agent: K-9 Mail for Android In-Reply-To: <202405050830.4458UqAj096937@gitrepo.freebsd.org> References: <202405050830.4458UqAj096937@gitrepo.freebsd.org> Message-ID: List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR] X-Rspamd-Queue-Id: 4VXLLh6QSJz4NF3 Le 5 mai 2024 10:30:52 GMT+02:00, Yuri Victorovich a = =C3=A9crit=C2=A0: >The branch main has been updated by yuri: > >URL: https://cgit=2EFreeBSD=2Eorg/ports/commit/?id=3D4251c2a2ddb5156ca44d= e4836cfa08100df2c33d > >commit 4251c2a2ddb5156ca44de4836cfa08100df2c33d >Author: Yuri Victorovich >AuthorDate: 2024-05-05 08:29:45 +0000 >Commit: Yuri Victorovich >CommitDate: 2024-05-05 08:29:45 +0000 > > net/torsocks: Fix USE_LDCONFIG >--- > net/torsocks/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile >index 377e1dc5a811=2E=2E4e878fc2ead1 100644 >--- a/net/torsocks/Makefile >+++ b/net/torsocks/Makefile >@@ -1,6 +1,6 @@ > PORTNAME=3D torsocks > DISTVERSION=3D 2=2E3=2E0 >-PORTREVISION=3D 2 >+PORTREVISION=3D 3 > CATEGORIES=3D net security > MASTER_SITES=3D https://people=2Etorproject=2Eorg/~dgoulet/${PORTNAME}/ >=20 >@@ -15,7 +15,7 @@ USES=3D alias gmake libtool tar:xz > GNU_CONFIGURE=3D yes > GNU_CONFIGURE_MANPREFIX=3D ${PREFIX}/share > INSTALL_TARGET=3D install-strip >-USE_LDCONFIG=3D yes >+USE_LDCONFIG=3D ${PREFIX}/lib/torsocks >=20 > SUB_FILES=3D pkg-message >=20 Why this is wrong and USE_LDCONFIG should not be used at all, it is meant = to be used via LD_PRELOAD Bapt