Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 01:56:32 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64674: [MAINTAINER] databases/hk_classes: fix default option
Message-ID:  <E1B6HIW-0002uG-8e@Current.sem-home.ciam.ru>
Resent-Message-ID: <200403242300.i2ON0b1x024193@freefall.freebsd.org>

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

>Number:         64674
>Category:       ports
>Synopsis:       [MAINTAINER] databases/hk_classes: fix default option
>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:   Wed Mar 24 15:00:37 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #5: Fri Mar 12 03:47:38 MSK 2004
>Description:
[DESCRIBE CHANGES]
- fix default option

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

--- hk_classes-0.6.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/hk_classes.orig/Makefile /usr/ports/databases/hk_classes/Makefile
--- /usr/ports/databases/hk_classes.orig/Makefile	Thu Mar 25 01:53:56 2004
+++ /usr/ports/databases/hk_classes/Makefile	Thu Mar 25 01:55:43 2004
@@ -26,11 +26,10 @@
 OPTIONS=	MYSQL "Build MySQL driver" on \
 		POSTGRESQL "Build PostrgreSQL driver" off \
 		ODBC "Build unixODBC driver" off
-WITH_MYSQL?=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_MYSQL)
+.if !defined(WITHOUT_MYSQL)
 USE_MYSQL=	yes
 CONFIGURE_ARGS+=	--with-mysql-dir=${LOCALBASE} \
 			--with-mysql-incdir=${LOCALBASE}/include/mysql \
--- hk_classes-0.6.2.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?E1B6HIW-0002uG-8e>