Date: Mon, 25 Jan 2016 07:13:10 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407195 - head/x11/tilda Message-ID: <201601250713.u0P7DA4C087555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601250713.u0P7DA4C087555>