svn commit: r348145 - in head/deskutils/parcellite: . files
Rusmir Dusko
nemysis at FreeBSD.org
Fri Mar 14 01:31:56 UTC 2014
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 at 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
+
+################################################################################
More information about the svn-ports-all
mailing list