The NetBSD Project

CVS log for pkgsrc/cross/avr-libc/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / cross / avr-libc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.64 / (download) - annotate - [select for diffs], Tue Jan 3 12:04:43 2023 UTC (8 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

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.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Oct 4 09:30:59 2022 UTC (11 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

avr-libc: fix PLIST with latest doxygen and depend on it

Bump PKGREVISION

Revision 1.62 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:14 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

*: recursive bump for perl 5.36

Revision 1.61 / (download) - annotate - [select for diffs], Wed May 11 12:19:47 2022 UTC (16 months, 1 week ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.60: +2 -3 lines
Diff to previous 1.60 (colored)

cross/avr-libc: Update to 2.1.0

*** Changes in avr-libc-2.1.0:

* Improvements and additions:

  - Patch #9187 improved the library coverage for the AVR_TINY
    architecture (ATtiny10 and relatives).  In particular, many
    of the functions from <string.h> are now available there.

  - Patch #8729 adds ISR_NOICF and ISR_FLATTEN to <avr/interrupt.h>

* Bugs fixed:

  [#36933] Documentation no longer correctly describes how to declare
  [#41689] add static_assert to assert.h
  [#48898] power_usart3_* functions no more defined in power.h
  [#49020] dtostre() flags documentation error
  [#49447] Example code for uart_putchar() has error in recursive call
           strings for storage in program memory
  [#50439] avr/iom32u4.h does not define PRTIM4
  [#51755] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3]
  [no-id] util/eu_dst.h: fix reversed DST decision logic for March and October
  [no-id] util/delay.h.in: add missing return

* Contributed Patches:

  [no-id] Define weak symbols for known memory region sizes based on device.
          header definitions, starting with fuse region.
  [#8961] Update test script for new simulavr and library layout
  [#8964] Update tests isinf-01.c, signbit-01.c and modf-np.c
  [#9163] New eeprom write block function for xmega using eeprom page write
  [#8729] [avr/interrupt.h] Add ISR_NOICF, ISR_FLATTEN. Fix namespace of identifiers.
  [#8536] Fix a typo within <stdio.h>
  [#8649] small documentation fixes in
  [#9187] [AVR_TINY]: Support 16-bit xtoa functons and more string functions.
  [#9400] Add avrxmega3 multilibs
  [#9659] Update eeprom_is_ready for avrxmega3 devices
  [#9553] Fix some issues in libc/
  [#9864] Use proper float function names and prototypes

Revision 1.60 / (download) - annotate - [select for diffs], Wed Jan 19 03:50:32 2022 UTC (20 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 (colored)

Remove the global BUILD_DEPENDS on tex-alphalph as it's option-specific and
so should go with all the other related BUILD_DEPENDS in options.mk.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Dec 31 06:18:03 2021 UTC (20 months, 3 weeks ago) by mef
Branch: MAIN
Changes since 1.58: +3 -1 lines
Diff to previous 1.58 (colored)

(cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty)

Revision 1.58 / (download) - annotate - [select for diffs], Wed Sep 8 12:20:35 2021 UTC (2 years ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.57: +11 -16 lines
Diff to previous 1.57 (colored)

cross/avr-libc: Update to 2.0.0nb6

Update for new avr-gcc.
MESSAGE moved to INSTALL.pkgsrc.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Aug 29 20:13:41 2021 UTC (2 years ago) by mef
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

(cross/avr-libc) Drop maintainer ship, please anybody commit, thanks

Revision 1.56 / (download) - annotate - [select for diffs], Mon May 24 19:49:25 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

*: recursive bump for perl 5.34

Revision 1.55 / (download) - annotate - [select for diffs], Tue Oct 6 02:06:05 2020 UTC (2 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored)

(cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++

Revision 1.54 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:52 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.53 / (download) - annotate - [select for diffs], Mon May 11 12:57:56 2020 UTC (3 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

(cross/avr-libc) Fix build: Add missing +BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]*

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:15 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Sep 26 14:33:52 2019 UTC (3 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.50: +5 -1 lines
Diff to previous 1.50 (colored)

Add BUILD_DEPENDS+= tex stuff, but still has problem

Revision 1.50 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:17 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.49 / (download) - annotate - [select for diffs], Sat Jun 8 10:53:26 2019 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

cross/*: let pkglint autofix indentation and variable alignment

pkglint -Wall -F -r cross

xtensa-esp32-elf-gcc has been manually edited afterwards because when
realigning variable assignments, pkglint only allows one long outlier
line. This package has two long SITES.* lines, therefore pkglint wanted
to indent the variable values much further to the right. This needs to be
fixed in pkglint.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:10 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Recursive bump for perl5-5.28.0

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jan 29 04:29:54 2017 UTC (6 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored)

Updated cross/avr-libc 1.8.1 to 2.0.0
-------------------------------
*** Changes in avr-libc-2.0.0:
* General:
    This is the first official release supporting AVR-GCC 5 (and above).

* Bugs fixed:

  [#33698] Explicit use of RJMP/RCALL can cause "relocation truncated to fit:
           R_AVR_13_PCREL" linker error
  [#34719] Check for right build compiler
  [#43011] Bug in struct definition of __reg_UCSR1C and __reg_UCSR0C in iom128rfa1.h
  [#43044] memory sections require __attribute__ ((used))
  [#43828] wdt.h: Wrong inline assembler arguments
  [#44140] wdt_disable() macro clobbers prescaller bits
  [#44279] incorrect USB_TRNCOMPL_vect_num in iox64a1u.h, iox128a1u.h
  [#44515] Wrong build option '-mtiny-stack' instead of '-msp8'
  [#44574] Place device-specific libraries in their multilib directory
  [#44869] trunk doesn't work with gcc 5.1.0-RC-20150412
  [#44977] Incorrect PORT_t and CRC_t definitions for ATxmega64A1U and 128A1U
  [#45539] iom32u4.h defines reserved IO address (TIMSK2 (0x70), TIMSK5 (0x73) etc)
  [#45551] Power-save mode not supported for ATtiny167
  [#36303] Wrong hour for EU Summertime
  [#44514] Wrong build option '-mtiny-stack' instead of '-msp8'
  [no-id] TC_EVACT_FRQ_gc was misspelled as TC_EVACT_FRW_gc in some Xmega
          header files
  [no-id] LOCKBITS renamed to LOCK_BITS in Xmega header files as LOCKBITS
          clashes with definition in lock.h. Added missed defines to ADC_CH_MUXPOS_enum.
          Corrected pinmux values in ADC_CH_MUXNEG_enum.
  [no-id] Fix typos and incorrect definitions in header files.

* New devices supported:

  - ATA6616C, ATtiny441, ATtiny841, ATA6612C, ATA6617C, ATA664251, ATmega48PB,
    ATmega88PB, ATA5702M322, ATA5782, ATA5790N, ATA5831, ATA6613C, ATA6614Q,
    ATmega64HVE2, ATxmega8E5, ATxmega32C3, ATxmega32D3, ATxmega32E5

* Contributed Patches:

  [no-id] save & restore rampd register in xmega wdt_enable and wdt_disable
  [#8543] Fix multiple issues with device header files
  [#8557] Proposing to remove device specific xmega macros from sleep.h
  [#8563] Generalize power reduction macros in power.h by removing hard coded device names
  [#8564] Add dwarf debug info alternative, build printf with debug info
  [#8565] Compute and include device header file name from
          __AVR_DEV_LIB_NAME__ as fallback in io.h.
  [#8587] Move device specific functions to libdev.a
  [#8590] WDT enable/disable for devices with CCP
  [#8610] Remove eeprom function name mangling
  [#8716] Enable setjmp/longjmp functions for AVR_TINY architecture
  [#8718] Enable EEPROM memory map only for devices with EEPROM Data Memory
          Mapping Enable bit (EEMAPEN)
  [#8731] Header file for atmega644a
  [#8728] Use __extension__ with long long
  [#8556] Fix atexit.c
  [#8810] Fix LFUSE_DEFAULT for tiny24a/44a
  [#8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address
          is more than one byte

* Other changes:

  Overhaul of doxygen documentation.

(pkgsrc-changes)
- Add comment lines to patch, picked from (old) cvs log

Revision 1.46 / (download) - annotate - [select for diffs], Thu Nov 24 14:11:31 2016 UTC (6 years, 9 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored)

Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)

Revision 1.45 / (download) - annotate - [select for diffs], Thu Nov 24 13:43:35 2016 UTC (6 years, 9 months ago) by mef
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Nov 15 20:30:01 2016 UTC (6 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.43: +2 -48 lines
Diff to previous 1.43 (colored)

Make documentation optional.

Significantly reduces build time and dependencies.  doc option is
enabled by default so there's no change without explicit
configuration.

From i3enedek on Freenode.

Splitting this into a separate doc package is left as an exercise for
the reader.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jul 9 06:37:58 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jun 19 16:49:46 2016 UTC (7 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.41: +19 -5 lines
Diff to previous 1.41 (colored)

Fix dependencies. Ultimately ignore the errors from latex though, since
undefined references remain.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jun 19 16:16:57 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.40: +6 -1 lines
Diff to previous 1.40 (colored)

Add some missing dependencies. Many more are missing.

To find out which, remove \batchmode from refman.tex and fix the errors
as they occur.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:35 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Feb 25 15:46:52 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored)

PLIST update along with doxygen update 1.8.8 to 1.8.9.1nb1.
Thanks joerg, for updating doxygen 1.8.9.1 to nb1, which gets this
package built successfull. PKGREVISION++

Revision 1.38 / (download) - annotate - [select for diffs], Wed Feb 18 21:47:40 2015 UTC (8 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.37: +4 -1 lines
Diff to previous 1.37 (colored)

Add some more tex dependencies needed with recent doxygen.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 10 06:31:45 2014 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Update PLIST with doxygen-1.8.8. Doxygen dependency also updated, thanks joerg@.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Oct 28 00:26:56 2014 UTC (8 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.35: +4 -7 lines
Diff to previous 1.35 (colored)

patch provided by Sevan Janiyan by PR pkg/49316
(pkgsrc)
  - Instead of
    "very evil hack to override CC, doing it via CONFIGURE_ENV doesn't work",
    use CONFIGURE_ARGS

(upstream)
  - Update 1.8.0 to 1.8.1
*** Changes in avr-libc-1.8.1:

* Bugs fixed:

  [#31267] misleading header iom128rfa1.h
  [#35197] sleep.h _BV defined as __BV in AT90S8515 section
  [#35226] Online-documentation broken - [...]
  [#35398] assert doesn't work unless stdlib.h is also included
  [#35498] misspelled in <util/setbaud.h>
  [#35539] stdlib.h does not provide EXIT_SUCCESS et al.
  [#35948] iom32u4.h for ATmega32U4 incorrectly defines Timer 2
  [#35971] attiny4313 (2313a) pin-change interrupts PCINT[0...2] vect etc
  [#36053] Declaration of the register USIBR missing for ATtiny2313a/4313
  [#36410] avr/boot.h: poisoned SPMCR for ATmega128
  [#36454] string.h: Error for long long in C90
  [#36581] avr-libc: pgmspace.h is not ANSI compliant
  [#37103] ATtiny5/9/10/20/40 watchdog can't be enabled
  [#37778] _MemoryBarrier() in cpufunc.h error on compile
  [#38135] Install a dummy stdfix-avrlibc.h
  [#38516] Missing TWI and UCSR1D definitions for ATmega16/32 U4
  [#39049] Clock prescaler set and get are missing for TINY architecture
  [#39783] CRC missing definitions and incorrect power macros for xmega D3
  [#40003] Integer type promotion leads to inefficent code in wdt.h
  [#40206] incorrect SP init in startup code for xmegas
  [#40567] Invalid names in iotn13a.h (EEPE/EEMPE/BODS/BODSE)
  [#40569] sleep_bod_disable does not work in attiny13a
  [#40595] iotn2313a.h: wrong fuses definitions for High Fuse Byte
  [#41006] iom328p.h: wrong fuse defaults
  [#41519] wrong SPM_PAGESIZE definition in iotn[48]8.h
  [#42024] build break regarding avrtiny10
  [#42084] wrong LFUSE_DEFAULT in iotn84a.h
  [#42085] HFUSE_DEFAULT not defined for iotn84.h
  [#39779] PCIE0 and PCIE1 defined incorrectly for mega165a and mega165pa devices
  [#38614] dtostrf - wrong behavior or wrong documentation
  [#42957] missing SPMCSR defines in iom328p.h#
  [#41690] Bit definitions for SPMCSR
  [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
  [no-id]  Specialize clock_prescale_set/get for mega hvb devices
  [no-id]  Update register and bit definitions for tiny 13a/24a/44a/84a,
           tiny167 and mega328p

* New devices supported:

  - ATmega256RFR2, ATmega2564RFR2, ATmega128RFR2, ATmega1284RFR2,
    ATmega64RFR2, ATmega644RFR2, AT90pwm161, ATA5272, ATA5505, ATA5790,
    ATA5795, ATA6285, ATA6286, ATmega1284, ATmega128A, ATmega164PA,
    ATmega165PA, ATmega168PA, ATmega3250PA, ATmega325PA, ATmega3290PA,
    ATmega32A, ATmega48PA, ATmega64A, ATmega8A, ATtiny1634, ATtiny828,
    ATxmega128A3U, ATxmega128A4U, ATxmega128B1, ATxmega128B3, ATxmega128C3,
    ATxmega128D4, ATxmega16A4U, ATxmega16C4, ATxmega192A3U, ATxmega192C3,
    ATxmega256A3BU, ATxmega256A3U, ATxmega256C3, ATxmega32A4U, ATxmega32C4,
    ATxmega384C3, ATxmega384D3, ATxmega64A3U, ATxmega64A4U, ATxmega64B1,
    ATxmega64B3, ATxmega64C3, ATxmega64D4

* Contributed Patches:

  [#3729] Printf for integers speed up
  [#7212] Add pgm_read_ptr() macros to pgmspace.h
  [#7220] Add UBRR overload functionality to <util/setbaud.h>
  [#7260] Addition to power.h
  [#7485] CRC8-CCITT
  [#7654] include/delay.h: delay_us >255us without decreasing resolution
  [#7826] Add ATMega32u4 support to the led-blinking demo
  [#7909] Adding __volatile__ to __asm__ within pgmspace header
  [#7910] Add missing PCINT2_vect to iotn40.h and update all the
          following vector numbers
  [no-id] correction in xmega wdt_enable and wdt_disable added for xmega
  [#8499] Device ata6289 should be of avr4 architecture
  [no-id] Add RAMSTART, fix RAMSIZE, RAMEND and FLASHEND in device headers
  [#8512] Rename tiny arch to avrtiny to sync with binutils

* Other changes:

  - New macro _PROTECTED_WRITE(): write to Xmega IO registers that are
    protected through the CCP mechanism

  - Add support for scanf() conversion macros for 8-bit data types to
    <inttypes.h>: SCNd8, SCNdLEAST8, SCNdFAST8, SCNi8, SCNiLEAST8,
    SCNiFAST8, SCNo8, SCNoLEAST8, SCNoFAST8, SCNu8, SCNuLEAST8,
    SCNuFAST8, SCNx8, SCNxLEAST8, SCNxFAST8

  - Add time.h package, C standard functions such as mktime() and localtime,
    along with 'ephemera' such as solar declination, time of sun rise and set.

  - Introduce new configure option --with-debug-info=INFO, where INFO
    can be either stabs, dwarf-2, or dwarf-4.  By default, no debug
    information will be generated.

  - Add IO register debug symbols to crt*.o, so debuggers can see the
    per-device defined IO registers (and __eeprom).

  - A number of changes have been applied to make avr-libc more C++
    aware.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 22 11:50:30 2014 UTC (9 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.34: +7 -10 lines
Diff to previous 1.34 (colored)

Simplify. Sync PLIST with reality. Bump revision.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 29 04:31:12 2014 UTC (9 years ago) by mef
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

(1) Update PLIST in accordance with avr-gcc update 4.5.3 to 4.8.3
(2) PKGREVISION++  (you need to re-package)
(3) Add MESSAGE to notify man package location

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 29 23:35:24 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 28 12:14:27 2014 UTC (9 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Dance the doxygen!

Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 14 13:28:49 2014 UTC (9 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

Remove the right files. Bump revision.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jan 5 20:20:48 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++

Revision 1.29 / (download) - annotate - [select for diffs], Sun Nov 10 20:28:14 2013 UTC (9 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored)

Help latex to find the images.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 7 03:18:03 2013 UTC (10 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.27: +30 -21 lines
Diff to previous 1.27 (colored)

Bump avr-libc from 1.6.7 to 1.8.0
(pkgsrc)
Makefile
  mef now takes maintainership (ok by wennmach@)
patches/patch-doc_Makefile.in (added)
  Adding PATH at installation time for OBJCOPY = avr-objcopy etc.
  See comment on SUBST part in Makefile.

(upstream from NEWS file)
*** Changes in avr-libc-1.8.0:

* Bugs fixed:
  [#17815] Configure does not honor --mandir option
  [#23234] Alternate interrupt macro
  [#24861] Interrupt documentation contains extra include
  [#32103] Support for Target-Triplets
  [#32419] Incorrect EEPROM size in header for ATxmega192A3
  [#32650] Missing include in util/delay.h
  [#32675] power_all_enable/disable does not affect timer1 on ATmega164P
  [#32698] power.h has additional endif that will break the build
  [#32773] stdiodemo source code is broken
  [#32988] Internal compiler error: build_unary_op
  [#33130] twitest.c source code is broken
  [#33230] Sleep modes have incorrect names for ATtiny261/461/861
  [#33238] Wrong _VECTORS_SIZE for mega8U2 et al
  [#33858] in avr/power.h, clock_prescale_set() not defined for mega328
  [#33920] ICR1 incorrectly defined for tiny167
  [#34047] missing math.h include in delay.h
  [#34514] misspelled in math.h
  [#35020] stdint.h: signed types need explicit "signed"
  [#35093] strlcat_P fails for some destinations
  [no-id]  New names for CLKSTA/CLKSEL0/1 for AT90USB82/162
  system when power_all_disable() is used
  [no-id]  util/delay.h would not compile with -ffreestanding

* New devices supported:

* Contributed Patches:
  [#7531] Bad name of bit in TCCR0A : WGM0 instead of CTC0 for ATtinyX61
  [#7362] iom16a.h: USART vectors inconsistently named for ATmega16A
  [#7226] ATMEGA8U2 Patches

* Other changes:
  - The old prog_* typedefs are now deprecated, and are only included
  if requested by the user.  This request is expressed by declaring
  the macro __PROG_TYPES_COMPAT__, either by a #define directive
  before including <avr/pgmspace.h>, or by a -D compiler option.

  - Optimized strlen_P, thanks to Jan Waclawek. Rename strlen_P to be
  __strlen_P and add new strlen_P inline function in header file that
  checks if value is a constant and known at compile time. If not,
  then the new inline function calls __strlen_P as normal.

-----------------------------------------------
*** Changes in avr-libc-1.7.1:
* Bugs fixed:   (7 line)

* New devices supported:

  ATTiny84a
  ATMega16HVB RevB
  ATMega32HVB RevB

*** Changes in avr-libc-1.7.0:

* Bugs fixed: ( 138 line)

* Other changes:

  - Added 'avr35' architecture.
  - Function vfscanf() is rewriten.
  - EEPROM functions are rewriten.
  - Added support for XMEGA architectures.
  - The Postscript documentation build has been removed in favour of
    building only the PDF (and HTML and man page) versions.
  - A sleeping BOD API was added to <avr/sleep.h>.
  - The note about signbit() implementation is removed from documenatation.
  - Signature API added in <avr/signature.h>.
  - All functions are now placed in the .text.avr-libc section, and the
    floating point functions are placed in the .text.avr-libc.fplib section.
  - The port/pin assignments of the HD44780 LCD controller in the
    stdiodemo example can now be distributed across more than a single
    AVR port.
  - Added support for avrtiny10 architecture, to support the ATtiny10 Family.
  - Added new headerfile: <avr/cpufunc.h>; currently contains _NOP() and
    _MemoryBarrier().
  - The twidemo can now optionally address 24C32 and larger EEPROMs
    that require 16-bit word addressing.
  - Add a "memory barrier" to the cli() and sei() macros.

* New devices supported: (76)

* Optimized functions:   (13)

* New functions:	 (30)

Revision 1.27 / (download) - annotate - [select for diffs], Fri May 31 12:39:46 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 24 03:59:26 2012 UTC (10 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Not MAKE_JOBS_SAFE, as it turns out.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:11 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 3 00:10:29 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
Changes since 1.23: +1 -3 lines
Diff to previous 1.23 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 30 08:00:17 2012 UTC (11 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

requires doxygen-1.8.2

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 29 12:50:07 2012 UTC (11 years ago) by dsainty
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Just for completeness, bump the doxygen dependency to the latest to
guarantee the correct doxygen dependencies are present.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 29 09:51:29 2012 UTC (11 years ago) by drochner
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

make the shell pattern to exclude unwanted manpages work
update PLIST for current doxygen
bump PKGREV

Revision 1.20 / (download) - annotate - [select for diffs], Sat Aug 18 15:13:51 2012 UTC (11 years, 1 month ago) by dsainty
Branch: MAIN
Changes since 1.19: +7 -3 lines
Diff to previous 1.19 (colored)

Fix PLIST for changes in doxygen output.  Bump doxygen dependency.

Doxygen produces man pages for the build directories too, which we really
don't want to install, so patch them out.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 18 14:46:26 2012 UTC (11 years, 1 month ago) by dsainty
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

The contents of avr-libc are licensed with a Modified BSD License.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 5 15:50:22 2010 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

fix PLIST for new doxygen, depend on latest version, bump PKGREVISION

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 5 00:49:07 2010 UTC (13 years, 5 months ago) by jakllsch
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump doxygen requirement for previous.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 5 00:36:41 2010 UTC (13 years, 5 months ago) by jakllsch
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Fix avr-libc build/PLIST breakage due to doxygen update, bump package revision.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 27 15:32:15 2009 UTC (14 years ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.14: +18 -36 lines
Diff to previous 1.14 (colored)

Update to 1.6.7. Upstream changelog is obviously too massive to paste it
here. All hard update work done by Simon 'corecode' Schubert and minor
modifications (DESTDIR etc) by me.

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 28 20:59:54 2009 UTC (14 years, 3 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

update master site. remove non-working mirror.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 13 21:35:40 2006 UTC (16 years, 9 months ago) by wennmach
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump PKGREVISION for previous commit

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 13 21:23:45 2006 UTC (16 years, 9 months ago) by wennmach
Branch: MAIN
Changes since 1.11: +16 -11 lines
Diff to previous 1.11 (colored)


- Fix build on DragonFly
- Fix building documentation (PDF files)

From Joerg Sonnenberger in private e-mail with some minor
modifications by myself. Thanks, Joerg!

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 30 07:02:51 2006 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Don't use netpbm-*, use netpbm-[0-9]*. Similiar for a bunch of
other dependencies. Bump revision.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 26 09:45:55 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Somewhere between 1.4.5 and 1.4.7, doxygen changed the structure of the
produced documentation files, which led to PLIST mismatches. Fixed the
dependency and bumped PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:30 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 24 07:31:59 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:56 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.6: +6 -7 lines
Diff to previous 1.6 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 15 08:45:54 2005 UTC (18 years, 1 month ago) by wennmach
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.5: +12 -6 lines
Diff to previous 1.5 (colored)

Upgrade avr-libc to version 1.2.5.

avr-libc-1.2.5 is the 5th bugfix release after 1.2.
The following list shortly summarizes the changes in version 1.2.0 compared
to version 1.0.5 of AVR Libc, which was the latest release from the 1.0
release line by the time 1.2.0 was released.

    * Removal of all items marked as deprecated in the past, namely:
          o all header files from the base include directory, as they have
            been moved to the avr/ subdirectory long time ago (e.g. <io.h>
            is now <avr/io.h>),
          o deprecated macros and functions (sbi, cbi, inb, outb, inp, outp,
            inw, outw, BV, PRG_RDB, eeprom_rb, eeprom_rw, eeprom_wb)
          o <avr/timer.h> removed completely, as it was bogus and not really
            useful at all
    * <avr/ina90.h> and <avr/twi.h> have been moved to the new <compat/...>
      include subdirectory,
    * The following new devices are supported:
          o ATmega165
          o ATmega325
          o ATmega3250
          o ATmega645
          o ATmega6450
          o ATmega48
          o ATmega88
          o ATmega168
          o ATtiny13
          o ATtiny2313
          o AT90CAN128
    * realloc() is now implemented,
    * the boot API has been changed in a way that is incompatible with the
      1.0 API,
    * the delay API has two new functions added to allow the specification of
      delays directly in microseconds, or milliseconds,
    * documentation changes: a newer version of Doxygen is used; Unix-style
      manual pages are now generated as part of the documentation; a helper
      script named avr-man can be used to display these manual pages,
    * a single unified Copyright now applies to all files in AVR Libc.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:52 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 30 18:03:16 2004 UTC (18 years, 8 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

Update avr-libc to 1.0.4 using patches provided by Ola Eriksson in
PR pkg/28570.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:35 2004 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 22 18:09:13 2003 UTC (20 years, 2 months ago) by wennmach
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Harmonize COMMENTs for avr packages.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 17 18:50:22 2003 UTC (20 years, 2 months ago) by wennmach
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

avr-libc -- a C and math library for the Atmel AVR controller family.

Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139,
with several changes by myself. Original package from FreeBSD.


Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 17 18:50:22 2003 UTC (20 years, 2 months ago) by wennmach
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>