Skip to content

Commit

Permalink
zathura*: remove useless USE_LDCONFIG
Browse files Browse the repository at this point in the history
USE_LDCONFIG will mean we will add a path to the search path for the
runtime linker, for zathura plugins are loaded via dlopen, we don't
need to resolv anything in the plugin directory

this also eliminates a userless post install script
  • Loading branch information
bapt committed Feb 26, 2024
1 parent 87555cd commit 48782bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions graphics/zathura-cb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zathura-cb
DISTVERSION= 0.1.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/

Expand All @@ -19,7 +19,6 @@ RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes

PLIST_FILES= lib/zathura/libcb.so \
share/appdata/org.pwmt.zathura-cb.metainfo.xml \
Expand Down
2 changes: 1 addition & 1 deletion graphics/zathura-pdf-mupdf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= zathura-pdf-mupdf
DISTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= graphics

MAINTAINER= uzsolt@FreeBSD.org
Expand All @@ -17,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura

USES= compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig
USE_GNOME= cairo glib20
USE_LDCONFIG= ${PREFIX}/lib/zathura
USE_GITLAB= yes
GL_SITE= https://git.pwmt.org/
GL_ACCOUNT= pwmt
Expand Down
3 changes: 1 addition & 2 deletions graphics/zathura-pdf-poppler/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zathura-pdf-poppler
DISTVERSION= 0.3.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/

Expand All @@ -18,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura

USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= ${PREFIX}/lib/zathura

CONFLICTS= zathura-pdf-mupdf

Expand Down
3 changes: 1 addition & 2 deletions graphics/zathura-ps/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zathura-ps
DISTVERSION= 0.2.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/

Expand All @@ -18,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura

USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= ${PREFIX}/lib/zathura

PLIST_FILES= lib/zathura/libps.so \
share/appdata/org.pwmt.zathura-ps.metainfo.xml \
Expand Down

0 comments on commit 48782bc

Please sign in to comment.