pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groonga Drop version for compatibility with C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0822717ab9ca
branches:  trunk
changeset: 414325:0822717ab9ca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 02:27:21 2020 +0000

description:
Drop version for compatibility with C++17 STL implementations.

diffstat:

 textproc/groonga/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 249c70068dcc -r 0822717ab9ca textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Thu Mar 26 02:26:51 2020 +0000
+++ b/textproc/groonga/Makefile Thu Mar 26 02:27:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/03/08 16:48:14 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2020/03/26 02:27:21 joerg Exp $
 #
 
 DISTNAME=      groonga-7.0.6
@@ -54,6 +54,9 @@
 REPLACE_RUBY+= data/munin/groonga_status_
 REPLACE_RUBY+= data/munin/groonga_throughput_
 
+post-extract:
+       rm ${WRKSRC}/version
+
 .include "../../lang/ruby/replace.mk"
 .include "../../devel/editline/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index