git: 6e9b0ad7ad9f - main - x11/libei: add USE_LDCONFIG per portlint (nop)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 May 2023 19:27:02 UTC
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