Sat Apr 4 03:22:02 2020 UTC ()
(cross/avr-libc) Fix _VECTOR.3 issue on PLIST and options.mk


(mef)
diff -r1.24 -r1.25 pkgsrc/cross/avr-libc/PLIST
diff -r1.5 -r1.6 pkgsrc/cross/avr-libc/options.mk

cvs diff -r1.24 -r1.25 pkgsrc/cross/avr-libc/PLIST (expand / switch to unified diff)

--- pkgsrc/cross/avr-libc/PLIST 2017/01/29 04:29:54 1.24
+++ pkgsrc/cross/avr-libc/PLIST 2020/04/04 03:22:02 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.24 2017/01/29 04:29:54 mef Exp $ 1@comment $NetBSD: PLIST,v 1.25 2020/04/04 03:22:02 mef Exp $
2avr/include/alloca.h 2avr/include/alloca.h
3avr/include/assert.h 3avr/include/assert.h
4avr/include/avr/boot.h 4avr/include/avr/boot.h
5avr/include/avr/builtins.h 5avr/include/avr/builtins.h
6avr/include/avr/common.h 6avr/include/avr/common.h
7avr/include/avr/cpufunc.h 7avr/include/avr/cpufunc.h
8avr/include/avr/crc16.h 8avr/include/avr/crc16.h
9avr/include/avr/delay.h 9avr/include/avr/delay.h
10avr/include/avr/eeprom.h 10avr/include/avr/eeprom.h
11avr/include/avr/fuse.h 11avr/include/avr/fuse.h
12avr/include/avr/interrupt.h 12avr/include/avr/interrupt.h
13avr/include/avr/io.h 13avr/include/avr/io.h
14avr/include/avr/io1200.h 14avr/include/avr/io1200.h
@@ -1189,26 +1189,27 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/ @@ -1189,26 +1189,27 @@ ${PLIST.doc}share/doc/avr-libc/man/man3/
1189${PLIST.doc}share/doc/avr-libc/man/man3/_BV.3 1189${PLIST.doc}share/doc/avr-libc/man/man3/_BV.3
1190${PLIST.doc}share/doc/avr-libc/man/man3/_EEGET.3 1190${PLIST.doc}share/doc/avr-libc/man/man3/_EEGET.3
1191${PLIST.doc}share/doc/avr-libc/man/man3/_EEPUT.3 1191${PLIST.doc}share/doc/avr-libc/man/man3/_EEPUT.3
1192${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_EOF.3 1192${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_EOF.3
1193${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_ERR.3 1193${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_ERR.3
1194${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_READ.3 1194${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_READ.3
1195${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_RW.3 1195${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_RW.3
1196${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_WRITE.3 1196${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_WRITE.3
1197${PLIST.doc}share/doc/avr-libc/man/man3/_FFS.3 1197${PLIST.doc}share/doc/avr-libc/man/man3/_FFS.3
1198${PLIST.doc}share/doc/avr-libc/man/man3/_MONTHS_.3 1198${PLIST.doc}share/doc/avr-libc/man/man3/_MONTHS_.3
1199${PLIST.doc}share/doc/avr-libc/man/man3/_MemoryBarrier.3 1199${PLIST.doc}share/doc/avr-libc/man/man3/_MemoryBarrier.3
1200${PLIST.doc}share/doc/avr-libc/man/man3/_NOP.3 1200${PLIST.doc}share/doc/avr-libc/man/man3/_NOP.3
1201${PLIST.doc}share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3 1201${PLIST.doc}share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3
 1202${PLIST.doc}share/doc/avr-libc/man/man3/_VECTOR.3
1202${PLIST.doc}share/doc/avr-libc/man/man3/_WEEK_DAYS_.3 1203${PLIST.doc}share/doc/avr-libc/man/man3/_WEEK_DAYS_.3
1203${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3 1204${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3
1204${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3 1205${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3
1205${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MAJOR__.3 1206${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MAJOR__.3
1206${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MINOR__.3 1207${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MINOR__.3
1207${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_REVISION__.3 1208${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_REVISION__.3
1208${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION_STRING__.3 1209${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION_STRING__.3
1209${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION__.3 1210${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION__.3
1210${PLIST.doc}share/doc/avr-libc/man/man3/__EEGET.3 1211${PLIST.doc}share/doc/avr-libc/man/man3/__EEGET.3
1211${PLIST.doc}share/doc/avr-libc/man/man3/__EEPUT.3 1212${PLIST.doc}share/doc/avr-libc/man/man3/__EEPUT.3
1212${PLIST.doc}share/doc/avr-libc/man/man3/__INTR_ATTRS.3 1213${PLIST.doc}share/doc/avr-libc/man/man3/__INTR_ATTRS.3
1213${PLIST.doc}share/doc/avr-libc/man/man3/__attribute__.3 1214${PLIST.doc}share/doc/avr-libc/man/man3/__attribute__.3
1214${PLIST.doc}share/doc/avr-libc/man/man3/__compar_fn_t.3 1215${PLIST.doc}share/doc/avr-libc/man/man3/__compar_fn_t.3

cvs diff -r1.5 -r1.6 pkgsrc/cross/avr-libc/options.mk (expand / switch to unified diff)

--- pkgsrc/cross/avr-libc/options.mk 2020/03/31 12:59:27 1.5
+++ pkgsrc/cross/avr-libc/options.mk 2020/04/04 03:22:02 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.5 2020/03/31 12:59:27 mef Exp $ 1# $NetBSD: options.mk,v 1.6 2020/04/04 03:22:02 mef Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc 3PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc
4PKG_SUPPORTED_OPTIONS+= doc 4PKG_SUPPORTED_OPTIONS+= doc
5PKG_SUGGESTED_OPTIONS+= doc 5PKG_SUGGESTED_OPTIONS+= doc
6PLIST_VARS+= doc 6PLIST_VARS+= doc
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mdoc) 10.if !empty(PKG_OPTIONS:Mdoc)
11CONFIGURE_ARGS+= --enable-doc 11CONFIGURE_ARGS+= --enable-doc
12BUILD_DEPENDS+= doxygen>=1.8.9.1.nb1:../../devel/doxygen 12BUILD_DEPENDS+= doxygen>=1.8.9.1.nb1:../../devel/doxygen
13BUILD_DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss 13BUILD_DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
14BUILD_DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym 14BUILD_DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym
@@ -43,28 +43,26 @@ post-extract: @@ -43,28 +43,26 @@ post-extract:
43 ${LN} -s ../../examples/largedemo/largedemo-setup.jpg ${WRKSRC}/doc/api/latex_src 43 ${LN} -s ../../examples/largedemo/largedemo-setup.jpg ${WRKSRC}/doc/api/latex_src
44 ${LN} -s ../../examples/largedemo/largedemo-wiring.jpg ${WRKSRC}/doc/api/latex_src 44 ${LN} -s ../../examples/largedemo/largedemo-wiring.jpg ${WRKSRC}/doc/api/latex_src
45 ${LN} -s ../../examples/largedemo/largedemo-wiring2.jpg ${WRKSRC}/doc/api/latex_src 45 ${LN} -s ../../examples/largedemo/largedemo-wiring2.jpg ${WRKSRC}/doc/api/latex_src
46 ${LN} -s ../../examples/stdiodemo/stdiodemo-setup.jpg ${WRKSRC}/doc/api/latex_src 46 ${LN} -s ../../examples/stdiodemo/stdiodemo-setup.jpg ${WRKSRC}/doc/api/latex_src
47 47
48post-install: 48post-install:
49 ${INSTALL_DATA} \ 49 ${INSTALL_DATA} \
50 ${WRKSRC}/LICENSE \ 50 ${WRKSRC}/LICENSE \
51 ${WRKSRC}/AUTHORS \ 51 ${WRKSRC}/AUTHORS \
52 ${DESTDIR}${PREFIX}/share/doc/avr-libc 52 ${DESTDIR}${PREFIX}/share/doc/avr-libc
53 ## delete following or similar files, which includes PATH at build time. 53 ## delete following or similar files, which includes PATH at build time.
54 ##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3 54 ##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3
55 ${RM} -f ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/*${PKGVERSION_NOREV}* 55 ${RM} -f ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/*${PKGVERSION_NOREV}*
56 ${MV} ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/_VECTOR.3 \ 
57 ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/VECTOR.3 
58. for f in Makefile demo.c demo.bin demo.hex demo.pdf demo.srec 56. for f in Makefile demo.c demo.bin demo.hex demo.pdf demo.srec
59 ${INSTALL_DATA} ${WRKSRC}/doc/examples/demo/${f} \ 57 ${INSTALL_DATA} ${WRKSRC}/doc/examples/demo/${f} \
60 ${DESTDIR}${PREFIX}/share/doc/avr-libc/examples/demo 58 ${DESTDIR}${PREFIX}/share/doc/avr-libc/examples/demo
61. endfor 59. endfor
62 60
63. for f in largedemo-setup.jpg largedemo-wiring.jpg largedemo-wiring2.jpg stdiodemo-setup.jpg 61. for f in largedemo-setup.jpg largedemo-wiring.jpg largedemo-wiring2.jpg stdiodemo-setup.jpg
64 ${INSTALL_DATA} ${WRKSRC}/doc/api/latex_src/${f} \ 62 ${INSTALL_DATA} ${WRKSRC}/doc/api/latex_src/${f} \
65 ${DESTDIR}${PREFIX}/share/doc/avr-libc/avr-libc-user-manual 63 ${DESTDIR}${PREFIX}/share/doc/avr-libc/avr-libc-user-manual
66. endfor 64. endfor
67 65
68. for f in malloc-std.png malloc-x1.png releases.png malloc-x2.png 66. for f in malloc-std.png malloc-x1.png releases.png malloc-x2.png
69 ${INSTALL_DATA} ${WRKSRC}/doc/api/${f} \ 67 ${INSTALL_DATA} ${WRKSRC}/doc/api/${f} \
70 ${DESTDIR}${PREFIX}/share/doc/avr-libc/avr-libc-user-manual 68 ${DESTDIR}${PREFIX}/share/doc/avr-libc/avr-libc-user-manual