pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groonga Use gmake unconditionally.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be837052afc2
branches:  trunk
changeset: 643147:be837052afc2
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 12 01:13:40 2014 +0000

description:
Use gmake unconditionally.

diffstat:

 textproc/groonga/Makefile                                       |   4 +-
 textproc/groonga/distinfo                                       |   3 +-
 textproc/groonga/options.mk                                     |   3 +-
 textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in |  13 ----------
 4 files changed, 4 insertions(+), 19 deletions(-)

diffs (64 lines):

diff -r f4b23c34c72f -r be837052afc2 textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Fri Dec 12 00:28:10 2014 +0000
+++ b/textproc/groonga/Makefile Fri Dec 12 01:13:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2014/12/03 08:47:11 obache Exp $
+# $NetBSD: Makefile,v 1.49 2014/12/12 01:13:40 obache Exp $
 #
 
 DISTNAME=      groonga-4.0.8
@@ -17,7 +17,7 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 # for long file name
 EXTRACT_USING= bsdtar
 
diff -r f4b23c34c72f -r be837052afc2 textproc/groonga/distinfo
--- a/textproc/groonga/distinfo Fri Dec 12 00:28:10 2014 +0000
+++ b/textproc/groonga/distinfo Fri Dec 12 01:13:40 2014 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.34 2014/12/11 22:16:00 joerg Exp $
+$NetBSD: distinfo,v 1.35 2014/12/12 01:13:40 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 -r f4b23c34c72f -r be837052afc2 textproc/groonga/options.mk
--- a/textproc/groonga/options.mk       Fri Dec 12 00:28:10 2014 +0000
+++ b/textproc/groonga/options.mk       Fri Dec 12 01:13:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2014/12/03 08:47:11 obache Exp $
+# $NetBSD: options.mk,v 1.16 2014/12/12 01:13:40 obache Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.groonga
@@ -21,7 +21,6 @@
 
 .if !empty(PKG_OPTIONS:Mtests)
 CONFIGURE_ARGS+=       --with-cutter
-USE_TOOLS+=            gmake
 TEST_TARGET=           check
 BUILDLINK_API_DEPENDS.cutter+=         cutter>=1.1.6
 .include "../../devel/cutter/buildlink3.mk"
diff -r f4b23c34c72f -r be837052afc2 textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in
--- a/textproc/groonga/patches/patch-vendor_onigmo-source_Makefile.in   Fri Dec 12 00:28:10 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$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