pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql57-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  7 20:40:45 UTC 2018

Modified Files:
        pkgsrc/databases/mysql57-client: Makefile PLIST

Log Message:
mysql-client: update to 5.7.23nb2.

Remove post-install rule that installed symlinks pointing into
nothingness.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/mysql57-client/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/mysql57-client/PLIST

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

Modified files:

Index: pkgsrc/databases/mysql57-client/Makefile
diff -u pkgsrc/databases/mysql57-client/Makefile:1.15 pkgsrc/databases/mysql57-client/Makefile:1.16
--- pkgsrc/databases/mysql57-client/Makefile:1.15       Wed Aug 22 09:43:12 2018
+++ pkgsrc/databases/mysql57-client/Makefile    Fri Sep  7 20:40:45 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:43:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/09/07 20:40:45 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       MySQL 5, a free SQL database (client)
 
 CONFLICTS=     mysql3-client-[0-9]*
@@ -13,12 +13,4 @@ UNWRAP_FILES+=               scripts/mysql_config
 INFO_FILES=            yes
 INSTALL_DIRS+=         client include libmysql man scripts testclients
 
-# Replace manual pages which only include other ones with a symbolic link
-# It is for manual compression is activated or mandoc(1) is used.
-post-install:
-.for mf in mysql_client_test_embedded.1 mysqltest_embedded.1
-       ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
-       ${LN} -s ${mf:S/_embedded//} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${mf}
-.endfor
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/mysql57-client/PLIST
diff -u pkgsrc/databases/mysql57-client/PLIST:1.9 pkgsrc/databases/mysql57-client/PLIST:1.10
--- pkgsrc/databases/mysql57-client/PLIST:1.9   Thu Aug 16 16:06:09 2018
+++ pkgsrc/databases/mysql57-client/PLIST       Fri Sep  7 20:40:45 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/08/16 16:06:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/09/07 20:40:45 wiz Exp $
 bin/mysql
 bin/mysql_client_test
 bin/mysql_config
@@ -134,7 +134,6 @@ man/man1/myisamlog.1
 man/man1/myisampack.1
 man/man1/mysql.1
 man/man1/mysql.server.1
-man/man1/mysql_client_test_embedded.1
 man/man1/mysql_config.1
 man/man1/mysql_config_editor.1
 man/man1/mysql_install_db.1
@@ -155,7 +154,6 @@ man/man1/mysqlman.1
 man/man1/mysqlpump.1
 man/man1/mysqlshow.1
 man/man1/mysqlslap.1
-man/man1/mysqltest_embedded.1
 man/man1/perror.1
 man/man1/replace.1
 man/man1/resolve_stack_dump.1



Home | Main Index | Thread Index | Old Index