pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/avr-libc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  3 12:04:43 UTC 2023

Modified Files:
        pkgsrc/cross/avr-libc: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/cross/avr-libc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cross/avr-libc/options.mk

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

Modified files:

Index: pkgsrc/cross/avr-libc/Makefile
diff -u pkgsrc/cross/avr-libc/Makefile:1.63 pkgsrc/cross/avr-libc/Makefile:1.64
--- pkgsrc/cross/avr-libc/Makefile:1.63 Tue Oct  4 09:30:59 2022
+++ pkgsrc/cross/avr-libc/Makefile      Tue Jan  3 12:04:43 2023
@@ -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

Index: pkgsrc/cross/avr-libc/options.mk
diff -u pkgsrc/cross/avr-libc/options.mk:1.9 pkgsrc/cross/avr-libc/options.mk:1.10
--- pkgsrc/cross/avr-libc/options.mk:1.9        Tue Oct  4 09:30:59 2022
+++ pkgsrc/cross/avr-libc/options.mk    Tue Jan  3 12:04:43 2023
@@ -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