summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
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
2006-06-01Uses C++.joerg1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-11/+11
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-07enable building of c++hubertf3-6/+18
Patch by Stephan Thesing <thesing@cs.uni-sb.de> OK'd by $MAINTAINER
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Recognize DragonFly.joerg2-1/+32
2006-03-30Don't define INFO_DIR anymore ... it's an unused variable.jlam1-2/+1
2006-03-30* Honor PKGINFODIR.jlam2-4/+4
* List the info files directly in the PLIST.
2006-03-22* Remove outdates texinfo.tex file from doc directory that was breakingjlam2-6/+11
modern etex by forcing it to output pdf instead of dvi. * List the info files directly in the PLIST.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam4-11/+19
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-12Fixed pkglint warnings.rillig1-4/+4