From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 06:32:51 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28B4E181; Fri, 6 Jun 2014 06:32:51 +0000 (UTC) Received: from mail-pb0-x235.google.com (mail-pb0-x235.google.com [IPv6:2607:f8b0:400e:c01::235]) (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 010F32AA5; Fri, 6 Jun 2014 06:32:50 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id md12so2241324pbc.40 for ; Thu, 05 Jun 2014 23:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RackMKlztIWcltgI8CV+GU3ihhs/lxQ9egMgJUzyvr0=; b=aXXMD+z4NDNToAgSITLYtAwvF1RUYWcUL4kms/yd7rr4G2VbUGq+0j/8jYVxkOF7qF WNkYrRR5OmHmhaf/foeoZeXU7que0OGE62/qvsupo44c0+k6AXxPQePWAZxLKFA2oPu0 odE1i0Ig1jaEk1kLej272eUAk5DoOPXaZ912Ov/nVtWxkZJ5i3iUw2WtUohnNBfVpwu0 9JTIbaB11u04LhGR7Stly9Oquc+YM9PEALE7PhI1Fo2uyXOvAqOdUh6oXKKDMV2y6PPd Oko2mJVE9FWyqna5PxZ+csqhCAn3oNsiVC004mDuhw8lX2ViT4vR+enJ34xJ+WoaQXpi 4Nig== MIME-Version: 1.0 X-Received: by 10.68.202.167 with SMTP id kj7mr5354778pbc.160.1402036370485; Thu, 05 Jun 2014 23:32:50 -0700 (PDT) Received: by 10.70.21.97 with HTTP; Thu, 5 Jun 2014 23:32:50 -0700 (PDT) Date: Fri, 6 Jun 2014 10:32:50 +0400 Message-ID: Subject: MySQL ports and DTRACE options From: Subbsd To: ports-list freebsd , ale@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 06:32:51 -0000 Some time ago the port of mysql-server has an option to turn DTRACE support via HAVE_DTRACE. Currently this option is not available and the dtrace -l on startup of the MySQL server does not show any mysql-related probes, so this feature is disabled by default. For whatever reason this support has been removed, can we expect it to return as an option? Thanks.