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:   dsainty
Date:           Wed Jan 19 03:47:41 UTC 2022

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

Log Message:
Synchronise some missing dependencies that devel/doxygen/options.mk
knows about but are disabled by default, and are required to build
this package.

No PKGREVISION bump - if these build dependencies weren't there by chance
then avr-libc fails to build, so no effect on existing installations.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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/options.mk
diff -u pkgsrc/cross/avr-libc/options.mk:1.7 pkgsrc/cross/avr-libc/options.mk:1.8
--- pkgsrc/cross/avr-libc/options.mk:1.7        Wed Sep  8 12:20:35 2021
+++ pkgsrc/cross/avr-libc/options.mk    Wed Jan 19 03:47:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2021/09/08 12:20:35 micha Exp $
+# $NetBSD: options.mk,v 1.8 2022/01/19 03:47:41 dsainty Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.avr-libc
 PKG_SUPPORTED_OPTIONS+=                doc
@@ -15,6 +15,7 @@ BUILD_DEPENDS+=               tex-wasysym-[0-9]*:../.
 BUILD_DEPENDS+=                netpbm-[0-9]*:../../graphics/netpbm
 BUILD_DEPENDS+=                tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
 BUILD_DEPENDS+=                tex-adjustbox-[0-9]*:../../print/tex-adjustbox
+BUILD_DEPENDS+=                tex-alphalph-[0-9]*:../../print/tex-alphalph
 BUILD_DEPENDS+=                tex-caption-[0-9]*:../../print/tex-caption
 BUILD_DEPENDS+=                tex-collectbox-[0-9]*:../../print/tex-collectbox
 BUILD_DEPENDS+=                tex-colortbl-[0-9]*:../../print/tex-colortbl



Home | Main Index | Thread Index | Old Index