Age | Commit message (Collapse) | Author | Files | Lines |
|
nroff, nor do we need to depend on textproc/groff.
Regen .0 pages under SunOS and AIX as for audit-packages.
|
|
tree:
Make pkg_add recognise binary packages built with ignored recommendations
(IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites).
This change is fully backward-compatible: binary packages have set the
corresponding BUILD_INFO since RECOMMENDED was implemented. Packages
built before that time will install as before.
Bump PKGTOOLS_VERSION to 20040411.
This closes PR pkg/24712 by Thomas Klausner.
|
|
|
|
USE_BUILDLINK3 instead of USE_BUILDLINK2.
|
|
it on a per-opsys basis (and so that mk.conf can override it to match what
the pkgsrc builder is using).
|
|
- Fix nawk issues (NetBSD-2.0 and Solaris) - Fixes PR pkg/24931
- Fix inverted -k test when generating list of binary packages
- Misc cleanup & removal of debugging entry
|
|
revision 1.5
date: 2004/04/06 05:56:07; author: agc; state: Exp; lines: +14 -11
Fix signature verification after pkg_add and friends were changed to use
fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split
up the command into separate words.
|
|
|
|
- Make kern-GENERIC.tgz part of the default SETS value, so that we get a kernel
inside the chroot. If the user removes it from the list, and no /netbsd file
exists after extraction, create an empty /netbsd kernel.
This fixes packages that look for a kernel during compilation, like net-snmp.
Found by cube@.
|
|
we use it in several places within pkgsrc as a public variable.
|
|
|
|
|
|
|
|
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
|
|
|
|
|
|
|
|
|
|
|
|
links created so the compiler can be found.
fixes build problem in sketch's bulk build.
|
|
|
|
|
|
|
|
|
|
|
|
and directory path match. Addresses PR 23679.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
Check pkgdb_open for correct return value.
From Peter Postma in PR 24863.
|
|
|
|
|
|
multiple identical strings appear in a source file.
As a result, comparing char *o to the "" pointer gives the wrong result
in vis.c, as the "" pointer we're checking against isn't the same as the
"" which initialised char *o.
Use a global pointer initialised to "", and use it for MAKEEXTRALIST()
calls.
Thanks to Christos Zoulas for suggesting the right solution :)
|
|
include creating buildlink3.mk files that include other buildlink3.mk
files outside of the region that is protected against multiple inclusion.
This is required to fix a bug in properly ordering the packages listed
in BUILDLINK_PACKAGES.
|
|
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building
X11 packages work with pkgviews again after the X11_TYPE-related changes.
|
|
in XFree86>=4.3; ignore it when checking dependencies or buildlinking.
Skip also randrext (Xrandr's header files) in this case.
The patch agains x11-links' builtin.mk is a slightly modified version of
the patch jlam@ posted in:
http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html
ok'd by jlam@
|
|
|
|
implementation.
|
|
XXX This line should be removed once pkgsrc/bootstrap is up and running.
|
|
possibly depending on gcc.
XXX This should be removed after digest-handling has been changed to be
XXX done by BUILD_DEPENDS.
|
|
pkg_install, but older NetBSD installations, e.g. 1.5.3, won't support
them. In this case, we explicitly use the native GCC compiler to
avoid problems with depending on pkgsrc GCC for building pkg_install.
|
|
build on OpenBSD ELF platforms.
|
|
|
|
This gets the new pkgsrc bootstrap working on Solaris.
|
|
|
|
|
|
Just a comment doesn't seem to suffice in all cases. For no-op commands,
use an explicit "true" invocation to avoid problems. (A future merge of
current bmake may fix this issue.)
|
|
- check for existence of fsid_t type, and typedef it if missing
- check for existence of struct statvfs.f_basetype field
- if <sys/mkdev.h> is included and makedev() is missing, try to use mkdev()
- add replacement library file for utimes() by wrappering utime()
|
|
Protect from multiple inclusion, in case system headers try to pull it in
(happens on Interix).
|
|
dependency loops, and which are now handled in a more general way
by bsd.buildlink3.mk.
|
|
included manually by a package, but is intended for inclusion by
bsd.buildlink3.mk. It will be used to avoid special-casing x11-links
when creating symlinks into the buildlink directory.
|