Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 May 2024 12:26:49 +0200
From:      Baptiste Daroussin <bapt@nours.eu>
To:        Yuri Victorovich <yuri@FreeBSD.org>, 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
Message-ID:  <EAF894AB-1F35-4994-917B-1D1F68DE10AB@nours.eu>
In-Reply-To: <202405050830.4458UqAj096937@gitrepo.freebsd.org>
References:  <202405050830.4458UqAj096937@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 5 mai 2024 10:30:52 GMT+02:00, Yuri Victorovich <yuri@FreeBSD=2Eorg> 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 <yuri@FreeBSD=2Eorg>
>AuthorDate: 2024-05-05 08:29:45 +0000
>Commit:     Yuri Victorovich <yuri@FreeBSD=2Eorg>
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EAF894AB-1F35-4994-917B-1D1F68DE10AB>