svn commit: r444573 - head/x11/pantheon-terminal

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 28 12:35:27 UTC 2017


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 at 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


More information about the svn-ports-all mailing list