pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groonga Fix gmakeism.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc7421811252
branches:  trunk
changeset: 643142:cc7421811252
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 11 22:16:00 2014 +0000

description:
Fix gmakeism.

diffstat:

 textproc/groonga/distinfo                                       |   3 +-
 textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in |  13 ++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 7165be18b54e -r cc7421811252 textproc/groonga/distinfo
--- a/textproc/groonga/distinfo Thu Dec 11 22:15:30 2014 +0000
+++ b/textproc/groonga/distinfo Thu Dec 11 22:16:00 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.33 2014/12/03 08:47:11 obache Exp $
+$NetBSD: distinfo,v 1.34 2014/12/11 22:16:00 joerg 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 -r 7165be18b54e -r cc7421811252 textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in   Thu Dec 11 22:16:00 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-vendor_onigmo-source_Makefile.in,v 1.1 2014/12/11 22:16:00 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 \



Home | Main Index | Thread Index | Old Index