From owner-svn-ports-all@freebsd.org Mon Jan 25 07:13:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A832A4554F; Mon, 25 Jan 2016 07:13:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C903936; Mon, 25 Jan 2016 07:13:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0P7DAn2087557; Mon, 25 Jan 2016 07:13:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0P7DA4C087555; Mon, 25 Jan 2016 07:13:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601250713.u0P7DA4C087555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 25 Jan 2016 07:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407195 - head/x11/tilda X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 07:13:11 -0000 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