Commit graph

631 commits

Author SHA1 Message Date
joerg
3cfcc8c59f Ignore errors from this mess as other versions of binutils 2.19 do. 2013-05-09 13:47:25 +00:00
ryoon
e51bf33194 Use NEWLIBVER in SITES.
If you want to use user-defined NEWLIBVER in left side,
you must define it before its reference.
Thank you, obache@.
2013-05-06 07:11:25 +00:00
ryoon
9624fd8a5e Fix fetch od newlib-1.14.0.tar.gz.
Thank you, wiz@.
2013-05-05 13:12:44 +00:00
ryoon
57786abba7 Add h8300-elf-gcc34 2013-04-30 13:27:16 +00:00
ryoon
f40f19186a Import cross-h8300-elf-gcc-3.4.6 as cross/h8300-elf-gcc34.
gcc for Hitachi/Renesas h8300-elf cross-compile environment.
2013-04-30 13:26:34 +00:00
ryoon
ef58686256 Add h8300-elf-binutils. 2013-04-30 13:25:30 +00:00
ryoon
ec1f19fac2 Import cross-h8300-elf-binutils-2.19.1 as cross/h8300-elf-binutils.
binutils for Hitachi/Renesas h8300-elf cross compile.
2013-04-30 13:24:12 +00:00
dholland
442a50ef8e Fix printf format for LP64 platforms. Add patch comment to patch-aa.
PKGREVISION -> 2.
2013-04-14 01:21:17 +00:00
dholland
4728278acd Solaris appears to need the typedef for 'ulong'. 2013-04-14 01:15:51 +00:00
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
joerg
0aed9fca9d Fix inline use. 2013-03-28 21:19:01 +00:00
wiz
1df054c17b Fix for automake-1.13. 2013-01-26 22:07:42 +00:00
dholland
af791e0c23 Not MAKE_JOBS_SAFE, as it turns out. 2012-12-24 03:59:26 +00:00
joerg
95c24061aa Fix build with C99 compilers. 2012-12-19 12:49:16 +00:00
dsainty
34313ea28c There is already a 'static' keyword present for part of this patch, so
patching in a second one is unnecessary, and for some compilers (GCC 4.4)
fatal at build time.
2012-12-12 23:44:40 +00:00
wen
a789530f2e Update to 2.13.3
Upstream changes:
(only for release 2.13.3)
This version is a bugfix release against 2.13.2. It includes about 40 bug
and documentation fixes and some minor improvements:

  * Fixed some macro issues (cc65).

  * Static const local data goes into RODATA, not DATA (cc65).

  * Fix error handling in .LEFT (ca65)

  * Fixed problems with 80 column mode (C128 library).

  * Fix problem when converting function to void pointer (cc65).

  * Fix register info for several runtime functions. Result was invalid code
    (cc65).

  * Fix smbx and rmbx instructions (da65).

  * Fix problem with .REPEAT (ca65).

  * Fix an error in the runtime division routine (cc65).

  * Fix problem with alignments >= 256 bytes (ca65).

  * The LINE function mistakenly enabled the BASIC ROM (TGI driver for C64).

  * Fix internal error caused by error recovery (or lack of) (cc65).

  * Fix invalid handling of signed int types in some cases (cc65).

  * Fix some issues with conio scrolling (C128 library).

  * Fix and improve the code for compares (cc65).

  * Fix some macro issues (ca65).

  * Fixed/improved several error messages (all tools).

  * Disallow __asm__ on global level (cc65).

  * Remove final jump to RESTOR for all CBM platforms (cc65 libraries).

  * Add missing export for CBM510 platform (cbm510 library).

  * Fix problem with access to structs returned by functions (cc65).

  * Fix an internal error in the code generator (cc65).

  * Merge back POSIX directory routines for the Atari (atari library).

  * Merge back Olivers C interrupt handling code (cc65 libraries).

  * Several documentation changes.

  * Several documentation fixes and improvements.
