From owner-svn-ports-head@FreeBSD.ORG Wed Jul 3 08:14:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC0673A7; Wed, 3 Jul 2013 08:14:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CE57E1301; Wed, 3 Jul 2013 08:14:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r638EDDv085594; Wed, 3 Jul 2013 08:14:13 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r638EDxV085592; Wed, 3 Jul 2013 08:14:13 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201307030814.r638EDxV085592@svn.freebsd.org> From: Li-Wen Hsu Date: Wed, 3 Jul 2013 08:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322216 - in head/lang: python26/files python27/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 08:14:13 -0000 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%%--------------------------------------------------------