pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groonga



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:27:21 UTC 2020

Modified Files:
        pkgsrc/textproc/groonga: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/groonga/Makefile

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

Modified files:

Index: pkgsrc/textproc/groonga/Makefile
diff -u pkgsrc/textproc/groonga/Makefile:1.67 pkgsrc/textproc/groonga/Makefile:1.68
--- pkgsrc/textproc/groonga/Makefile:1.67       Sun Mar  8 16:48:14 2020
+++ pkgsrc/textproc/groonga/Makefile    Thu Mar 26 02:27:21 2020
@@ -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_query_
 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