Age | Commit message (Collapse) | Author | Files | Lines |
|
in AIX-4.3.2) PRIu64. If it is missing or broken, provide one. Should
address PR30375. Welcome to pkg_install-20050607
|
|
of a 32 bit signed number when pkg_add-ing a binary package
file larger than 512 Mb.
- Bump PKGTOOLS_VERSION (NOT!!! PKGTOOLS_REQD) to 20050527
|
|
the Makefiles so that they can be built by really basic make programs.
|
|
|
|
|
|
missing <netdb.h> in lib/ftpio.c for MAXHOSTNAMELEN definition on Solaris.
|
|
> Re-work the code which checks the recorded build versions of a binary
> package to make pkg_add work properly when no +BUILD_INFO file exists.
>
> Modify the return value from read_buildinfo() to return 1 for success
> and 0 for failure.
>
> Use symbolic constants, rather than integers.
>
> If we can't read the build information, always tell of this fact.
>
> Bump version to 20040730
>
> Addresses PR 26429; a different version of these mods were verified to
> allow a +BUILD_INFO-less binary package to be added by Martin Husemann.
|
|
- Handle symlinks in a view correctly.
- Remove superfluous escapes in BRE.
This closes PR pkg/24190.
|
|
more appropriate test.
fixes build problem noted on RedHat.
|
|
New features include OS/arch/version checking and a large speed
improvement to pkg_info.
|
|
|
|
pkg_install calls, and pass the full path for each from the pkg Makefile.
fixes issue with pkg_add and pkg_create calling non-existent or
less-than-functional tools since it relied on $PATH.
|
|
pkg_view(1) shell scripts.
|
|
This is okay since we just do vfork()/exec() in lib/ftpio.c and don't rely
on any vfork vs. fork semantics.
|
|
package views. Pkgsrc changes include:
* Convert to use pkgtools/libnbcompat so that it's easier to keep
this in sync with src/usr.sbin/pkg_install.
* Add a src2nbcompat script that converts src/usr.sbin/pkg_install
into an appropriate start for pkgtools/pkg_install. The script
removes the Makefiles, adds CPP inclusion guards around each
#include <...> line, and includes <nbcompat.h> at the top of each
*.c file. This should make it even easier to keep sources in
sync with the HEAD.
|