Commit graph

580 commits

Author SHA1 Message Date
ryoon
82e94bdf5f 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
ccb923b02e Fix fetch od newlib-1.14.0.tar.gz.
Thank you, wiz@.
2013-05-05 13:12:44 +00:00
ryoon
12f6c87b97 Add h8300-elf-gcc34 2013-04-30 13:27:16 +00:00
ryoon
fe188119d8 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
42d32edb0c Add h8300-elf-binutils. 2013-04-30 13:25:30 +00:00
ryoon
5739b4845b 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
1afe295676 Fix printf format for LP64 platforms. Add patch comment to patch-aa.
PKGREVISION -> 2.
2013-04-14 01:21:17 +00:00
dholland
638a95cb85 Solaris appears to need the typedef for 'ulong'. 2013-04-14 01:15:51 +00:00
rodent
0fe51336d1 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
b0587df2a1 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
814f3c6f4f Fix inline use. 2013-03-28 21:19:01 +00:00
wiz
b08ae97ed6 Fix for automake-1.13. 2013-01-26 22:07:42 +00:00
dholland
a3bef2b259 Not MAKE_JOBS_SAFE, as it turns out. 2012-12-24 03:59:26 +00:00
joerg
3edcf1612c Fix build with C99 compilers. 2012-12-19 12:49:16 +00:00
dsainty
fbd54c964d 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
a32348bba2 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
7028628854 Fix inline usage. 2012-11-16 00:38:21 +00:00
marino
111b640ed1 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
9ab87d7378 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
3184463075 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
10e57b98b0 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:02:33 +00:00
drochner
7a8c917e0d requires doxygen-1.8.2 2012-08-30 08:00:17 +00:00
dsainty
c5462f70d8 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
dd29af638d 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
92e7b1c87a 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
f5944a1e9a The contents of avr-libc are licensed with a Modified BSD License. 2012-08-18 14:46:26 +00:00
asau
fd5606f6d6 Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none). 2012-08-14 17:07:55 +00:00
jdf
bd26262c09 * improve wording in description and message
* fix typo in Makefile

Patch provided by Bug Hunting.
2012-06-12 21:11:26 +00:00
joerg
cf87ba4dff Fix inline usage. 2012-05-04 16:07:02 +00:00
shattered
e6cc5f6715 PR/41750 -- use libftdi. 2012-04-16 13:09:27 +00:00
mef
7787793352 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
ee39ee22bf Add yacc to USE_TOOLS 2012-01-29 05:56:11 +00:00
wiz
8e7325f9fe Update HOMEPAGE. 2012-01-23 15:53:46 +00:00
hans
80a11d4b67 USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS. 2012-01-14 03:13:03 +00:00
hans
31868c7b8d Uses pod2man. 2012-01-12 15:29:12 +00:00
dholland
8559fb6018 Don't install c++filt, it comes with binutils. PKGREVISION -> 6 2012-01-02 01:25:25 +00:00
wiz
5a86bebbed Remove i386-netbsdpe. 2011-12-20 09:17:01 +00:00
dholland
d4cd54f8f8 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
20498df8a5 Add missing mk/termcap buildlink.
Pass LDFLAGS to the configure process.

Bump PKGREVISION
2011-12-17 10:15:04 +00:00
joerg
bbb5dab9ed Fix build with newer GCC 2011-12-05 22:44:08 +00:00
sbd
edc30a7f9e Honor LDFLAGS from pkgsrc. 2011-11-29 06:11:53 +00:00
joerg
9db1ff9b9b Disable -Werror for now, GCC 4.5 is more picky about potentially
uninitialized memory.
2011-11-27 19:36:48 +00:00
sbd
071c9ea3b7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
shattered
e6deec5d03 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
f01e315f86 Use TeX Live packages instead of teTeX to build documentation. 2011-11-08 20:41:40 +00:00
joerg
b23e9bb34a Add missing include for strcmp. 2011-09-24 19:31:09 +00:00
dholland
5392d82214 Use toupper() correctly. Caught by clang. 2011-09-03 21:59:18 +00:00
dholland
4298bf0459 Catch up to C++ standards churn. Should fix, or at least advance, the
clang build.
2011-08-29 01:27:29 +00:00
obache
3e2edb5352 * set LICENSE (gnu-gpl-v2 AND gnu-lgpl-v2).
* add user-destdir installation support.
2011-04-16 07:47:00 +00:00
asau
b2af7e6a63 Support staged installation. 2011-03-31 20:56:28 +00:00