Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2025 16:30:43 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be8f37491d2d - main - editors/gedit: fix ldconfig path
Message-ID:  <202503191630.52JGUhca080820@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

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

commit be8f37491d2d5e198a2cfbbcd5c22d4e86b1fd75
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-19 16:29:37 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-19 16:30:41 +0000

    editors/gedit: fix ldconfig path
    
    Reported by:    pkg-devel exp-run
---
 editors/gedit/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index ece8318ac453..d8292658de15 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gedit
 PORTVERSION=	44.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	editors gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
@@ -35,7 +35,7 @@ USE_CSTD=	c11
 USE_GNOME=	cairo gdkpixbuf gtksourceview4 intlhack introspection libxml2 \
 		pygobject3
 USE_XORG=	sm x11
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 PLIST_SUB=	VERSION=44
 INSTALL_TARGET=	install-strip
 MESON_ARGS+=	--buildtype \


home | help

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