Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2004 03:30:20 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/75457: [PATCH] OPTIONize databases/libdbi-drivers
Message-ID:  <200412260330.iBQ3UKok035948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/75457; it has been noted by GNATS.

From: Xin LI <delphij@FreeBSD.org>
To: Sergey Matveychuk <sem@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/75457: [PATCH] OPTIONize databases/libdbi-drivers
Date: Sun, 26 Dec 2004 03:26:09 +0000

 Argh... My fault, would you mind committing the following fix?
 
 Index: Makefile
 ===================================================================
 RCS file: /data0/vhost/cvs/usr/home/ncvs/ports/databases/libdbi-drivers/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile	25 Dec 2004 22:34:07 -0000	1.6
 +++ Makefile	26 Dec 2004 03:23:38 -0000
 @@ -8,7 +8,7 @@
  
  PORTNAME=	libdbi-drivers
  PORTVERSION=	0.7.1
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	databases devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -26,6 +26,7 @@
  DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
  
  OPTIONS=	MYSQL	"With MySQL Driver" on \
 +		MSQL	"With MSQL Driver" on \
  		PGSQL	"With PostgreSQL Driver" on \
  		SQLITE	"With SQLite Driver" on
  
 
 Thanks for pointing this out, and happy new year :-)
 
 On Sun, Dec 26, 2004 at 01:32:57AM +0300, Sergey Matveychuk wrote:
 > Why do you offend WITH_MSQL knob?
 > 
 > -- 
 > Sem.
 > 



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