svn commit: r407195 - head/x11/tilda

John Marino marino at FreeBSD.org
Mon Jan 25 07:13:11 UTC 2016


Author: marino
Date: Mon Jan 25 07:13:10 2016
New Revision: 407195
URL: https://svnweb.freebsd.org/changeset/ports/407195

Log:
  x11/tilda: Promote vte3 from BUILD_DEPENDS to include RUN_DEPENDS
  
  User got error message, 'Shared object "libvte-2.91.so.0" not found,
  required by tilda' when launching tilda.  Manually installing
  x11-toolkits/vte3 fixed the issue, so vte3 is clearly more than a
  build dependency.  I've specified RUN_DEPENDS rather than convert
  BUILD_* to LIB_* given how vte3 was already specified and the fact
  there's no generic library in pkg-plist.
  
  while here, fix the pkg-plist error that showed during build testing
  by adding share/appdata/tilda.appdata.xml to the list
  
  approved by:	just fix it.

Modified:
  head/x11/tilda/Makefile
  head/x11/tilda/pkg-plist

Modified: head/x11/tilda/Makefile
==============================================================================
--- head/x11/tilda/Makefile	Mon Jan 25 07:02:51 2016	(r407194)
+++ head/x11/tilda/Makefile	Mon Jan 25 07:13:10 2016	(r407195)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tilda
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	x11
 
@@ -11,6 +12,7 @@ COMMENT=	Drop down x11 terminal with tra
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	vte3>=0:${PORTSDIR}/x11-toolkits/vte3
+RUN_DEPENDS=	vte3>=0:${PORTSDIR}/x11-toolkits/vte3
 LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/devel/libconfuse
 
 GNU_CONFIGURE=	yes

Modified: head/x11/tilda/pkg-plist
==============================================================================
--- head/x11/tilda/pkg-plist	Mon Jan 25 07:02:51 2016	(r407194)
+++ head/x11/tilda/pkg-plist	Mon Jan 25 07:13:10 2016	(r407195)
@@ -1,4 +1,5 @@
 bin/tilda
+share/appdata/tilda.appdata.xml
 share/applications/tilda.desktop
 share/locale/bg/LC_MESSAGES/tilda.mo
 share/locale/ca/LC_MESSAGES/tilda.mo


More information about the svn-ports-head mailing list