From gslin@netnews.NCTU.edu.tw  Sun Dec 11 15:56:54 2005
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BE1F416A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Dec 2005 15:56:54 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE6A43D55
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Dec 2005 15:56:54 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 35DC919E; Sun, 11 Dec 2005 23:56:49 +0800 (CST)
Message-Id: <20051211155649.35DC919E@netnews.NCTU.edu.tw>
Date: Sun, 11 Dec 2005 23:56:49 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] benchmarks/super-smack: Fix postgresql support function.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90244
>Category:       ports
>Synopsis:       [MAINTAINER] benchmarks/super-smack: Fix postgresql support function.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 11 16:00:15 GMT 2005
>Closed-Date:    Mon Dec 12 01:26:15 GMT 2005
>Last-Modified:  Mon Dec 12 01:26:15 GMT 2005
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Dec 10 02:26:21 CST 2005
>Description:
- Change mail address.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- super-smack-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/benchmarks/super-smack/Makefile /home/staff/gslin/work/super-smack/Makefile
--- /usr/ports/benchmarks/super-smack/Makefile	Sun Dec 11 19:16:20 2005
+++ /home/staff/gslin/work/super-smack/Makefile	Sun Dec 11 23:55:14 2005
@@ -10,7 +10,7 @@
 CATEGORIES=	benchmarks databases
 MASTER_SITES=	http://vegan.net/tony/supersmack/
 
-MAINTAINER=	gslin@ccca.nctu.edu.tw
+MAINTAINER=	gslin@gslin.org
 COMMENT=	A benchmarking, stress testing, and load generation tool for Databases
 
 GNU_CONFIGURE=	yes
@@ -19,6 +19,8 @@
 OPTIONS=	MYSQL "Enable MySQL support" on \
 		POSTGRESQL "Enable PostgreSQL support" off
 
+.include <bsd.port.pre.mk>
+
 .if !defined(WITHOUT_MYSQL)
 USE_MYSQL=	yes
 CONFIGURE_ARGS+=	--with-mysql
@@ -26,7 +28,7 @@
 
 .if defined(WITH_POSTGRESQL)
 USE_PGSQL=	yes
-CONFIGURE_ARGS+=	--with-postgresql
+CONFIGURE_ARGS+=	--with-pgsql
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- super-smack-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Dec 12 01:26:05 UTC 2005 
State-Changed-Why:  
committed, thanks 

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