git: 59d1a994749d - main - graphics/eog-plugins: Do not require libeog.so
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 19:20:10 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59d1a994749da25c8dc83729af9f8d55c1c35d03
commit 59d1a994749da25c8dc83729af9f8d55c1c35d03
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-17 19:18:49 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-17 19:20:07 +0000
graphics/eog-plugins: Do not require libeog.so
The consumer application has rpath to the location of libeog.so, making sure
it will be available for plugins.
Reported by: pkg-devel exp-run
---
graphics/eog-plugins/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index c7576df63bbe..522c70cb266c 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -1,5 +1,6 @@
PORTNAME= eog-plugins
DISTVERSION= 44.1
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -29,6 +30,7 @@ USE_GNOME= cairo gdkpixbuf gtk30 introspection libxml2
USES= gettext gnome meson pkgconfig tar:xz
GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml
+NO_SHLIB_REQUIRES_GLOB= libeog.so
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT=PYTHON