pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql4-server This package contains a Perl s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e892bfffbbb
branches:  trunk
changeset: 520481:5e892bfffbbb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 09:32:53 2006 +0000

description:
This package contains a Perl script, but it is not as important to
justify a dependency on Perl. To make the check-interpreter test pass,
I've removed the x-bit from the file.

diffstat:

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

diffs (28 lines):

diff -r acec29c3851c -r 5e892bfffbbb databases/mysql4-server/Makefile
--- a/databases/mysql4-server/Makefile  Sun Oct 22 09:25:58 2006 +0000
+++ b/databases/mysql4-server/Makefile  Sun Oct 22 09:32:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/08/31 12:42:42 seb Exp $
+# $NetBSD: Makefile,v 1.32 2006/10/22 09:32:53 rillig Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
 SVR4_PKGNAME=          mysqs
@@ -8,6 +8,8 @@
 
 .include "../../databases/mysql4-client/Makefile.common"
 
+REPLACE_PERL+=         mysql-test/mysql-test-run.pl
+# No dependency on Perl.
 
 CONFIGURE_ARGS+=       --with-libwrap
 CONFIGURE_ARGS+=       --with-raid
@@ -40,6 +42,9 @@
 .include "../../devel/readline/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
 
+post-extract:
+       chmod -x ${WRKSRC}/mysql-test/mysql-test-run.pl
+
 post-configure:
        cd ${WRKSRC} && ${CP} -f config.h include/my_config.h
 



Home | Main Index | Thread Index | Old Index