svn commit: r322216 - in head/lang: python26/files python27/files

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 3 08:14:13 UTC 2013


Author: lwhsu
Date: Wed Jul  3 08:14:13 2013
New Revision: 322216
URL: http://svnweb.freebsd.org/changeset/ports/322216

Log:
  Correct syntax in kernel config is 'options'
  
  Submitted by:	kevlo

Modified:
  head/lang/python26/files/pkg-message.in
  head/lang/python27/files/pkg-message.in

Modified: head/lang/python26/files/pkg-message.in
==============================================================================
--- head/lang/python26/files/pkg-message.in	Wed Jul  3 07:53:36 2013	(r322215)
+++ head/lang/python26/files/pkg-message.in	Wed Jul  3 08:14:13 2013	(r322216)
@@ -13,6 +13,6 @@ Install them as needed.
 %%SEM%%This package was built with the experimental POSIX
 %%SEM%%semaphore support. Please ensure that the kernel on the
 %%SEM%%system where you deploy this package is either compiled
-%%SEM%%with 'option P1003_1B_SEMAPHORES', or has the sem.ko
+%%SEM%%with 'options P1003_1B_SEMAPHORES', or has the sem.ko
 %%SEM%%kernel module loaded.
 %%SEM%%--------------------------------------------------------

Modified: head/lang/python27/files/pkg-message.in
==============================================================================
--- head/lang/python27/files/pkg-message.in	Wed Jul  3 07:53:36 2013	(r322215)
+++ head/lang/python27/files/pkg-message.in	Wed Jul  3 08:14:13 2013	(r322216)
@@ -13,6 +13,6 @@ Install them as needed.
 %%SEM%%This package was built with the experimental POSIX
 %%SEM%%semaphore support. Please ensure that the kernel on the
 %%SEM%%system where you deploy this package is either compiled
-%%SEM%%with 'option P1003_1B_SEMAPHORES', or has the sem.ko
+%%SEM%%with 'options P1003_1B_SEMAPHORES', or has the sem.ko
 %%SEM%%kernel module loaded.
 %%SEM%%--------------------------------------------------------


More information about the svn-ports-all mailing list