summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorobache <obache>2014-12-13 00:56:43 +0000
committerobache <obache>2014-12-13 00:56:43 +0000
commitc7ba40b3c1edde8b57547a8f2911982922e35008 (patch)
tree3cbe0bba4b486e276b8e58985d463e3fde2e1f30 /textproc/groonga
parent855fb2c53674b5c774ed691c397a12f9f7df5d13 (diff)
downloadpkgsrc-c7ba40b3c1edde8b57547a8f2911982922e35008.tar.gz
using gmake.
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/distinfo3
-rw-r--r--textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in13
2 files changed, 1 insertions, 15 deletions
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index 846eb35e913..b54154a4fdd 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.36 2014/12/12 13:02:13 joerg Exp $
+$NetBSD: distinfo,v 1.37 2014/12/13 00:56:43 obache Exp $
SHA1 (groonga-4.0.8.tar.gz) = 894bf426c79aaab6e3b1f19811db4634aecdc4c2
RMD160 (groonga-4.0.8.tar.gz) = ec9317049a5ef468ac66a2da93f2352ba6a20e8e
Size (groonga-4.0.8.tar.gz) = 11343571 bytes
SHA1 (patch-lib_grn.h) = 8d1c150fa96dd19fe9092d61ce9e82b425049251
-SHA1 (patch-vendor_onigmo-source_Makefile.in) = 4e1304cd351c8c656d3bd5baa21ce0478e4c74a3
diff --git a/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in b/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in
deleted file mode 100644
index baeea781bd7..00000000000
--- a/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-vendor_onigmo-source_Makefile.in,v 1.3 2014/12/12 13:02:13 joerg Exp $
-
---- vendor/onigmo-source/Makefile.in.orig 2014-12-11 20:49:27.000000000 +0000
-+++ vendor/onigmo-source/Makefile.in
-@@ -1428,7 +1428,7 @@ uninstall-am: uninstall-binSCRIPTS unins
- onig-config: onig-config.in
-
- oniguruma.pc: $(srcdir)/oniguruma.pc.in Makefile
-- $(do_subst) < $(<) > $(@)
-+ $(do_subst) < $(srcdir)/oniguruma.pc.in > $(@)
-
- dll:
- $(CXX) -shared -Wl,--output-def,libonig.def -o libonig.dll *.o \