Age | Commit message (Collapse) | Author | Files | Lines |
|
From Greg A. Woods. Fixes PR pkg/22957.
|
|
|
|
|
|
the font program symlinks at both view-deinstall and normal deinstallation
time since the files aren't listed in the PLIST (the font programs are
handled completely by the INSTALL/DEINSTALL scripts).
|
|
normally apply: treat them as if the distinfo file was empty.
This solves the reason why pkgtools/pkg_install/distinfo was resurrected,
and allows us to remove it again, since it had the side effect of
introducing a dependency on digest, which is not acceptable when updating
pkg_install: it made it impossible to use the pkgsrc tree, as reported
by several people.
|
|
patches (any more). This prevents SUP users who dont use the "delete" flag
properly to accidentally apply the patches they still have
(which is the reason why we keep patches in the distinfo file at all).
|
|
New features include fetching binary packages using HTTP (thanks wiz!)
and some minor speed optimizations for pkg_delete.
|
|
Add support for NetBSD 1.6.2.
XXX The "release date" is fiction.
|
|
Bernd Ernesti.
|
|
provide a csh example as well as a bourne shell example.
|
|
|
|
XFree86-current.
|
|
yes, this deliberately does not expand ${X11BASE}, as that would
lead to the same confusion (X11R6 vs. openwin, etc.) when we use
this pkg's COMMENT on the web site/search.
|
|
- Do not list pkgconfig files as libraries.
- Save one grep and be more precise about removing
pkgconfig and intltool buildlink2 file inclusions.
|
|
Changes include supporting XFree86-4.3.99.14 aka XFree86-current.
Added some new library versions and some freetype2 include files.
And bump the required version number in the bsd.buildlink mk's.
|
|
|
|
|
|
|
|
Closes second part of PR 23126.
Welcome to 3.65!.
|
|
directory for man pages in the PLIST.
fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
|
|
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg.
|
|
noted by Pierre Bourgin on tech-pkg.
|
|
bump to 3.64.
|
|
|
|
file based upon the packages currently installed on the host machine.
|
|
|
|
perl 5.6.1 realpath() cannot handle files, only directories.
Handle this case, with the only downside that if the last component in
an include path is a symlink the 'performance boost' duplicate check
may not work. Reported by Todd Vierling
|
|
Additional duplicate check in -l
|
|
Update -L:
Do not reset the logfile at the start of each package. Also
try to make the 'tail' of the logfile in the event of an
error more useful.
Implement -l:
List the filename for all binary packages (including the
exact dependencies against which each package was built)
based on pkgchk.conf. Will abort if a binary package is
missing. This can be used (in conjunction with -U and -D)
to determine what packages would need to be copied to a
remote machine to ensure it was completely up to date.
|
|
Fix a mostly harmless bug: a utsname.machine string was added at the
end of utsname.version string.
|
|
lintpkgsrc - handle the buildlink include fest:
- Using realpath() to fix exclude of duplicate includes speeds
up 'lintpkgsrc -rp' on a PIII-500 from 40 minutes to 3
- Excluding buildlink[^/]*.mk files unless -d is specified further
speeds up to just under 1 minute
|
|
|
|
in linkfarm.sh and pkg_view.sh.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
This fixes build problems of mtree and pax on Irix.
|
|
|
|
|
|
|
|
use ${TEST} -e instead.
noted by mlh@goatnospamhill.org on tech-pkg@.
|
|
|
|
|
|
|
|
- Do not include pkgconfig's nor intltool's dependancies in new generated bl2
files. These are *build* dependancies, and the package providing the bl2
should not assume we will be using them.
|
|
Bump version to 1.5.
|