From owner-freebsd-ports@FreeBSD.ORG Wed Jun 16 23:01:11 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 BD8BC1065675 for ; Wed, 16 Jun 2010 23:01:11 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 49C508FC19 for ; Wed, 16 Jun 2010 23:01:10 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1274292fgb.13 for ; Wed, 16 Jun 2010 16:01:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=6UirnL4ADarmHANcyJ77IYuVnSqSNVu1zBrjhPg5/J8=; b=WBoiuODjZZksoWrM5hFtXFiZP6h+olXOnBIigjHhaeWTLHS4OEbeBlrKC3Bqo6OJW7 lLS2PSKUTtrboGHaXV4ZkzuSpW0p+s4RtTwklmym4oTyFWlEqGGD818+hZFZLDfI4Xjy L34LlVIGKSm3UN0QaRkT/FqE5qfdgMDAcz8U0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=HeTEcoG7LIiDyQtUbM2Td4HIgMuqxzhd0zlIV2fDqqEOAy+E/e/IsxcPRMBs1BzSz6 +HbcyjAbwirgHrTPVG1z/UvWqVtcSNlOfLjrIaJXDtF9ej2KKiNhBkhVlD1YcmhcsUIg 6Tkn7mksn+Z+U+P/ByUn4aN4l91ySoXCpaoRY= Received: by 10.87.64.25 with SMTP id r25mr1454321fgk.20.1276729269062; Wed, 16 Jun 2010 16:01:09 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id e3sm14503730fga.24.2010.06.16.16.01.08 (version=SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 16:01:08 -0700 (PDT) Date: Thu, 17 Jun 2010 00:01:06 +0100 From: RW To: ports@freebsd.org Message-ID: <20100617000106.2db70cb4@gumby.homeunix.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: 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: Wed, 16 Jun 2010 23:01:11 -0000 The devel/apr* ports have an option to use /dev/random, which is on by default. I was wondering under what circumstances anyone would turn that off. As far as I can see switching it off doesn't replace /dev/random with anything else.