pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

assume for now that mysql 5.5 works instead of removed 5.0



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Sep 25 08:58:53 2015 +0200
Changeset:	9a34034b939f9e2d84c6a15cae385458441f7c8b

Modified Files:
	callweaver/options.mk
	koha/Makefile

Log Message:
assume for now that mysql 5.5 works instead of removed 5.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a34034b939f9e2d84c6a15cae385458441f7c8b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 callweaver/options.mk | 2 +-
 koha/Makefile         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/callweaver/options.mk b/callweaver/options.mk
index 182ade9..9417963 100644
--- a/callweaver/options.mk
+++ b/callweaver/options.mk
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+=        --enable-jabber --with-res_jabber
 .endif
 
 .if !empty(PKG_OPTIONS:Mmysql)
-.include "../../databases/mysql5-client/buildlink3.mk"
+.include "../../databases/mysql55-client/buildlink3.mk"
 PLIST.mysql=		yes
 CONFIGURE_ARGS+=	--enable-mysql --with-app_sql_mysql --with-cdr_mysql --with-res_config_mysql
 .endif
diff --git a/koha/Makefile b/koha/Makefile
index af26523..667b6ba 100644
--- a/koha/Makefile
+++ b/koha/Makefile
@@ -9,7 +9,7 @@ MAINTAINER=	phil%cs.wwu.edu@localhost
 HOMEPAGE=	http://koha.org/
 COMMENT=	Koha is an integrated library system
 
-DEPENDS+=	mysql-client>=5.0.45:../../databases/mysql5-client
+DEPENDS+=	mysql-client>=5.5:../../databases/mysql55-client
 DEPENDS+=	apache>=2.0.61:../../www/apache2
 
 DEPENDS+=	p5-Date-Calc>=5.4:../../devel/p5-Date-Calc


Home | Main Index | Thread Index | Old Index