From owner-freebsd-ports@FreeBSD.ORG Sun Oct 26 01:13:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 729777B5 for ; Sun, 26 Oct 2014 01:13:12 +0000 (UTC) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 308ED295 for ; Sun, 26 Oct 2014 01:13:12 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id lf12so800152vcb.1 for ; Sat, 25 Oct 2014 18:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=aTxChF5VPTcbeGs6jqa0iC2C61giMSe1iwxSNr70z1k=; b=X2S/zjVLqSu2OUL4Vab/PmMdznntmmzva2DD/KmAGDOyFW+djWXRKVfeTCk5KQmfwX ybXLedAGwqRATnqw0rlI3pHByTj7bOpxUE3D/TDe2u8KWayaDbHZOYO5sJFLGi4isWIS uNBk/X51HWgs+E+B+859eIFytBUsy/6N98Rbwzjq7nvE53Vt9n31crUN31gNeDxhp+u3 DHWBCbsO9NUJCr7P9NQjiGKMbQ+qdQIZSzTy+GSWTbzxs2kycJoXa+HLHL+v8Mc3rLZY ndhqzLese0ddekNZxFIjvtLmdGY6rAmLOi3L0RIinVB9X0+Ye9yYST5j/ucB4zKDluoK hVhg== X-Received: by 10.52.240.209 with SMTP id wc17mr8218255vdc.22.1414285991102; Sat, 25 Oct 2014 18:13:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.136.76 with HTTP; Sat, 25 Oct 2014 18:12:30 -0700 (PDT) In-Reply-To: <544C31AC.6090108@m5p.com> References: <544BEE0A.2070402@m5p.com> <544C31AC.6090108@m5p.com> From: Henry Hu Date: Sat, 25 Oct 2014 21:12:30 -0400 Message-ID: Subject: Re: Python 2.7 and semaphores To: George Mitchell Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" 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: Sun, 26 Oct 2014 01:13:12 -0000 On Sat, Oct 25, 2014 at 7:26 PM, George Mitchell wrote: > 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 I guess that it's a new option, and it seems like that because the old selected options are remembered, the new option is considered as not selected. I think that I've hit this problem before. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Cheers, Henry