Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 01:31:55 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348145 - in head/deskutils/parcellite: . files
Message-ID:  <201403140131.s2E1VtYF000993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Fri Mar 14 01:31:55 2014
New Revision: 348145
URL: http://svnweb.freebsd.org/changeset/ports/348145
QAT: https://qat.redports.org/buildarchive/r348145/

Log:
  - Remove TODO from DOCS
  - Add pkg-message, information about GNU/Linux
  
  PR:		ports/187559
  Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>

Added:
  head/deskutils/parcellite/files/pkg-message.in   (contents, props changed)
Modified:
  head/deskutils/parcellite/Makefile

Modified: head/deskutils/parcellite/Makefile
==============================================================================
--- head/deskutils/parcellite/Makefile	Fri Mar 14 00:46:12 2014	(r348144)
+++ head/deskutils/parcellite/Makefile	Fri Mar 14 01:31:55 2014	(r348145)
@@ -18,7 +18,7 @@ USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 
-PORTDOCS=	AUTHORS ChangeLog README TODO
+PORTDOCS=	AUTHORS ChangeLog README
 
 OPTIONS_DEFINE= DOCS NLS
 OPTIONS_SUB=	yes
@@ -26,6 +26,8 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
 
+SUB_FILES=	pkg-message
+
 .include <bsd.port.options.mk>
 
 post-patch:

Added: head/deskutils/parcellite/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/parcellite/files/pkg-message.in	Fri Mar 14 01:31:55 2014	(r348145)
@@ -0,0 +1,21 @@
+################################################################################
+
+Parcellite has been installed.
+
+This program will attempt to obtain some system information by accessing files
+in procfs and linprocfs. You must mount procfs and linprocfs filesystem for this
+to work correctly.
+This can be accomplished by adding the following line to your /etc/fstab file:
+
+# Device                Mountpoint              FStype        Options Dump Pass
+proc                    /proc                  procfs         rw      0    0
+linprocfs               /compat/linux/proc      linprocfs     rw      0    0
+
+and then, as root, executing the command:
+
+mount /proc
+
+kldload linprocfs
+mount /compat/linux/proc
+
+################################################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140131.s2E1VtYF000993>