Age | Commit message (Collapse) | Author | Files | Lines |
|
digest is installed too (-> explicit DEPENDS).
|
|
|
|
needed.
|
|
files, and substitute for a few more utilities instead of using unqualified
names for programs.
|
|
This is the same as the one in X11.tmpl, but without the LinkConfDirectory.
LinkConfDirectory removes the app-defaults directory in $(PREFIX)/lib/X11
and creates a link to the real X11 app-defaults directory and moves the old
app-defaults files into it. This is not what we want for pkgsrc.
This is for the people who use the real XFree86 version and not the one from
xsrc/xfree which has a NetBSD specific hack which breaks sharing /usr/X11R6.
Bump to version 1.2.
|
|
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail.
|
|
|
|
Some slight improvements while I'm here.
That's worth a new major: 3.00.
|
|
Bump to 2.57.
|
|
Add an export line to do so to the example.
|
|
Changes are:
add a '-X directory' option which allows you to specify a directory whose
contents should be included on the last CD of the set. This is useful
for including, for example, a pkgsrc.tar.gz tarball which doesn't need
to be duplicated on each CD.
make the usage output be a little better. in particular, list the options
and mention the existance of a manpage.
|
|
new reality.
|
|
|
|
lintpkgsrc:
If a binary package matches more than one vulnerability, only report once.
Ensure LINTPKGSRC is set when parsing mk.conf
|
|
|
|
|
|
Fix lintpkgsrc to correctly parse packages containing '+',
from PR 12996 by Wolfgang Rupprecht
|
|
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the
failure message as a patch. Change to abort if pkgdiff has a non zero exit
(with the pkgdiff output). Also add a '-v' flag to indicate which .orig
file is being associated with which patchfile as processed.
|
|
|
|
in environment, mk.conf, or command line.
|
|
|
|
Extend 'lintpkgsrc -u' to list REQUIRED entries for mismatched packages,
handle PACKAGES?=xxx in mk.conf
|
|
|
|
Handle empty variable settings 'VAR=' in lintpkgsrc, to match
recent postgresql package Makefiles
|
|
|
|
|
|
continuation lines.
Bump to 2.51.
|
|
by the pre-install target, depending upon the setting of MANINSTALL.
|
|
|
|
|
|
|
|
Implement pkglint -V which displays pkglint version
(Useful for ftp.netbsd.org automated checks)
|
|
|
|
to eliminate inter-cd dependencies from Todd Vierling.
|
|
lintpkgsrc now handles '/1' suffix in make S:x:y: expressions
|
|
wants to hack on the package and is not otherwise used (so I don't feel
bad adding it during the freeze).
|
|
|
|
cdpack is a small utility for creating ISO 9660 images for
a multi-CD binary package collection. The utility creates
ISO 9660 images for all the binary packages in a specified
directory. A choice of two algorithms is available for how
the packages are grouped. The "no duplication" algorithm
arranges the packages so any package on CD number `n' will
have all of its dependencies on CD numbers 1 through `n'.
The "no inter-CD depends" algorithm will place certain
packages on more than one CD to ensure that each CD is self
contained (all package dependencies are satisfied within
the single CD).
|
|
have /usr/pkg/bin in the default path for cron etc. ick.
|
|
Bump to 2.48.
|
|
Bump to 2.47.
|
|
* Instead of creating the bsd.perl.mk file at build-time, create it at
install-time using the currently-installed perl executable. This change
forces that bsd.perl.mk PERL5_* variables to be consistent with the
version of the installed perl package, regardless of whether perl-mk is
installed as a binary package or not. This fixes a problem noted on
tech-pkg by manu@netbsd.org.
|
|
Fixes a bogus warning for at least devel/patch.
|
|
Bump to 2.45.
|
|
|
|
|
|
|
|
(and install) this package.
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ add distfile sizes to distinfo
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ add distfile sizes to distinfo
|