summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13cross/h8300-elf-gcc: suppress USE_TOOLS+=perl warningrillig1-1/+2
2020-05-12mingw-w64.org's TLS cert expired more than a month agonia7-14/+14
2020-05-11(cross/avr-libc) Fix build: Add missing +BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]*mef1-1/+2
2020-05-10mark perl as not neededrillig1-1/+2
Before, it had the same effect but generate a USE_TOOLS+=perl warning.
2020-05-10cross/cc65: remove unnecessary dependency on Perlrillig1-8/+2
2020-05-10Make cross/ppc-morphos-binutils build on NetBSDjs3-3/+29
2020-05-09cross/powerpc-none-elf-gcc: fix build in strict environmentrillig1-1/+3
2020-05-09cross/pdp11-aout-gcc: fix build in strict environmentrillig1-1/+3
2020-05-09cross/h8300-elf-gcc: fix typo from previous commitrillig1-2/+2
2020-05-09cross/or1k-none-elf-gcc: fix build in strict environmentrillig1-1/+3
2020-05-09cross/h8300-elf-gcc: fix build in strict environmentrillig1-1/+3
2020-05-09cross/arm-none-eabi-gdb: suppress shell portabilityrillig1-1/+5
2020-05-03cross/freemint-mintlib: skip portability checkrillig1-1/+3
2020-05-03cross/aarch64-none-elf-gcc: skip check for unknown configure optionsrillig1-1/+2
2020-05-03cross/avr-gcc: skip portability check, allow unknown configure optionsrillig1-3/+4
2020-05-03cross/mingw-w64-i686-gcc-bootstrap: configure options, portabilityrillig1-1/+4
2020-05-02cross/arm-none-eabi-gcc: skip check for unknown configure optionsrillig1-1/+2
2020-04-26cross/*-binutils: allow unknown --enable-nls configure optionrillig15-40/+52
The top-level configure script does not know this option, but it calls several sub-configures that all know it.
2020-04-26cross/mingw-w64-x86_64-headers: remove unknown configure optionrillig1-2/+1
The packages using this file have multiple configure scripts, but none of them contains the words "secure api".
2020-04-26cross/mingw-w64-x86_64-binutils: allow unknown configure optionsrillig1-1/+2
2020-04-23cross/atasm: fix placeholder in manual pagerillig1-2/+3
2020-04-17Ignore portability problem in testsuitejoerg1-1/+4
2020-04-14Import cross/ppc-morphos-gcc-9 from wipjs9-1/+1611
GCC 9 cross-compiler for MorphOS.
2020-04-14Import cross/ppc-morphos-sdk from wipjs5-1/+1926
SDK headers, libraries and build scripts, allowing cross-compilation for MorphOS.
2020-04-14Import cross/ppc-morphos-binutils from wipjs5-1/+114
GNU Binutils targeting MorphOS, with the patches from the official SDK.
2020-04-04(cross/avr-libc) Fix _VECTOR.3 issue on PLIST and options.mkmef2-4/+3
2020-04-02mingw-w64-x86_64-gcc-winpthreads: remove unused distinfo filewiz1-8/+0
2020-04-01arm cross toolchains: skip portability checks under contrib/*tnn2-3/+4
2020-03-31(cross/avr-libc) Fix packaging. Adhoc adjusting on options.mk, and Makefile.inmef3-6/+17
2020-03-30powerpc-none-elf-gcc: Import version 8.3.0riastradh10-1/+1972
Copied mainly from cross/arm-none-eabi-gcc.
2020-03-30powerpc-none-elf-binutils: Import version 2.32riastradh5-1/+268
Copied mostly from arm-none-eabi-binutils.
2020-03-29Don't build bfd-crunchide and bfd-mdsetimage as PIE, they link against ajoerg2-2/+4
static library.
2020-03-27Use correct header for select(2)joerg2-1/+14
2020-03-26Fix shell portabilityjoerg2-1/+24
2020-03-22mingw-w64-x86_64-winpthreads: uses pax(1) during pre-installtnn1-2/+2
2020-03-20cross/aarch64-none-elf-binutils: disable configure options checkrillig1-4/+5
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia6-12/+12
2020-03-17cross/arm-none-eabi-binutils: don't check for unknown configure optionsrillig1-5/+7
This is required when building with GNU_CONFIGURE_STRICT=yes.
2020-03-14(cross/cc65) Updated to 2.18 .. distinfo also updated nowmef1-1/+15
2020-03-14(cross/cc65) Updated to 2.18mef2-8/+7
V2.18: Rearranged paravirt function vector. May 30, 2019 156 commits to master since this release - exit right below 6502 vectors. - keep exit addr stable as it may be called from asm.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-03-05asm6809: Fix HOMEPAGE.jperkin1-2/+2
2020-03-05cross: Add asm6809.jperkin1-1/+2
2020-03-05asm6809: Import version 2.12 into pkgsrc cross.jperkin4-0/+32
asm6809 is a portable cross assembler targeting the Motorola 6809 and Hitachi 6309. Features arbitrarily complex expressions (with most C-style operators available), forward references, macro expansion and conditional assembly. Output formats are: Raw binary, DragonDOS binary, CoCo RS-DOS (or "DECB") binary, Motorola SREC, Intel HEX.
2020-02-11skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE.mrg2-1/+20
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig14-28/+28
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.
2019-12-29Update to mingw-w64 to 7.0.0 and binutils to 2.33.1ryoon14-38/+86
mingw-w64: Notable changes: _FORTIFY_SOURCE support thanks to Christian Franke. Lots of math fixes from Martin Storsjö. Many headers updated from Wine by Jacek Caban. UCRT support by Martin Storsjö. binutils: No specific change for Windows/PECOFF.