2012-12-03 14:36:39 +00:00
joerg
c3ee1e1ebb Fix inline usage. 2012-11-16 00:38:21 +00:00
marino
8e4e2b3329 cross/mingw-binutils: Alternative fix for gcc47
Although the claim that using the -Wno-unused-but-set-variable flag
breaks the build for older GCCs is unsubstantiated at this time, the
previous fix for gcc47 is removed in favor of deleting -Werror which
is exactly what the cross/binutils makefile does.
2012-10-09 17:32:33 +00:00
marino
56f907a95f cross/mingw-binutils: Fix build on gcc4.7
mingw-binutils is built with -Werror which fails on the gcc4.6+ warning
"unused but set variable".  Disable that warning to fix gcc4.7 build.
2012-10-09 07:48:20 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
4840ebad6d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:02:33 +00:00
drochner
fc09701328 requires doxygen-1.8.2 2012-08-30 08:00:17 +00:00
dsainty
36944a20d9 Just for completeness, bump the doxygen dependency to the latest to
guarantee the correct doxygen dependencies are present.
2012-08-29 12:50:07 +00:00
drochner
0ae08075ad make the shell pattern to exclude unwanted manpages work
update PLIST for current doxygen
bump PKGREV
2012-08-29 09:51:29 +00:00
dsainty
dddc0e4af3 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.
2012-08-18 15:13:51 +00:00
dsainty
579a2c2c5f The contents of avr-libc are licensed with a Modified BSD License. 2012-08-18 14:46:26 +00:00
asau
010650399c Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
jdf
168094405a * improve wording in description and message
* fix typo in Makefile

Patch provided by Bug Hunting.
2012-06-12 21:11:26 +00:00
joerg
81bea0f058 Fix inline usage. 2012-05-04 16:07:02 +00:00
shattered
e68844dc10 PR/41750 -- use libftdi. 2012-04-16 13:09:27 +00:00
mef
8ae7cf3034 PR/45924 --- update to 5.11 with minor changes
(1) update 5.10 to 5.11
(2) Trying to remove pkglint -Wall warning
(3) Update HOMEPAGE URL
----- ----- -----
AVRDUDE 5.11 relesed
     (2011/8/27 By joerg_wunsch)

Finally, more than 1.5 years after the previous release,
AVRDUDE 5.11 is finally done. This is mostly a bugfix
release, but also includes a few enhancements. The two
most important enhancements are:

- TPI (i.e. ATtiny4/5/9/10) programming support for bitbang
  programmers.

- FTDI MPSSE (FT2232 etc.) bitbang support.
----- ----- -----
2012-02-07 00:21:48 +00:00
sbd
0cfe0f8972 Add yacc to USE_TOOLS 2012-01-29 05:56:11 +00:00
wiz
f182391469 Update HOMEPAGE. 2012-01-23 15:53:46 +00:00
hans
7589637040 USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS. 2012-01-14 03:13:03 +00:00
hans
53369fe4ca Uses pod2man. 2012-01-12 15:29:12 +00:00
dholland
0efdfcbc95 Don't install c++filt, it comes with binutils. PKGREVISION -> 6 2012-01-02 01:25:25 +00:00
wiz
e6290a593e Remove i386-netbsdpe. 2011-12-20 09:17:01 +00:00
dholland
cb7aa9a7e6 Garbage-collect cross/i386-netbsdpe. The corresponding code in base
that this was meant to support never amounted to much and was removed
some time back. The package is also severely outdated and no longer
buildable.
2011-12-20 02:36:54 +00:00
sbd
57587fe39a Add missing mk/termcap buildlink.
Pass LDFLAGS to the configure process.

Bump PKGREVISION
2011-12-17 10:15:04 +00:00
joerg
c75b6ce6c6 Fix build with newer GCC 2011-12-05 22:44:08 +00:00
sbd
b2c76b11da Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
joerg
fde184380e Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
2011-11-27 19:36:48 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
shattered
c4a7485a30 PR/41459 -- mark as not available on x86_64 (these use egcs-1.1.1, which
predates x86_64).
2011-11-15 20:26:04 +00:00
minskim
0c1bdfb73a Use TeX Live packages instead of teTeX to build documentation. 2011-11-08 20:41:40 +00:00
joerg
85dcc740b0 Add missing include for strcmp. 2011-09-24 19:31:09 +00:00
dholland
6bbdb91741 Use toupper() correctly. Caught by clang. 2011-09-03 21:59:18 +00:00
dholland
abc2f4a9fe Catch up to C++ standards churn. Should fix, or at least advance, the
clang build.
2011-08-29 01:27:29 +00:00
obache
aa4f36ba74 * set LICENSE (gnu-gpl-v2 AND gnu-lgpl-v2).
* add user-destdir installation support.
2011-04-16 07:47:00 +00:00
asau
94e2708fa5 Support staged installation. 2011-03-31 20:56:28 +00:00
zafer
781312c713 update PLIST. Fixes install. 2011-03-28 21:42:40 +00:00
jakllsch
8659462e69 Update dfu-programmer to 0.5.4. Also, fix HOMEPAGE.
Changes since 0.5.2:

