summaryrefslogtreecommitdiff
path: root/databases/mysql-client/patches/patch-ad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-02 08:22:28 +0000
committerjlam <jlam@pkgsrc.org>2001-05-02 08:22:28 +0000
commita8f52f2adae1b0d6ced2977f01ffe0707c70e18e (patch)
tree238f28220cf06bf5270cc30229506b0211f64ca9 /databases/mysql-client/patches/patch-ad
parent981957ed83daac71acc42ce9ababdad811063238 (diff)
downloadpkgsrc-a8f52f2adae1b0d6ced2977f01ffe0707c70e18e.tar.gz
* Rearrange MySQL build structure by providing a Makefile.common that is
included by both mysql-server/Makefile and mysql-client/Makefile. * Remove some unnecessary patches from mysql-client. * Remove build dependency on autoconf as we don't really need to use it. * Improve detection of native readline library. * Provide INSTALL/DEINSTALL scripts to perform initial database setup and to remind the package administrator to remove unnecessary directories upon package removal. * Use complete path to chown in various installed scripts. Fixes pkg/12725. * Install server manpages with the server package. Fixes pkg/12724.
Diffstat (limited to 'databases/mysql-client/patches/patch-ad')
-rw-r--r--databases/mysql-client/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/mysql-client/patches/patch-ad b/databases/mysql-client/patches/patch-ad
deleted file mode 100644
index 2bc6dc97476..00000000000
--- a/databases/mysql-client/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2001/03/26 13:26:44 bad Exp $
-
---- readline/Makefile.in.orig Mon Jan 22 14:43:57 2001
-+++ readline/Makefile.in Thu Feb 1 22:48:01 2001
-@@ -395,7 +395,8 @@
-
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
--install: install-am
-+install: all
-+ @:
- uninstall-am: uninstall-pkgincludeHEADERS
- uninstall: uninstall-am
- all-am: Makefile $(LIBRARIES) $(HEADERS)