Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Many of the hash function headers are incompatible with the OpenSSL
headers, so don't include them by default and require the caller to
include them on demand.
|
|
|
|
Check if stdio.h declares vasprintf and snprintf and provide a prototype
otherwise.
|
|
the offset for November and December and welcome libnbcompat-20080416.
|
|
Add an implement of timegm(3) from nsd (based on Python code).
|
|
|
|
|
|
Add an option to force a BSDish getopt (e.g. one with optreset).
Use the correct macros to decide when to define optind and friends.
|
|
including inplace.mk causes a PIC version of libnbcompat to be built
alongside the regular static libnbcompat.
This will be used to extend the features framework in two ways:
1) Support linking features into shared modules
2) Ability to cherry-pick individual objects to link from the libnbcompat
build directory rather than linking the whole archive.
|
|
- Use AC_FUNC_VFORK, needed on IRIX to get missing vfork() defined
to fork(). Ok by joerg.
|
|
|
|
Add digest length defines for md5, rmd160 and sha1. Use
__BEGIN_DECLS/__END_DECLS. Drop _KERNEL conditionals.
|
|
installed as a shared library but rebuilt for every package that needs a
certain feature. That place is either here or in files/README.
|
|
quoting issues. (They never caused anything to fail, but who knows what
will happen in the future?)
|
|
but DIR contains dd_fd, define it as macro. Otherwise use -1 when
calling fts_safe_changedir in fts(3). Based on patch from Sean Boudreau.
|
|
|
|
libnbcompat to use it "in place". libnbcompat is just really special,
and is of almost no use to anything other than the pkgsrc bootstrap
process.
|
|
|
|
types by itself and define (ex, pkgtools/pkg_install).
|
|
Fix suggested by Joerg Sonnenberger.
|
|
Supported-by: Google SoC 2007.
|
|
Bump version to 20070731.
|
|
|
|
|
|
Fixes build on Interix. Suggested by joerg@
* configure, config.h.in: regen
|
|
|
|
to be broken, fall back to the one provided by libnbcompat.
* configure: regen
* config.h.in: regen
|
|
|
|
|
|
imlementation using vfprintf. The advantage is that format strings behave
like other *printf functions on the host, the drawback is that it is slower.
|
|
exposed by the C version of audit-packages and report in PR pkg/36662.
|
|
pbulk build on netbsd-2/alpha (and probably other netbsd platforms)
again.
|
|
Add vsnprintf prototype as the function is implemented and used.
Add all the macros from NetBSD's sys/queue.h defined for the types
implemented.
Bump version to libnbcompat-20070622.
Tested by dmcmahill@NetBSD.org on Solaris.
OK jlam@, agc@
|
|
them up for +BUILD_VERSION. This makes matching against the output of
ident impossible to verify whether the package is up-to-date.
|
|
Changes since 20070507:
Completely rewrote the fgetln implementation, since the previous version
couldn't handle files that don't end with a '\n' character. Tested on IRIX,
NetBSD and Solaris.
|
|
|
|
|
|
|
|
|
|
be working
|
|
|
|
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
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
that they look nicer.
|
|
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).
|
|
GCC 4.
|
|
defined. Changes approved by grant.
|
|
NetBSD libc from martin@
|