ports/90244: [MAINTAINER] benchmarks/super-smack: Fix postgresql support function.

Gea-Suan Lin gslin at gslin.org
Sun Dec 11 16:00:17 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 11 16:00:15 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at ccca.nctu.edu.tw
+MAINTAINER=	gslin at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list