From nobody@FreeBSD.org  Thu Sep  9 11:15:41 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DFD9410656A9
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  9 Sep 2010 11:15:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C53208FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  9 Sep 2010 11:15:41 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o89BFfJK023118
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 9 Sep 2010 11:15:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o89BFfad023117;
	Thu, 9 Sep 2010 11:15:41 GMT
	(envelope-from nobody)
Message-Id: <201009091115.o89BFfad023117@www.freebsd.org>
Date: Thu, 9 Sep 2010 11:15:41 GMT
From: Rui Paulo <rpaulo@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: DTrace support for postgres84-server
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150431
>Category:       ports
>Synopsis:       DTrace support for databases/postgresql84-server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 09 11:20:00 UTC 2010
>Closed-Date:    Wed Nov 30 18:50:23 UTC 2011
>Last-Modified:  Wed Nov 30 18:50:23 UTC 2011
>Originator:     Rui Paulo
>Release:        FreeBSD 9.0
>Organization:
>Environment:
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/postgresql84-server/Makefile,v
retrieving revision 1.208
diff -u -p -r1.208 Makefile
--- Makefile	5 Aug 2010 21:37:28 -0000	1.208
+++ Makefile	9 Sep 2010 11:14:37 -0000
@@ -85,6 +85,7 @@ CONFIGURE_ARGS+=--with-openssl
 .include <bsd.port.pre.mk>
 
 .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
@@ -121,6 +122,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:
Responsible-Changed-From-To: freebsd-ports-bugs->girgen 
Responsible-Changed-By: kwm 
Responsible-Changed-When: Sat Sep 11 20:52:52 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150431 
Responsible-Changed-From-To: girgen->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Wed Nov 30 18:05:15 UTC 2011 
Responsible-Changed-Why:  
Timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150431 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150431: commit references a PR
Date: Wed, 30 Nov 2011 18:49:40 +0000 (UTC)

 crees       2011-11-30 18:49:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/postgresql84-server Makefile 
     databases/postgresql90-server Makefile 
     databases/postgresql91-server Makefile 
   Log:
   Add DTRACE option for postgresql84-server
   
   PR:             ports/150431
   Submitted by:   rpaulo
   
   Fix compilation with GSSAPI
   
   PR:             ports/161786
   Submitted by:   rea
   Reviewed by:    mandree, John Marshall <john.marshall@riverwillow.com.au>
   
   Mark IGNORE if DTRACE enabled for FreeBSD < 900021 without userland dtrace
   
   PR:             ports/152502
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   
   Approved by:    maintainer timeout (girgen, at least 2 months)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.238     +13 -2     ports/databases/postgresql84-server/Makefile
   1.231     +6 -1      ports/databases/postgresql90-server/Makefile
   1.233     +6 -1      ports/databases/postgresql91-server/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Wed Nov 30 18:50:22 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150431 
>Unformatted:
