FreeBSD Bugzilla – Attachment 196544 Details for
Bug 229856
graphics/zathura: Requires gettext-tools with NLS option off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes bug
zathura (text/plain), 3.56 KB, created by
Nathan
on 2018-08-25 20:26:13 UTC
(
hide
)
Description:
Fixes bug
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-25 20:26:13 UTC
Size:
3.56 KB
patch
obsolete
>graphics/zathura: > >* Removed NLS option > -- Does not exist in meson.build nor meson_options >* Added gettext to USES > -- Fixes bug# 229856 > >Index: graphics/zathura/Makefile >=================================================================== >--- graphics/zathura/Makefile (revision 477866) >+++ graphics/zathura/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zathura > PORTVERSION= 0.4.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics print > MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ > http://www.madpilot.net/~mad/pwmt.org/ >@@ -20,14 +20,12 @@ > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} > >-USES= meson ninja compiler:c11 pkgconfig python tar:xz >+USES= meson ninja compiler:c11 gettext pkgconfig python tar:xz > USE_GNOME= glib20 gtk30 gdkpixbuf2 > >-OPTIONS_DEFINE= NLS SQLITE >+OPTIONS_DEFINE= SQLITE > OPTIONS_SUB= yes > > SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 >-SQLITE_MESON_ARGS_OFF= -Denable-sqlite=false >-NLS_USES= gettext >- >+SQLITE_MESON_TRUE= enable-sqlite > .include <bsd.port.mk> >Index: graphics/zathura/pkg-plist >=================================================================== >--- graphics/zathura/pkg-plist (revision 477866) >+++ graphics/zathura/pkg-plist (working copy) >@@ -11,27 +11,27 @@ > man/man5/zathurarc.5.gz > share/applications/org.pwmt.zathura.desktop > share/dbus-1/interfaces/org.pwmt.zathura.xml >-%%NLS%%share/icons/hicolor/128x128/apps/org.pwmt.zathura.png >-%%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/de/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/el/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/es/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/et/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/he/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/hr/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/id_ID/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/it/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/lt/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/nl/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/no/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/pt_BR/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/ru/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo >-%%NLS%%share/locale/uk_UA/LC_MESSAGES/zathura.mo >-%%NLS%%share/metainfo/org.pwmt.zathura.appdata.xml >+share/icons/hicolor/128x128/apps/org.pwmt.zathura.png >+share/locale/ca/LC_MESSAGES/zathura.mo >+share/locale/cs/LC_MESSAGES/zathura.mo >+share/locale/de/LC_MESSAGES/zathura.mo >+share/locale/el/LC_MESSAGES/zathura.mo >+share/locale/eo/LC_MESSAGES/zathura.mo >+share/locale/es/LC_MESSAGES/zathura.mo >+share/locale/es_CL/LC_MESSAGES/zathura.mo >+share/locale/et/LC_MESSAGES/zathura.mo >+share/locale/fr/LC_MESSAGES/zathura.mo >+share/locale/he/LC_MESSAGES/zathura.mo >+share/locale/hr/LC_MESSAGES/zathura.mo >+share/locale/id_ID/LC_MESSAGES/zathura.mo >+share/locale/it/LC_MESSAGES/zathura.mo >+share/locale/lt/LC_MESSAGES/zathura.mo >+share/locale/nl/LC_MESSAGES/zathura.mo >+share/locale/no/LC_MESSAGES/zathura.mo >+share/locale/pl/LC_MESSAGES/zathura.mo >+share/locale/pt_BR/LC_MESSAGES/zathura.mo >+share/locale/ru/LC_MESSAGES/zathura.mo >+share/locale/ta_IN/LC_MESSAGES/zathura.mo >+share/locale/tr/LC_MESSAGES/zathura.mo >+share/locale/uk_UA/LC_MESSAGES/zathura.mo >+share/metainfo/org.pwmt.zathura.appdata.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229856
:
195233
|
196544
|
196998