ports/75457: [PATCH] OPTIONize databases/libdbi-drivers

Xin LI delphij at FreeBSD.org
Sun Dec 26 03:30:21 UTC 2004


The following reply was made to PR ports/75457; it has been noted by GNATS.

From: Xin LI <delphij at FreeBSD.org>
To: Sergey Matveychuk <sem at FreeBSD.org>
Cc: freebsd-gnats-submit at 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.
 > 



More information about the freebsd-ports-bugs mailing list