ports/64674: [MAINTAINER] databases/hk_classes: fix default option

Sergey Matveychuk sem at ciam.ru
Wed Mar 24 23:00:38 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list