Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 19:27:02 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e9b0ad7ad9f - main - x11/libei: add USE_LDCONFIG per portlint (nop)
Message-ID:  <202305171927.34HJR2QX078970@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 6e9b0ad7ad9f7f14f041030a56a0c2f9d50f2af6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-17 19:22:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-17 19:27:00 +0000

    x11/libei: add USE_LDCONFIG per portlint (nop)
    
    /usr/local/lib is part of the default ldconfig_paths in rc.conf(5)
    
    WARN: x11/libei/pkg-plist: [6]: installing shared libraries, please define USE_LDCONFIG as appropriate
    WARN: x11/libei/pkg-plist: [9]: installing shared libraries, please define USE_LDCONFIG as appropriate
    WARN: x11/libei/pkg-plist: [12]: installing shared libraries, please define USE_LDCONFIG as appropriate
---
 x11/libei/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/libei/Makefile b/x11/libei/Makefile
index 5c7dd44078fc..11c073578fe2 100644
--- a/x11/libei/Makefile
+++ b/x11/libei/Makefile
@@ -30,6 +30,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 USES=		compiler:c11 localbase meson pkgconfig python:build
 USE_GITHUB=	nodefault
 USE_GITLAB=	yes
+USE_LDCONFIG=	yes
 GH_TUPLE=	nemequ:munit:v0.2.0-38-gfbbdf14:munit/subprojects/munit
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	libinput



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