Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 07:36:26 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440990 - in head/databases/leofs: . files
Message-ID:  <201705160736.v4G7aQpK086037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Tue May 16 07:36:25 2017
New Revision: 440990
URL: https://svnweb.freebsd.org/changeset/ports/440990

Log:
  need use gmake to build

Added:
  head/databases/leofs/files/patch-deps-bcrypt-rebar.config   (contents, props changed)
Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Tue May 16 06:40:15 2017	(r440989)
+++ head/databases/leofs/Makefile	Tue May 16 07:36:25 2017	(r440990)
@@ -56,7 +56,7 @@ SUB_LIST+=	LEOFS_USER=${LEOFS_USER} \
 
 SUB_FILES+=	${LEOFS_SBIN_FILES:S/^/sbin-/}
 
-USES=		dos2unix pkgconfig ssl
+USES=		dos2unix gmake pkgconfig ssl
 USE_RC_SUBR=	${PORTNAME}
 
 DOS2UNIX_FILES=	apps/leo_*/snmp/snmpa_*/leo_*_snmp.config

Added: head/databases/leofs/files/patch-deps-bcrypt-rebar.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/leofs/files/patch-deps-bcrypt-rebar.config	Tue May 16 07:36:25 2017	(r440990)
@@ -0,0 +1,13 @@
+--- deps/bcrypt/rebar.config.orig	2017-05-16 10:06:50.323294000 +0300
++++ deps/bcrypt/rebar.config	2017-05-16 10:14:15.468298000 +0300
+@@ -16,8 +16,8 @@
+ %% These post_hooks are for rebar2. rebar.config.script removes them if
+ %% rebar3 is detected
+ {post_hooks,
+- [{clean, "make -C c_src clean"},
+-  {compile, "make -C c_src"}]}.
++ [{clean, "gmake -C c_src clean"},
++  {compile, "gmake -C c_src"}]}.
+ 
+ %% plugins and provider_hooks are for rebar3. rebar.config.script removes them
+ %% if rebar2 is detected



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705160736.v4G7aQpK086037>