From owner-freebsd-ports@FreeBSD.ORG Thu Jun 17 00:46:33 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22081065677 for ; Thu, 17 Jun 2010 00:46:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id AA0368FC1C for ; Thu, 17 Jun 2010 00:46:33 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L4400C48VGHNJ30@asmtp029.mac.com> for ports@freebsd.org; Wed, 16 Jun 2010 17:45:54 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1006160179 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2010-06-16_03:2010-02-06, 2010-06-16, 2010-06-16 signatures=0 From: Chuck Swiger In-reply-to: <20100617010030.3bb02931@gumby.homeunix.com> Date: Wed, 16 Jun 2010 17:45:53 -0700 Message-id: <49C8F6CA-E527-420E-BD04-514DDF72F8A7@mac.com> References: <20100617000106.2db70cb4@gumby.homeunix.com> <732B2687-76E1-4693-8658-1C3C9B142542@mac.com> <20100617010030.3bb02931@gumby.homeunix.com> To: RW X-Mailer: Apple Mail (2.1081) Cc: ports@freebsd.org Subject: Re: apr ports devrandom option X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 00:46:33 -0000 On Jun 16, 2010, at 5:00 PM, RW wrote: > Right, but I'm asking about the "make config" port option, not the configure options to apr itself. When you enable the option via make config, apr's ./configure gets fed the appropriate flag: > OPTIONS= ... > DEVRANDOM "Use /dev/random or compatible in apr" on \ > ... > .if defined(WITHOUT_DEVRANDOM) > CONFIGURE_ARGS+= --without-devrandom > .else > CONFIGURE_ARGS+= --with-devrandom > .if defined(PKGNAMESUFFIX) > PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom > .else > PKGNAMESUFFIX= -devrandom > .endif > .endif Regards, -- -Chuck