pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/avr-libc avr-libc: disable doc by default
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f96fe687916
branches: trunk
changeset: 391059:3f96fe687916
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 03 12:04:43 2023 +0000
description:
avr-libc: disable doc by default
The doc generation fails often and is currently broken again;
not worth the energy to fix this repeatedely, it can be found online.
diffstat:
cross/avr-libc/Makefile | 4 ++--
cross/avr-libc/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 161ee8868e3e -r 3f96fe687916 cross/avr-libc/Makefile
--- a/cross/avr-libc/Makefile Tue Jan 03 11:54:52 2023 +0000
+++ b/cross/avr-libc/Makefile Tue Jan 03 12:04:43 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2022/10/04 09:30:59 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2023/01/03 12:04:43 wiz Exp $
DISTNAME= avr-libc-2.1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2
diff -r 161ee8868e3e -r 3f96fe687916 cross/avr-libc/options.mk
--- a/cross/avr-libc/options.mk Tue Jan 03 11:54:52 2023 +0000
+++ b/cross/avr-libc/options.mk Tue Jan 03 12:04:43 2023 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2022/10/04 09:30:59 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2023/01/03 12:04:43 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc
PKG_SUPPORTED_OPTIONS+= doc
-PKG_SUGGESTED_OPTIONS+= doc
+PKG_SUGGESTED_OPTIONS+= # doc
PLIST_VARS+= doc
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index