pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/avrdude
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jan 26 02:44:34 UTC 2019
Modified Files:
pkgsrc/cross/avrdude: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/cross/avrdude/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/avrdude/Makefile
diff -u pkgsrc/cross/avrdude/Makefile:1.44 pkgsrc/cross/avrdude/Makefile:1.45
--- pkgsrc/cross/avrdude/Makefile:1.44 Tue Feb 27 23:56:08 2018
+++ pkgsrc/cross/avrdude/Makefile Sat Jan 26 02:44:34 2019
@@ -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+= dvipsk-[0-9]*:../../pri
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