pkgsrc-WIP-changes archive

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

boinc-git: Require gmake in order to pass checks in _autosetup.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Thu Mar 10 03:59:47 2016 +0100
Changeset:	b699f96a5d1c5307b4febdb1bb0129156ef0a8de

Modified Files:
	boinc-git/Makefile
	boinc-git/distinfo
Removed Files:
	boinc-git/patches/patch-__autosetup

Log Message:
boinc-git: Require gmake in order to pass checks in _autosetup.

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

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

diffstat:
 boinc-git/Makefile                  |  1 +
 boinc-git/distinfo                  |  1 -
 boinc-git/patches/patch-__autosetup | 15 ---------------
 3 files changed, 1 insertion(+), 16 deletions(-)

diffs:
diff --git a/boinc-git/Makefile b/boinc-git/Makefile
index 31d01cd..9952f05 100644
--- a/boinc-git/Makefile
+++ b/boinc-git/Makefile
@@ -15,6 +15,7 @@ LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=	autoconf	# for autoreconf
 USE_TOOLS+=	automake pkg-config
+USE_TOOLS+=	gmake	# seems to be required only by ${WRKSRC}/_autosetup
 
 USE_LANGUAGES=	c c++ fortran
 
diff --git a/boinc-git/distinfo b/boinc-git/distinfo
index 573b08a..8299823 100644
--- a/boinc-git/distinfo
+++ b/boinc-git/distinfo
@@ -1,6 +1,5 @@
 $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
deleted file mode 100644
index 374c202..0000000
--- a/boinc-git/patches/patch-__autosetup
+++ /dev/null
@@ -1,15 +0,0 @@
-$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