pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46431: databases/libgda-mysql typo
>Number: 46431
>Category: pkg
>Synopsis: databases/libgda-mysql typo
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue May 08 23:20:00 +0000 2012
>Originator: Noud de Brouwer
>Release: 6.99.4
>Organization:
-none-
>Environment:
NetBSD 10.0.2.17 6.99.4 NetBSD 6.99.4 (MONOLITHIC) #0: Wed Apr 18 09:37:46 UTC
2012 mickey55@10.0.2.17:/obj-src/sys/arch/i386/compile/MONOLITHIC i386
>Description:
we have a small typo in databases/libgda-mysql/Makefile:
CONFIGURE_ARGS+= --with-=mysql
given:
./configure --help|grep mysql
--with-mysql=<directory> use mysql backend in <directory>
Both cases, before and after the below patch, work against a mysql database.
(as well as --with-mysql=nonexistent works as well.)
>How-To-Repeat:
>Fix:
--- Makefile.orig 2012-05-09 01:53:49.000000000 +0000
+++ Makefile 2012-05-09 01:54:03.000000000 +0000
@@ -7,7 +7,7 @@
.include "../../databases/libgda/Makefile.common"
-PKGREVISION= 5
-CONFIGURE_ARGS+= --with-=mysql
+PKGREVISION= 6
+CONFIGURE_ARGS+= --with-mysql=${PREFIX}
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index