From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 21:30:03 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4F3106564A; Mon, 18 Oct 2010 21:30:03 +0000 (UTC) (envelope-from leccine@gmail.com) Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by mx1.freebsd.org (Postfix) with ESMTP id CC1CE8FC08; Mon, 18 Oct 2010 21:30:02 +0000 (UTC) Received: by iwn10 with SMTP id 10so1839478iwn.17 for ; Mon, 18 Oct 2010 14:30:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=AdUq2+kfp10Zo88iHlcFeI5UnyRNjrxbpleHswAsWso=; b=REadjPqA7X+UJf3XE3BaONtvTq9rnrnt9fa+s0bHmURX3CBFUWdvQ3WmRQ8XU4Yi2p VtlcwWx8D/z3nzvZr1yrQwZ9i98jdGHnOMJ9EBulRERUbWQRbVATACD3XVnmhda+2aLu 9m1u69sITuFI8Zba16YxqClAcZ6i0aEIR6CFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ggqa1xLyxa5yxI72kpFAC2AWRxontokqxW+//zV3jIRkfMnhp+yhW3tVIaRMzkLDZM JGFrJCzA/vXmT8h5yIb4f81ukTjEefkWqFzCUA3SZyvnpPCqO3lNVW4N20nGTMj+j7z6 U29WW8uXo0AThQ1t9GOGvcJ9vu/4H2hfjwXys= MIME-Version: 1.0 Received: by 10.231.36.8 with SMTP id r8mr3800392ibd.128.1287437401912; Mon, 18 Oct 2010 14:30:01 -0700 (PDT) Received: by 10.231.32.130 with HTTP; Mon, 18 Oct 2010 14:30:01 -0700 (PDT) In-Reply-To: <7EC03A5E-61DA-46AB-95E1-1D844E10C735@FreeBSD.org> References: <7EC03A5E-61DA-46AB-95E1-1D844E10C735@FreeBSD.org> Date: Mon, 18 Oct 2010 22:30:01 +0100 Message-ID: From: =?UTF-8?Q?Istv=C3=A1n?= To: Rui Paulo X-Mailman-Approved-At: Mon, 18 Oct 2010 21:40:10 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Subject: Re: DTrace bindings are missing in FreeBSD 9.0 - CURRENT for userland apps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 21:30:03 -0000 what should I do with the Makefile exactly? I can't see any dtrace related information in it. I. > > > > Do you know why Ruby has no dtrace bindings on Freebsd? > > You need to change the port Makefile to enable DTrace. > > >