Commit graph

647 commits

Author SHA1 Message Date
obache
68fccf11bb Use GNU_CONFIGURE_LIBDIR. 2014-01-28 11:48:34 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
reinoud
1d624abc80 Remove MASTERSITE and set maintainer to me 2014-01-20 22:10:37 +00:00
joerg
c0806599cc Apply libiberty patch here too. 2014-01-20 19:28:46 +00:00
ryoon
6cae7e9f14 Update to 20131219
Changelog:
* Improve multibyte string handling
* Improve umask, towupper/towlower, readdir, scandir, and nanosleep
2014-01-19 07:43:14 +00:00
ryoon
b985963830 Update to 20131104
* Set LICENSE

Changelog:
* Build mechanism has changed.
* Better support for 68020+
2014-01-19 07:36:18 +00:00
ryoon
22673559da Update to 2.24
Changelog:
Port m68k-atari-mint to latest binutils
2014-01-19 07:23:49 +00:00
jnemeth
1ec3c5406d sort 2014-01-17 01:50:00 +00:00
reinoud
c6102a6ca5 Forgot to commit the cross/Makefile that recorded the added bossa 2014-01-14 15:58:26 +00:00
reinoud
27d96b128d Add bossa-20140109:
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM
microcontrollers. The motivation behind BOSSA is to create a simple,
easy-to-use, open source utility to replace Atmel's SAM-BA software.
2014-01-14 15:36:59 +00:00
wiz
72bc1e2467 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:20:48 +00:00
mef
e8115ef664 Add patch for interim fix on SunOS 5.11 (bulkbuild)
binutils-2.23.2/bfd/doc/bfd.texinfo:325: unknown command `colophon'
  binutils-2.23.2/bfd/doc/bfd.texinfo:336: unknown command `cygnus'
2014-01-01 14:27:55 +00:00
wiz
5889401244 Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31 17:08:08 +00:00
mef
6dead94f79 Correct comment as SunOS 5.11 not 5.1, thanks 2013-12-31 00:56:17 +00:00
mef
eac38a6d6a Adjust install path for libiberty.a for SunOS 5.11.
It installs at amd64 directory instead of x86_64.
Notified at pkgsrc-bulk@, thanks.
2013-12-31 00:55:14 +00:00
mef
9d9efa8f2a Adjust install path for SunOS 5.1 ( it places at amd64 directory instead of xf86_64).
Should not affect other than SunOS 5.1 (64bit).
Discussed on pkgsrc-bulk@, thanks joerg@.
2013-12-31 00:48:48 +00:00
joerg
e97bc484fe Don't let the installation path of libiberty.a depend on the multi-os
settings of the system compiler.
2013-12-08 22:31:53 +00:00
joerg
08f34b5f40 Ignore some of Clang's default warnings. 2013-12-08 22:29:05 +00:00
joerg
c1430358f1 Make sure GCC's unwind.h is picked up and not a potential copy from
/usr/include.
2013-12-08 22:27:57 +00:00
mef
48b829c70c (Upstream)
- Bump version 5.11 to 6.0.1
   (See cvs log for Makefile for changes).
(pkgsrc)
 - Add patches/patch-fileio_c to avoid following problem:
  fileio.c:957:3: warning: implicit declaration of function 'elf_getshdrstrndx'