2011-01-16 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* fedora/dfu-programmer.spec.in,
	  fedora/10-dfu-programmer.fdi, configure.ac, NEWS,
	  AUTHORS, src/arguments.c, src/arguments.h,
	  docs/dfu-programmer.1: Updated to the new 0.5.3 release.

2011-01-16 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* src/arguments.c, src/arguments.h,
	  fedora/10-dfu-programmer.fdi,
	  doc/dfu-programmer.1: Added support for at32uc3c chips.

2011-01-16 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* src/commands.c: Apply fix suggested by bug 3017901.  Fix
	  an off by 1 error for the bootloader size.

2011-01-16 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* src/intel_hex.c: Apply fix suggested by bug 3016469.  Fix
	  a sign extension problem during reading in the data to
	  flash.

2010-05-02 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* AUTHORS, src/commands.c: Removed confusing & useless code
	  that Darren Gibbs found.

2010-04-08 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* AUTHORS, src/arguments.c, src/arguments.h
	  doc/dfu-programmer.1: Added the patch Mitko sent
	  to enable at32uc3b1512 and at32uc3b0512 chips.

2010-02-15 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* config.h.in, configure.ac, AUTHORS, src/commands.c,
	  src/dfu.c, src/dfu-device.h, src/dfu.h, src/main.c:
	  Added the patch Torsten Rottmann sent to enable
	  libusb 1.0 support, plus I some changes to allow for
	  switching via a configure file flag.

2010-02-15 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* src/arguments.c, src/arguments.h, dfu-programmer.1,
	  AUTHORS: Added the patch Dave Fletcher sent to
	  enable atmega32u2 support.

2009-09-09 Weston Schmidt <weston_schmidt@alumni.purdue.edu>
	* src/commands.c: Fix a bug due to the order of the
	  bootloader suppression and the lower boundary
	  verification.  Additionally, fixed an off by 1 error
	  in the flash address verification.
2011-03-15 20:01:01 +00:00
obache
b8c1025962 user-dest installation support. 2011-03-08 11:33:35 +00:00
drochner
054a991a0a fix PLIST for new doxygen, depend on latest version, bump PKGREVISION 2010-08-05 15:50:22 +00:00
asau
d11a9560fe Bump revision after math/mpfr update. 2010-07-15 21:35:10 +00:00
asau
d99043383d Add RCS identification. 2010-06-25 09:58:51 +00:00
asau
dbb8193711 Don't install libiberty library archive to avoid conflict with mingw-gcc package.
Bump package revision.
2010-06-24 20:06:28 +00:00
tron
ec347d28bc Fix build problem under Mac OS X Snow Leopard by avoiding to link two
object files twice (once directly and once via static libraries).
2010-06-20 22:20:18 +00:00
tron
18bfc1989b Don't treat compiler warnings as errors. Newer versions of GCC produce
a lot of "format not a string literal and no format arguments" warnings
while building this package.
2010-06-20 16:23:56 +00:00
reinoud
6ff2ed88c2 Reverse to previous version; there is something else wrong in the package. It
doesn't install the header files for one...
2010-06-15 13:21:08 +00:00
reinoud
488d7bf53b Fixup PLIST! It missed files and ad extra files. 2010-06-14 18:54:31 +00:00
jakllsch
b01619f1b8 Include bsd.prefs.mk before adjusting CFLAGS/CXXFLAGS.
Prevents build failure due to exposure of host CFLAGS to target compiler.
Increment PKGREVISION just in case.
2010-04-15 19:01:53 +00:00
jakllsch
bda673fea0 Bump doxygen requirement for previous. 2010-04-05 00:49:07 +00:00
jakllsch
1f2b6b5568 Fix avr-libc build/PLIST breakage due to doxygen update, bump package revision. 2010-04-05 00:36:41 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
asau
22b3a1bfe6 Expand MACHINE_ARCH, it should always be "i386".
This fixes package on non-i386 platforms.
2010-03-23 17:10:21 +00:00
asau
09a37c5a16 Remove old MinGW package. 2010-03-16 21:29:48 +00:00
asau
720f28aae5 + mingw
+ mingw-binutils
+ mingw-gcc
+ mingw-runtime-bin
+ mingw-w32api-bin
2010-03-15 18:37:57 +00:00
asau
7e90220b36 Import MinGW packages into "cross" category. From pkgsrc-wip project.
MinGW, a contraction of "Minimalist GNU for Windows," is a port
of the GNU Compiler Collection (GCC), and GNU Binutils, for use
in the development of native Microsoft Windows applications.
2010-03-15 18:34:36 +00:00
joerg
02f2d8831c Use correct permissions on the config files. 2010-02-19 19:13:45 +00:00
dholland
234c8dd64a Add comment headers on yesterday's patches. 2010-02-14 21:30:50 +00:00
dholland
d4ca5b4773 DESTDIR support. Something I did seems to have caused it to start
installing c++filt when it wasn't before; I have no idea what, but it
seems like a net win so let's run with it. Ergo, PKGREVISION++ (again),
to 5.
2010-02-14 21:30:00 +00:00
joerg
918311d2c0 DESTDIR support 2010-02-14 20:34:58 +00:00
dholland
c8de7cd1e1 Patch out the illegal C found in old gcc versions. Fixes broken build. 2010-02-14 06:28:07 +00:00
dholland
cb78fba870 DESTDIR support. 2010-02-08 05:18:37 +00:00
jakllsch
1a2df9cb98 Update to avrdude-5.10.
pkgsrc changes:
Rework AVRISP mkII stall workaround.

