Date: Wed, 28 Jun 2017 12:35:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444573 - head/x11/pantheon-terminal Message-ID: <201706281235.v5SCZQmU000550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706281235.v5SCZQmU000550>