svn commit: r550286 - head/graphics/evince

Tobias C. Berner tcberner at FreeBSD.org
Sun Sep 27 16:35:52 UTC 2020


Author: tcberner
Date: Sun Sep 27 16:35:51 2020
New Revision: 550286
URL: https://svnweb.freebsd.org/changeset/ports/550286

Log:
  graphics/evince: fix packaging
  
  - fix DVI option linkage against kpathsea
  - fix plist when DBUS=off
  
  PR:		249935
  Submitted by:	VVD <vvd at unislabs.com>

Modified:
  head/graphics/evince/Makefile
  head/graphics/evince/pkg-plist

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Sun Sep 27 16:17:41 2020	(r550285)
+++ head/graphics/evince/Makefile	Sun Sep 27 16:35:51 2020	(r550286)
@@ -30,7 +30,7 @@ PORTSCOUT=	limitw:1,even
 SLAVEPORT?=	no
 
 USES=		compiler:c++11-lib desktop-file-utils gettext \
-		gnome libarchive localbase meson pkgconfig tar:xz xorg
+		gnome libarchive localbase:ldflags meson pkgconfig tar:xz xorg
 USE_GNOME=	cairo gtk30
 USE_GSTREAMER1=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/evince/pkg-plist
==============================================================================
--- head/graphics/evince/pkg-plist	Sun Sep 27 16:17:41 2020	(r550285)
+++ head/graphics/evince/pkg-plist	Sun Sep 27 16:35:51 2020	(r550286)
@@ -75,7 +75,7 @@ lib/libevview3.so.%%GTK3_VERSION%%
 %%NAUTILUS%%lib/nautilus/extensions-%%VERSION%%/libevince-properties-page.so
 libdata/pkgconfig/evince-document-%%VERSION%%.pc
 libdata/pkgconfig/evince-view-%%VERSION%%.pc
-libexec/evinced
+%%DBUS%%libexec/evinced
 man/man1/evince.1.gz
 share/GConf/gsettings/evince.convert
 share/applications/org.gnome.Evince-previewer.desktop


More information about the svn-ports-all mailing list