summary of upstream changes since 5.8:
- Fix problem with loading intel hex rom files that exceed 0x10000 bytes.
- Fix FreeBSD default serial port name.
- jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message,
  retry with external reset applied (in case the target is in sleep
  mode or has asserted the JTD bit).
- Fix build for GNU/kFreeBSD.
2010-02-08 01:47:14 +00:00
joerg
b640919ee1 DESTDIR support 2010-01-29 16:51:38 +00:00
jakllsch
475a2671cc Work around AVRISP mkII sync timeout/retry on NetBSD. I'm guessing this
is really a oddity of NetBSD's USB stack, but this seems to work too.

Also, hello nb2 and set LICENSE.

(This commit bumps most of the patch files only because of
pkgdiff timestamp formatting differences.  Sigh.)
2010-01-26 02:01:47 +00:00
jakllsch
4f5e821054 Enable USB programmers (such as AVRISP mkII) by adding libusb dependency.
Thereby hitherto forth yonder the revision is bumped.
2010-01-20 03:31:58 +00:00
jakllsch
f81e795ead Add dfu-programmer to the SUBDIR list. 2010-01-15 22:04:47 +00:00
jakllsch
328e75bbec Add dfu-programmer, a Device Firmware Update based USB programmer for
Atmel chips with a USB bootloader.
2010-01-15 22:00:19 +00:00
joerg
30c1746c4c Not MAKE_JOBS_SAFE. 2010-01-04 16:30:36 +00:00
obache
a948bd5dfd some improvement
* Remove BUILD_DEPENDS on bison, it already in USE_TOOLS.
* Remove USE_BZIP2, not buildlink with bzip2, no effect.
* Remove custom do-* target, *_DIRS is sufficient to do so and use it instead.
* Remove MAKE_FLAGS="c c++", it was not used, and it result in missing "gcov"
  after above modification.
* then, add user-destdir support, inspired by PR 42438.
2009-12-12 05:02:19 +00:00
wiz
d5662bbcbf Remove broken package containing toolchain for now-removed
NetBSD/playstation2 port.
2009-12-07 10:07:43 +00:00
pooka
eac554a2c4 USE_TOOLS+= patch 2009-12-05 15:21:29 +00:00
wiz
8c16e1cf65 Add explicit master site for gcc. 2009-10-11 08:59:58 +00:00
hasso
53a5e3b93e Update to 5.8. Upstream changelog is obviously too massive to paste it
here. All hard update work done by Simon 'corecode' Schubert and minor
modifications by me.
2009-08-27 15:34:48 +00:00
hasso
cea6851d32 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.
2009-08-27 15:32:15 +00:00
hasso
353c4c2875 Update to 4.4.1. Upstream changelog is obviously too massive to paste it
here. All hard update work done by Simon 'corecode' Schubert and minor
modifications by me.
2009-08-27 15:29:37 +00:00
hasso
56b38b5b4c Update to 2.19.1. 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.
2009-08-27 15:26:41 +00:00
wiz
059bf86ace Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
2009-08-25 12:32:54 +00:00
hasso
25a4db1dcb Make it build on recent DragonFly. 2009-08-01 05:22:38 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
e43b008217 Drop @unexec for directory removal. 2009-06-14 18:34:00 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
zafer
3bf8aee2e0 update master site. remove non-working mirror. 2009-05-28 20:59:54 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00