summaryrefslogtreecommitdiff
path: root/pkgtools/compat_headers
AgeCommit message (Collapse)AuthorFilesLines
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+4
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-28Inhibit possible dependency on sysutils/checkperms to avoid circular dep.tnn1-1/+2
2008-05-25If there is no va_copy(), provide one and just assume the compiler knowstnn5-2/+116
how to copy va_lists by value.
2008-05-25Fix hpux bugfix. __strtoll needs inttypes.htnn3-5/+5
2008-05-24Trust configure to pick the right install(1).tnn1-2/+2
2008-05-24minor nits and commentstnn1-5/+8
2008-05-24fix pasteotnn1-1/+0
2008-05-24Import compat_headers-0.1 as pkgtools/compat_headers.tnn17-0/+14104
This package attempts to resolve deficiencies in system headers by providing missing types, definitions and prototypes in shadow headers. New in this version: - Rewrote all of the tests to use autoconf. - Implemented tests and support for more standard integer types.