summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08+ cc65.wiz1-1/+2
2008-10-08Initial import of cc65-2.12.0, packaged for pkgsrc-wip by Tim Larson:wiz6-0/+327
cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
2008-07-10Uses BSD makefile, so tag it as such.joerg1-1/+3
2008-06-21Fix build with GCC 4.joerg2-1/+36
2008-06-20Add DESTDIR support.joerg2-7/+9
2008-06-16Fix DESTDIR.joerg1-4/+3
2008-06-16Fix DESTDIR installation.joerg1-4/+3
2008-06-12Add DESTDIR support.joerg4-4/+11
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-4/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-02-04PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packagestnn1-2/+2
2007-12-21Depend on yacc, lex and flex as needed. Fixes PR 37586.joerg1-2/+2
2007-12-18I haven't maintained any of these in years...rumble1-2/+1
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-09-28Repair compilation on sunos and maybe others. Added some missingdmcmahill7-123/+176
autoconf tests, fixed a non portable call to the shell builtin test, and use the pkgsrc DEFAULT_SERIAL_DEVICE variable for setting the serial device.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-06-15Use tools framework for bzcat.joerg1-9/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-6/+6
Patch provided by Sergey Svishchev in private mail.
2007-02-15Fixed pkglint and libtool warnings.rillig1-24/+24
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz3-3/+9
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-29Added missing data type cast in opcode/h8300-dis.c causing build processwulf2-2/+4
to fail
2006-12-29Added missing data type castswulf1-0/+31
2006-12-13Bump PKGREVISION for previous commitwennmach1-2/+2
2006-12-13- Fix build on DragonFlywennmach3-12/+76
- Fix building documentation (PDF files) From Joerg Sonnenberger in private e-mail with some minor modifications by myself. Thanks, Joerg!
2006-12-11Update avrdude to version 5.2.wennmach13-415/+180
Significant enhancements in this version are: o Support for JTAGICE MkII device o New devices supported: - AT90CAN128 ... o Support for STK500 Version 2 Protocol (the latter being the principal reason for the update, as the recent firmware on the STK500 development boards requires protocol version 2)
2006-12-07Needs msgfmt.joerg1-2/+2
2006-11-28Interix has no nanosleep(3); use usleep(3) directly.tv2-8/+22
2006-10-22Needs BSD_MAKE_ENV.rillig1-1/+2
2006-10-13Fixed "test ==".rillig2-1/+15
2006-10-11Pass down correct shell as lang/gcc does.joerg1-1/+2
2006-10-02Don't strip a leading underscore. From PR 15141.joerg2-7/+4
Bump to version 1.2.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz2-4/+4
2006-09-02Fixed PLIST, PKGREVISION++.rillig2-3/+5
2006-08-24Make this build with cross/binutils 2.17.0.0, and bump PKGREVISION forkristerw4-10/+11
ABI change in the new binutils.
2006-08-24Update cross-binutils to 2.17.0.0.kristerw5-50/+566
Changes in 2.17: * Add "-x NAME" to readelf in addition to "-x NUMBER". * Add -i and -t switches to cxxfilt. -i disables the display of implementation specific extra demangling information (if any) and -t disables the demangling of types. * Add support for the "@<file>" syntax to the command lines of all tools, so that extra switches can be read from <file>. * Add "-W/--dwarf" to objdump to display the contents of the DWARF debug sections. * Add "-t/--section-details" to readelf to display section details. "-N/--full-section-name" is deprecated. * powerpc-linux ld now supports a variant form of PLT and GOT for the security conscious. This form will automatically be chosen when ld detects that all code in regular object files was generated by gcc -msecure-plt. The old PLT and GOT may be forced by a new ld option, --bss-plt. * Add "-i/--inlines" to addr2line to print enclosing scope information for inlined function chains, back to first non-inlined function. * Add "-N/--full-section-name" to readelf to display full section name. * Add "-M entry:<addr>" switch to objdump to specify a function entry address when disassembling VAX binaries. * Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches to objcopy to convert local symbols into global symbols. Changes in 2.16: * Add "-g/--section-groups" to readelf to display section groups. * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but retaining any symbols matching but needed by relocations. * readelf can now display address ranges from .debug_range sections. This happens automatically when a DW_AT_range attribute is encountered. The command line switch --debug-dump=Ranges (or -wR) can also be used to display the contents of the .debug_range section. * nm and objdump now have a switch "--special-syms" to enable the displaying of symbols which the target considers to be special. By default these symbols are no longer displayed. Currently the only special symbols are the Mapping symbols used by the ARM port to mark transitions between text and data and between ARM and THUMB code. * dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional import and export symbols with <preifx> prepended to them.
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-08-03Reset maintainer, email bounced with:wiz4-8/+8
Mailbox closed for this recipient
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-4/+4
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-06Fixed pkglint warnings.rillig1-13/+13
2006-07-04Fix path on mastersite.wiz1-2/+2
2006-07-03Update gcc from 3.3.3 to 3.3.6, and binutils from 2.15.90-20040222kent8-98/+89
to 2.16.91-20060119 to build with gcc-4
2006-06-30Don't use netpbm-*, use netpbm-[0-9]*. Similiar for a bunch ofjoerg1-5/+5
other dependencies. Bump revision.
2006-06-26Somewhere between 1.4.5 and 1.4.7, doxygen changed the structure of therillig2-20/+5
produced documentation files, which led to PLIST mismatches. Fixed the dependency and bumped PKGREVISION.
2006-06-13Fix build on DragonFly, don't bother with texinfo build, sincejoerg3-5/+6
it won't be used anyway.
2006-06-09USE_TOOLS+=lex yaccminskim1-2/+2
2006-06-06Use pkgsrc versions of config.guess and config.sub.joerg1-1/+6