pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql-server Include makefile fragments from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acb19fb316a1
branches:  trunk
changeset: 482524:acb19fb316a1
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Oct 29 10:32:54 2004 +0000

description:
Include makefile fragments from "../../databases/mysql-client" and
not ""../../databases/mysql4-client" because the later is a newer version.

diffstat:

 databases/mysql-server/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ad836cc30f6c -r acb19fb316a1 databases/mysql-server/Makefile
--- a/databases/mysql-server/Makefile   Fri Oct 29 09:30:36 2004 +0000
+++ b/databases/mysql-server/Makefile   Fri Oct 29 10:32:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2004/10/28 01:08:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.58 2004/10/29 10:32:54 tron Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
 SVR4_PKGNAME=          mysqs
@@ -6,7 +6,7 @@
 
 CONFLICTS=             {mysql-server-[0-9]*,mysql3-server-[0-9]*}
 
-.include "../mysql4-client/Makefile.common"
+.include "../mysql-client/Makefile.common"
 
 USE_BUILDLINK3=                yes
 
@@ -34,7 +34,7 @@
 BUILD_DEFS+=           MYSQL_DATADIR
 BUILD_DIRS=            ${WRKSRC} ${WRKSRC}/man
 
-.include "../../databases/mysql4-client/buildlink3.mk"
+.include "../../databases/mysql-client/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index