summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz6-11/+12
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.
2013-05-16added libtool-base to keep pkglint happy, but disabledjnemeth1-1/+2
2013-05-09Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}).riastradh2-0/+109
This is a provisional kludge to enable cross-compilation of packages using libtool. It requires manual intervention: you must build it as a target package, and then install the target package on the host with `pkg_add -m ${TARGET_ARCH}'. ok agc
2013-05-09Ignore errors from this mess as other versions of binutils 2.19 do.joerg1-2/+2
2013-05-06Use NEWLIBVER in SITES.ryoon1-4/+3
If you want to use user-defined NEWLIBVER in left side, you must define it before its reference. Thank you, obache@.
2013-05-05Fix fetch od newlib-1.14.0.tar.gz.ryoon1-3/+3
Thank you, wiz@.
2013-04-30Add h8300-elf-gcc34ryoon1-1/+2
2013-04-30Import cross-h8300-elf-gcc-3.4.6 as cross/h8300-elf-gcc34.ryoon6-0/+518
gcc for Hitachi/Renesas h8300-elf cross-compile environment.
2013-04-30Add h8300-elf-binutils.ryoon1-1/+2
2013-04-30Import cross-h8300-elf-binutils-2.19.1 as cross/h8300-elf-binutils.ryoon4-0/+235
binutils for Hitachi/Renesas h8300-elf cross compile.
2013-04-14Fix printf format for LP64 platforms. Add patch comment to patch-aa.dholland4-8/+22
PKGREVISION -> 2.
2013-04-14Solaris appears to need the typedef for 'ulong'.dholland2-7/+9
2013-04-06Resolves:rodent3-5/+6
"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-06Fixes:rodent1-17/+17
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-03-28Fix inline use.joerg2-1/+26
2013-01-26Fix for automake-1.13.wiz3-7/+19
2012-12-24Not MAKE_JOBS_SAFE, as it turns out.dholland1-1/+2
2012-12-19Fix build with C99 compilers.joerg2-1/+24
2012-12-12There is already a 'static' keyword present for part of this patch, sodsainty2-11/+4
patching in a second one is unnecessary, and for some compilers (GCC 4.4) fatal at build time.
2012-12-03Update to 2.13.3wen5-110/+77
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-11-16Fix inline usage.joerg3-1/+46
2012-10-09cross/mingw-binutils: Alternative fix for gcc47marino1-3/+2
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-09cross/mingw-binutils: Fix build on gcc4.7marino1-1/+4
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-03Bump all packages that use perl, or depend on a p5-* package, orwiz3-5/+6
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau20-57/+20
2012-08-30requires doxygen-1.8.2drochner1-2/+2
2012-08-29Just for completeness, bump the doxygen dependency to the latest todsainty1-2/+2
guarantee the correct doxygen dependencies are present.
2012-08-29make the shell pattern to exclude unwanted manpages workdrochner4-7/+9
update PLIST for current doxygen bump PKGREV
2012-08-18Fix PLIST for changes in doxygen output. Bump doxygen dependency.dsainty5-27/+75
Doxygen produces man pages for the build directories too, which we really don't want to install, so patch them out.
2012-08-18The contents of avr-libc are licensed with a Modified BSD License.dsainty1-1/+2
2012-08-14Mark packages with no staged installation support explicitly ↵asau3-3/+9
(PKG_DESTDIR_SUPPORT=none).
2012-06-12 * improve wording in description and messagejdf3-6/+7
* fix typo in Makefile Patch provided by Bug Hunting.
2012-05-04Fix inline usage.joerg2-1/+37
2012-04-16PR/41750 -- use libftdi.shattered1-1/+3
2012-02-07PR/45924 --- update to 5.11 with minor changesmef4-14/+17
(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-01-29Add yacc to USE_TOOLSsbd1-2/+2
2012-01-23Update HOMEPAGE.wiz1-2/+2
2012-01-14USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.hans1-3/+1
2012-01-12Uses pod2man.hans1-2/+2
2012-01-02Don't install c++filt, it comes with binutils. PKGREVISION -> 6dholland4-10/+9
2011-12-20Remove i386-netbsdpe.wiz1-2/+1
2011-12-20Garbage-collect cross/i386-netbsdpe. The corresponding code in basedholland18-574/+0
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-17Add missing mk/termcap buildlink.sbd1-2/+4
Pass LDFLAGS to the configure process. Bump PKGREVISION
2011-12-05Fix build with newer GCCjoerg3-1/+38
2011-11-29Honor LDFLAGS from pkgsrc.sbd2-4/+15
2011-11-27Disable -Werror for now, GCC 4.5 is more picky about potentiallyjoerg1-1/+3
uninitialized memory.
2011-11-26Add missing devel/zlib buildlink.sbd1-1/+3
Bump PKGREVISION
2011-11-15PR/41459 -- mark as not available on x86_64 (these use egcs-1.1.1, whichshattered3-3/+9
predates x86_64).
2011-11-08Use TeX Live packages instead of teTeX to build documentation.minskim1-5/+4
2011-09-24Add missing include for strcmp.joerg1-2/+3