From owner-freebsd-ports@FreeBSD.ORG Sat Oct 25 23:26:44 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28B5EB2E for ; Sat, 25 Oct 2014 23:26:44 +0000 (UTC) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7E029BC for ; Sat, 25 Oct 2014 23:26:43 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id s9PNQaSU083825 for ; Sat, 25 Oct 2014 19:26:41 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <544C31AC.6090108@m5p.com> Date: Sat, 25 Oct 2014 19:26:36 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Python 2.7 and semaphores References: <544BEE0A.2070402@m5p.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Sat, 25 Oct 2014 19:26:42 -0400 (EDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 23:26:44 -0000 On 10/25/14 18:16, Henry Hu wrote: > On Sat, Oct 25, 2014 at 2:38 PM, George Mitchell > wrote: > >> In the process of building and trying textproc/meld, I discovered that >> the lang/python27 configure process concludes, erroneously, that FreeBSD >> does not support working Posix semaphores. [...] >> Can anyone explain to me how those lines affect the configure process? >> And does either line belong in the Makefile at this point? -- George >> > > There is a config option called "SEM" which enables Posix sem support. > By default it is enabled. Thanks for the explanation. I must have turned the option off at some point in the past, but I don't remember doing it. -- George