From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 11:30:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D6DA10656FA for ; Thu, 9 Sep 2010 11:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF448FC14 for ; Thu, 9 Sep 2010 11:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o89BU2Ni024770 for ; Thu, 9 Sep 2010 11:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o89BU2UU024769; Thu, 9 Sep 2010 11:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2010 11:30:02 GMT Resent-Message-Id: <201009091130.o89BU2UU024769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rui Paulo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF86D10656F0 for ; Thu, 9 Sep 2010 11:28:13 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 843D38FC26 for ; Thu, 9 Sep 2010 11:28:13 +0000 (UTC) Received: by wyb33 with SMTP id 33so1528166wyb.13 for ; Thu, 09 Sep 2010 04:28:12 -0700 (PDT) Received: by 10.216.35.74 with SMTP id t52mr1508721wea.41.1284029906343; Thu, 09 Sep 2010 03:58:26 -0700 (PDT) Received: from localhost (221.163.108.93.rev.vodafone.pt [93.108.163.221]) by mx.google.com with ESMTPS id r18sm763652weo.0.2010.09.09.03.58.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Sep 2010 03:58:24 -0700 (PDT) Message-Id: <4c88bdd0.12d1d80a.6d78.3543@mx.google.com> Date: Thu, 09 Sep 2010 03:58:24 -0700 (PDT) From: Rui Paulo Sender: Rui Paulo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150434: DTrace support for postgres90-server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rui Paulo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 11:30:10 -0000 >Number: 150434 >Category: ports >Synopsis: DTrace support for postgres90-server >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 09 11:30:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rui Paulo >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freebsd-vm1 9.0-CURRENT FreeBSD 9.0-CURRENT #8 r212356M: Thu Sep 9 10:56:59 WEST 2010 rpaulo@freebsd-vm1:/home/rpaulo/freebsd/obj/usr/home/rpaulo/freebsd/head/sys/FREEBSD-VM1 amd64 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/postgresql90-server/Makefile,v retrieving revision 1.201 diff -u -p -r1.201 Makefile --- Makefile 25 Mar 2010 22:58:11 -0000 1.201 +++ Makefile 9 Sep 2010 10:49:26 -0000 @@ -83,6 +83,7 @@ CONFIGURE_ARGS+=--with-openssl .include .if !defined(SLAVE_ONLY) +OPTIONS+= DTRACE "Build with DTrace probes (server only)" off OPTIONS+= PAM "Build with PAM support (server only)" off OPTIONS+= LDAP "Build with LDAP authentication support" off OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off @@ -119,6 +120,11 @@ LIB_DEPENDS+= icudata.38:${PORTSDIR}/dev PATCH_DIST_STRIP=-p1 +. if defined(SERVER_ONLY) && defined(WITH_DTRACE) +CONFIGURE_ARGS+=--enable-dtrace +LDFLAGS+=-lelf +. endif + . if defined(SERVER_ONLY) && defined(WITH_PAM) CONFIGURE_ARGS+=--with-pam . endif >Release-Note: >Audit-Trail: >Unformatted: