pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avrdude avrdude: require GNU make



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3e6dce30555
branches:  trunk
changeset: 318443:b3e6dce30555
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Jan 26 02:44:34 2019 +0000

description:
avrdude: require GNU make

With BSD make, even though there is no apparent reason, errors occur
during the build about libavrdude.a not being present.  Even if that
is forced as a target, there are -j failures.

diffstat:

 cross/avrdude/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r a5f59b8f064f -r b3e6dce30555 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Sat Jan 26 02:41:05 2019 +0000
+++ b/cross/avrdude/Makefile    Sat Jan 26 02:44:34 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2018/02/27 23:56:08 khorben Exp $
+# $NetBSD: Makefile,v 1.45 2019/01/26 02:44:34 gdt Exp $
 
 DISTNAME=              avrdude-6.3
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            cross
 MASTER_SITES=          http://download.savannah.gnu.org/releases/avrdude/
 
@@ -14,14 +14,15 @@
 BUILD_DEPENDS+=                tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
 BUILD_DEPENDS+=                tex-pdftex-[0-9]*:../../print/tex-pdftex
 
-# make: make: don't know how to make ./libavrdude.a. Stop
-MAKE_JOBS_SAFE=                no
-
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE=         yes
 TEXINFO_REQD=          4.9
-USE_TOOLS+=            autoconf automake autoreconf makeinfo texi2html yacc lex
+USE_TOOLS+=            autoconf automake autoreconf lex makeinfo texi2html yacc
+# Upstream does not documentat that GNU make is required, but BSD make
+# leads to inexplicable errors about libavrdude.
+# \todo Resolve and/or discuss with upstream.
+USE_TOOLS+=            gmake 
 USE_LIBTOOL=           yes
 INFO_FILES=            yes
 EGDIR=                 ${PREFIX}/share/examples/avrdude



Home | Main Index | Thread Index | Old Index