pkgsrc-WIP-changes archive

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

boinc-git: When searching for GNU make, try checking gmake.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Mar 9 22:46:48 2016 +0100
Changeset:	711d5e42e91d1bedac538e20009188a7ff03b2ce

Modified Files:
	boinc-git/distinfo
Added Files:
	boinc-git/patches/patch-__autosetup

Log Message:
boinc-git: When searching for GNU make, try checking gmake.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=711d5e42e91d1bedac538e20009188a7ff03b2ce

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

diffstat:
 boinc-git/distinfo                  |  1 +
 boinc-git/patches/patch-__autosetup | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/boinc-git/distinfo b/boinc-git/distinfo
index 8299823..573b08a 100644
--- a/boinc-git/distinfo
+++ b/boinc-git/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
+SHA1 (patch-__autosetup) = 243e245f4645f3df03eb33374253642f0a3b5bd4
 SHA1 (patch-client_scripts_boinc-client.in) = f8adeab7c51783106e8784e4712b20aa5d1fcfae
 SHA1 (patch-configure.ac) = 9173c44906200c0e0a48b7193f0acb5640ca998c
 SHA1 (patch-lib_diagnostics.cpp) = 512ec177f6dce8785ba9c4061ac74a6edd1fa3d7
diff --git a/boinc-git/patches/patch-__autosetup b/boinc-git/patches/patch-__autosetup
new file mode 100644
index 0000000..374c202
--- /dev/null
+++ b/boinc-git/patches/patch-__autosetup
@@ -0,0 +1,15 @@
+$NetBSD$
+
+When searching for GNU make, try checking gmake.
+
+--- _autosetup.orig	2016-03-09 20:44:18.000000000 +0000
++++ _autosetup
+@@ -71,7 +71,7 @@ check_version()
+   ## in case there's GNU drop-in tools available, set these
+ 
+   ## some sorry systems don't have proper GNU-make...
+-  if ! check_version make 3.79 "$MAKE"; then
++  if ! check_version make 3.79 "$MAKE" && ! check_version gmake 3.79; then
+       echo "Couldn't find a new-enough version of GNU 'make', please install one!";
+       echo "If you have a newer version, set the environment variable 'MAKE' to its path";
+       exit 1;


Home | Main Index | Thread Index | Old Index