From owner-svn-ports-head@freebsd.org Wed Jun 28 12:35:27 2017 Return-Path: Delivered-To: svn-ports-head@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 77125DA1802; Wed, 28 Jun 2017 12:35:27 +0000 (UTC) (envelope-from amdmi3@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 445F577914; Wed, 28 Jun 2017 12:35:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5SCZQoQ000552; Wed, 28 Jun 2017 12:35:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5SCZQmU000550; Wed, 28 Jun 2017 12:35:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706281235.v5SCZQmU000550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Jun 2017 12:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444573 - head/x11/pantheon-terminal X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/pantheon-terminal X-SVN-Commit-Revision: 444573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 12:35:27 -0000 Author: amdmi3 Date: Wed Jun 28 12:35:26 2017 New Revision: 444573 URL: https://svnweb.freebsd.org/changeset/ports/444573 Log: - Add missing run-dependency on dbus - Add a note on linprocfs requirement Submitted by: olivier@ Added: head/x11/pantheon-terminal/pkg-message (contents, props changed) Modified: head/x11/pantheon-terminal/Makefile Modified: head/x11/pantheon-terminal/Makefile ============================================================================== --- head/x11/pantheon-terminal/Makefile Wed Jun 28 12:35:07 2017 (r444572) +++ head/x11/pantheon-terminal/Makefile Wed Jun 28 12:35:26 2017 (r444573) @@ -3,6 +3,7 @@ PORTNAME= pantheon-terminal PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= amdmi3@FreeBSD.org @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgranite.so:x11-toolkits/granite BUILD_DEPENDS= valac:lang/vala +RUN_DEPENDS= dbus-send:devel/dbus USE_GITHUB= yes GH_ACCOUNT= elementary @@ -26,6 +28,10 @@ GLIB_SCHEMAS= org.pantheon.terminal.gschema.xml PORTDOCS= AUTHORS README.md OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|/proc|/compat/linux/proc|' \ + ${WRKSRC}/src/TerminalWidget.vala post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Added: head/x11/pantheon-terminal/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/pantheon-terminal/pkg-message Wed Jun 28 12:35:26 2017 (r444573) @@ -0,0 +1,5 @@ +pantheon-terminal requires linprocfs(5) to be mounted. If you don't +have it mounted already, please add this line to /etc/fstab and run +`mount linproc`: + + linproc /compat/linux/proc linprocfs rw 0 0