2013-12-06 07:27:15 +00:00
mef
1999a5bf6a (Upstream) Bump version 5.11 to 6.0.1
----------------------------------------------------------------------
Version 6.0.1:
  * Major changes compared to the previous version:
    - Programmer types in configuration file are no longer keywords but
      specified as string.

      So you need to change 'type = XYZ;' to 'type = "XYZ";' in own
      config files.  (internal: The parser does not need to know all
      programmer types now, new programmers will update only the table
      in pgm_type.c.)

    - The erase cycle counter (formerly options -y / -Y) has been
      removed.

    - Specifying a -U option without a memory type (short form of
      option argument list) now defaults to "application" memory for
      Xmega devices, and "flash" for everything else.  This ensures
      the Xmega bootloader is not accidentally touched.

    - For programmers that support it, the default erase method is a
      page erase now, rather than a chip erase (Xmega only).

    - Keep track of input file contents

      Memory segments are being tracked to remember whether they've
      been actually read from a file.  Only segments that came from a
      file are being programmed into the device, or considered for
      verification.  This drastically improves handling speed for
      sparse files (e.g. files that have a second bootloader segment),
      and it ensures the device contents is actually compared for
      everything mentioned in the file (even in case the file has
      large 0xFF blocks).

    - The -U option now accepts ELF files as input files, and extracts
      the appropriate section contents that matches the requested memory
      region.  To enable this feature, the host system used for the
      compilation must have a libelf around, including the respective
      header files (i.e., package "libelf-devel" on many Linux systems).

    - Programmers and parts lists

      They are now sorted at output with '-c ?'/'-p ?'. (patch #7671:
      Sorting programmers and parts lists for console output)

      Programmers and parts lists in documentation generated from lists
      mentioned above. (patch #7687: Autogenerating programmers and
      parts lists for docs)

      Output list of programmer types with '-c ?type', add list to
      documentation

    - Configuration files now accepts parent parts/programmers, parts
      starting with '.' (eg. .xmega) are not included in output parts
      list and can be used as abstract parents

      (bug #34302: Feature request : device configuration with parent classes)
      (patch #7688: Implement parent programmers feature)

    - Additional config files which are read after default can be
      specified on command line using '-C +filename'

      (patch #7699 Read additional config files)

    - "Safemode" can now be turned off by default from within a
      configuration file (like ~/.avrduderc).

    - The new option -l logfile allows to redirect diagnostic messages
      to a logfile rather than stderr.  Useful to record debugging
      traces, in particular in environments which do not offer
      shell-style redirection functionality for standard streams.

    - When leaving debugWIRE mode, immediately retry with ISP rather
      than bailing out completely.

    - The USBasp programmer implementation now supports detailed traces
      with -vvv, and device communication traces with -vvvv.

    - The "verbose" terminal mode command allows to query or modify the
      verbosity level.

  * New devices supported:
    - ATmega48P (patch #7629 add support for atmega48p)
    - AT90PWM316 (bug #21797: AT90PWM316: New part description)
    - ATxmega16D4, ATxmega32D4, ATxmega64D4, ATxmega128D4
    - ATmega256RFR2, ATmega128RFR2, ATmega64RFR2, ATmega2564RFR2,
      ATmega1284RFR2, ATmega644RFR2
    - ATtiny1634
    - ATxmega128A1U, ATxmega128A3U, ATxmega128A4U, ATxmega128B1,
      ATxmega128B3, ATxmega128C3, ATxmega128D3, ATxmega16A4U,
      ATxmega16C4, ATxmega192A3U, ATxmega192C3, ATxmega192D3,
      ATxmega256A3BU, ATxmega256A3U, ATxmega256C3, ATxmega256D3,
      ATxmega32A4U, ATxmega32C4, ATxmega384C3, ATxmega384D3,
      ATxmega64A1U, ATxmega64A3U, ATxmega64A4U, ATxmega64B1,
      ATxmega64B3, ATxmega64C3, ATxmega64D3
    - ATtiny43U
    - ATmega406
    - ATxmega8E5, ATxmega16E5, ATxmega32E5
    - ATtiny20, ATtiny40

  * New programmers supported:
    - linuxgpio
      + any (embedded) Linux system with 4 GPIOs available can be used
        as a programmer with little or no additional hardware.

    - avrftdi
      + o-link (patch #7672 adding support for O-Link (FTDI based
        JTAG) as programmer)
      + 4232h (patch #7715 FT4232H support)
    - TPI support
      + openmoko (bug #37977 Support for Openmoko Debug Board)

    - usbasp
      + nibobee (previously specified as '-c usbasp -P nibobee)
      + usbasp-clone (same as usbasp but ignores vendor and product
        string, checks only vid/pid)

    - ftdi_syncbb (new type for synchronous bitbanging with ft232r/ft245r)
      + ft245r (FT245R Synchronous BitBang, miso = D1, sck = D0, mosi
        = D2, reset = D4)
      + ft232r (FT232R Synchronous BitBang, miso = RxD, sck = RTS,
        mosi = TxD, reset = DTR)
      + bwmega (BitWizard ftdi_atmega builtin programmer, miso = DSR,
        sck = DCD, mosi = CTS, reset = RI)
      + arduino-ft232r (Arduino: FT232R connected to ISP, miso = CTS
        X3(1), sck = DSR X3(2), mosi = DCD X3(3), reset = RI X3(4))
      + diecimila (alias for arduino-ft232r)

    - pickit2
    - Atmel JTAGICE3
    - buspirate_bb (TPI programming using the BusPirate in bitbang mode)

  * Bugfixes
      - bug #34027: avrdude AT90S1200 Problem
      - bug #34518: loading intel hex files > 64k using record-type 4
      - patch #7667: Minor memory handling fixes
      - patch #7680: Fixing timeout problem in ser_recv in ser_win32.c
      - patch #7693: Fix config file atmel URLs (+ URLs in
        avrdude.texi and avrpart.h)
      - bug #21663: AT90PWM efuse incorrect, bug #30438: efuse bits
        written as 0 on at90pwmxx parts
      - bug #35261: avrftdi uses wrong interface in avrftdi_paged_(write|load)
      - patch #7437 modifications to Bus Pirate module
      - patch #7686 Updating buspirate ascii mode to current firmware,
        use AUX as clock generator, and setting of serial receive
        timeout
      - bug #34768 Proposition: Change the name of the AVR32 devices
      - patch #7718: Merge global data of avrftdi in a private data
        structure
      - bug #35208: avrdude 5.11 on freebsd 8.2-STABLE does not reset
        Arduino Uno properly
      - bug #34518: loading intel hex files > 64k using record-type 4
        (Extended Linear Address Record)
      - bug #34027: avrdude AT90S1200 Problem
      - bug #30451: Accessing some Xmega memory sections gives not
        supported error
      - bug #28744: Can't load bootloader to xmega128a1
      - bug #29019: pagel/bs2 warning when uploading using stk500 to xmega
      - bug #30756: When setting SUT to 64ms on XMEGA, avrdude doesn't
        read device signature
      - bug #37265: wrong page sizes for XMega64xx in avrdude.conf
      - bug #37942: Latest SVN can't program in dragon_jtag mode
      - patch #7876 JTAGICE mkII fails to connect to attiny if debugwire
        is enabled AND target has a very slow clock
      - bug #39893: Verification failure with AVRISPmkII and Xmega
      - bug #38713: Compilation of the documentation breaks with texinfo-5
      - bug #38023: avrdude doesn't return an error code when attempting
        to upload an invalid Intel HEX file
      - bug #39794: warnings when building avrdude 6.0rc1 under CentOS 6.4
      - bug #35800: Compilation error on certain systems if parport is disabled
      - bug #38307: Can't write usersig of an xmega256a3
      - bug #38580: Current svn head, xmega and fuses, all fuses tied to fuse0
      - bug #39691: Buffer overrun when reading EEPROM byte with JTAGICE3
      - bug #38951: AVR109 use byte offset instead of word offset
      - patch #7769: Write flash fails for AVR910 programmers
      - bug #38732: Support for ATtiny1634
      - bug #36901: flashing Atmega32U4 EEPROM produces garbage on chip
      - bug #28344: chip_erase_delay too short for ATmega324P, 644, 644P, and 1284P
      - bug #34277: avrdude reads wrong byte order if using avr911 (aka butterfly)
      - bug #35456: The progress bar for STK500V2 programmer is "wrong".
      - patch #5708: avrdude should make 10 synchronization attempts instead of just one
      - patch #7606: ATtiny43u support
      - patch #7657: Add ATmega406 support for avrdude using DRAGON + JTAG
      - bug #35474: Feature request: print fuse values in safemode output.
      - patch #7710: usb_libusb: Check VID/PID before opening device
      - [no-id]: Fix SCK period adjustment for STK500v2
      - bug #40040: Support for ATtiny20 and ATtiny40
      - bug #40055: AVRDUDE segfaults when writing eeprom
2013-12-06 07:23:55 +00:00
mef
31a508de98 Very minor typo in comment part (- to _) . 2013-12-06 01:08:27 +00:00
mef
7f35c70836 Add sysroot configuration option (with default enabled, assuming
main customer of this package is for NetBSD target), see
  http://mail-index.netbsd.org/tech-toolchain/2011/03/21/msg001511.html
2013-12-03 02:34:52 +00:00
ryoon
e0cdda7688 Fix upstream bug report URL 2013-11-24 04:41:41 +00:00
dsainty
74252b2f96 GCC now wants zlib - and comes with an internal copy as an alternative to
using the system/Pkgsrc zlib.  At least on Ubuntu, the internal zlib fails to
get past configuration.

Use the standard Pkgsrc (or builtin) zlib instead.

Bump PKGREVISION to reflect the minor difference in build strategy.
2013-11-20 11:00:43 +00:00
dsainty
045175f1ca There is no need to install avrdude.conf twice. Remove the CONF_FILES_PERMS
entry, as the permissions are not exotic.
2013-11-20 06:11:34 +00:00
dsainty
567f59915c The patch comment (and reality) indicates the patch is against the wrong file.
But this package doesn't actually install any info files, so a simpler
solution is to not use makeinfo at all.
2013-11-19 23:06:24 +00:00
mef
d1ecc6ebad -nios2-binutils220
+nios2-binutils
+nios2-gcc
2013-11-18 06:43:03 +00:00
mef
784368c54c As proposed in following mail:
http://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018897.html

(1) Import nios2-binutils 2.23 (CodeSourcery derived) from wip.
(2) nios2-gcc41 now does not include nios2/Makefile.common,
    and unnecessary buildlink3 line to kpathsea removed.
(3) Switch nios2/Makefile.common to provide above (1) package.
(4) Import nios2-gcc 4.7.3 (CodeSourcery derived) from wip,
   including file (3) nios2/Makefile.common and DEPENDS (1) binutils.
(5) Switch all gcc's, nios2-gcc{3,41} to DEPENDS above (1) binutils.
(6) Delete nios2-binutils220 (2.20).
2013-11-18 06:41:27 +00:00
mef
9b1951b2a6 Fix following problem at ld/ld.texinfo
bfd.texinfo:325: unknown command `colophon'
  bfd.texinfo:336: unknown command `cygnus'
This patch won't be necessary for next release.
2013-11-17 07:36:11 +00:00
mef
da8a11aa72 -nios2-binutils
+nios2-binutils220
-nios2-gcc
+nios2-gcc3
+nios2-gcc41
2013-11-16 07:51:38 +00:00
mef
f22449f37f As proposed at pkgsrc-users@,
(1) nios2-gcc       3.4.6 renamed to nios2-gcc3
  (2) nios2-binutils  2.20  renamed to nios2-bintuils220
  (3) nios2-gcc41     4.1.2 is imported from wip
  nios2/Makefile.common, used be for (1) and (2) are
  now for (2) and (3).
2013-11-16 07:41:00 +00:00
joerg
2f6a91d5d7 Help latex to find the images. 2013-11-10 20:28:14 +00:00
jnemeth
6109e48c24 add commented out entry for nios2 as it just contains makefile fragments 2013-11-07 04:25:51 +00:00
mef
7757518c17 +cross/nios2-binutils
+cross/nios2-gcc
2013-11-03 10:22:45 +00:00
mef
8137a9013a The following combination of GNU/Altera nios2 tool-chain is newly added.
nios2          (just a Makefile.common)
nios2-binutils (2.20)
  Cross binutils for ALTERA FPGA Nios2 processor.
nios2-gcc
  Cross gcc-3.4.6 for ALTERA FPGA Nios2 processor.
2013-11-03 10:16:03 +00:00
wiz
f2af607bad Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.
2013-10-24 10:31:02 +00:00
joerg
362a17f84d Require target binutils and bison. 2013-10-10 00:02:53 +00:00
ryoon
a712e2de6a Fix install stage error observed on SmartOS. 2013-09-29 08:34:02 +00:00
ryoon
063e66715e Fix install error and install a locale file.
Pointed out by joerg@, Thank you.
2013-09-16 04:47:42 +00:00
ryoon
8cc22b60d0 Fix package name. 2013-09-12 14:11:58 +00:00
ryoon
cd6fce7ed7 Add freemint-* 2013-09-12 14:09:33 +00:00
ryoon
52fa143885 Import cross-freemint-gcc-4.6.4 as cross/freemint-gcc.
gcc for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:07:18 +00:00
ryoon
d2d2660db9 Import cross-freemint-ldg-20121005 as cross/freemint-ldg.
GEMlib for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:06:21 +00:00
ryoon
d88b1b676e Import cross-freemint-cflib-20130415 as cross/freemint-cflib.
GEMlib for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:05:26 +00:00
ryoon
0a03de68d3 Import cross-freemint-gemlib-20130415 as cross/freemint-gemlib.
GEMlib for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:04:41 +00:00
ryoon
2e1a67d9f1 Import cross-freemint-pml-2.03 as cross/freemint-pml.
PML for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:03:58 +00:00
ryoon
9ace09f221 Import cross-freemint-mintlib-20130415 as cross/freemint-mintlib.
MiNTLib for FreeMiNT (OS for Atari ST) cross-compile environment.
2013-09-12 14:02:01 +00:00
ryoon
6d90cf7e8f Import cross-freemint-mintbin-20110527 as cross/freemint-mintbin.
Utilities for FreeMiNT (OS for Atari ST) cross compile.
2013-09-12 14:00:30 +00:00
ryoon
ed2c010180 Import cross-freemint-binutils-2.23.2 as cross/freemint-binutils.
binutils for FreeMiNT (OS for Atari ST) cross compile.
2013-09-12 13:58:24 +00:00