Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 09:07:04 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gabor@berczi.be, gslin@gslin.org
Subject:   ports/97541: [MAINTAINER] benchmarks/sysbench: [SUMMARIZE CHANGES]
Message-ID:  <20060521010704.DCE5994@netnews.NCTU.edu.tw>
Resent-Message-ID: <200605210110.k4L1AJrh005256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97541
>Category:       ports
>Synopsis:       [MAINTAINER] benchmarks/sysbench: [SUMMARIZE CHANGES]
>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 May 21 01:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #4: Sun Jan 15 20:44:38 CST 2006
>Description:
- We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql
  support.
  (thanks to gabor at berczi.be's report)

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

--- sysbench-0.4.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/benchmarks/sysbench/Makefile /home/staff/gslin/work/sysbench/Makefile
--- /usr/ports/benchmarks/sysbench/Makefile	Sun May 21 09:02:49 2006
+++ /home/staff/gslin/work/sysbench/Makefile	Sun May 21 09:03:22 2006
@@ -22,6 +22,8 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_MYSQL)
+CONFIGURE_ARGS+=	--with-mysql=no
+.else
 USE_MYSQL=	yes
 CONFIGURE_ARGS+=	--with-mysql
 .endif
@@ -30,6 +32,8 @@
 USE_PGSQL=	yes
 WANT_PGSQL_VER?=	80
 CONFIGURE_ARGS+=	--with-pgsql
+.else
+CONFIGURE_ARGS+=	--with-pgsql=no
 .endif
 
 do-install:
--- sysbench-0.4.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060521010704.DCE5994>