Age | Commit message (Collapse) | Author | Files | Lines |
|
List all packages that depend on a particular package; needs the INDEX file
Usage: 'make show-deps PKG=openssl'
PKG: name of the package
No make dependency on INDEX by purpose, since INDEX generation
right now happens too often (too much phoniness, I guess).
|
|
|
|
|
|
|
|
|
|
available) and tell the user what to do. Addresses PR pkg/22413.
|
|
target:<space>depends, not <tab>
|
|
* rename DEPENDSDB to PKGDB
* move build of PKGDB to its own target so make(1) removes it if it
bombs.
ok'd by dmcmahill@.
|
|
several orders of magnitude and 'make index' now takes 30 minutes or so
instead of several days on my test machine. The approach now is to take
one pass through every package and extract some key information including
the explicitly listed dependencies. After the data is extracted, the
dependencies are flattened in one step which avoids the extremely
inefficient recursive make that was previously used.
|
|
|
|
|
|
to add local directories to the build hierarchy (e.g. wip, local).
|
|
|
|
new and much more efficient code. Previously a 'make readme' took over
3 weeks on my SS5 and now takes < 3 hours. The number of make calls has
been reduced from somewhere over 1,000,000 to one per package which is
around 3,000. The mk/scripts/mkreadme script does all the work now. This
script has been used in standalone form for a month or two on ftp.netbsd.org
and has had no problem.
|
|
Remove continuous blank lines.
|
|
Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation
fails. This didn't show up before because formerly _PKGSRCDIR was previously
set in bsd.pkg.mk instead of bsd.prefs.mk as it is now.
Should fix bulk build dependency problems noted recently by Hubert.
|
|
|
|
Add the inputmethod category.
This is part of the japanese category retirement.
|
|
|
|
the cache files used during a bulk pkgsrc build.
- replace the code in the build script that used to create the cache
files with a 'make bulk-cache' call.
|
|
as IPv6-enabled. Fixes pkg/13394.
|
|
|
|
to main Makefile.
|
|
|
|
|
|
from x11 to wm; fix paths in packages that depend on the moved ones.
|
|
locations (moved to finance).
|
|
work on netbsd-1-5 at all.
|
|
sets MKCRYPTO=no, packages in this category won't be fetched, installed,
built, or packaged. Also, binary package users forbidden, by law, from
using strong cryptography would presumably find the list on the category's
automatically generated web page useful for ensuring compliance.
|
|
|
|
|
|
show-pkgsrc-dir target to compile a list of host specific package
directories from which the packages can be built and installed.
|
|
"^BUILD_DEFS.*=.*USE_INET6" instead of just "USE_INET6" in the pkg's
Makefile.
Suggested by Jun-ichiro itojun Hagino <itojun@iijlab.net> on tech-pkg.
|
|
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
|
|
packages.
|
|
Fixes PR 9120 by Michael Eriksson T/K 2 <Michael.Eriksson@era-t.ericsson.se>
|
|
|
|
lose the <TD VALIGN=TOP> entries (the <TR VALIGN=TOP> should be sufficient).
Suggested by David Brownlee <abs@mono.org> on tech-pkg@netbsd.org.
|
|
|
|
(README-all.html), and reference this file.
|
|
|
|
|
|
|
|
|
|
being pulled in twice.
|
|
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of
looping through all the categories and then all the packages within that,
simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS},
${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace
separated lists of categories/packages e.g.
SITE_SPECIFIC_PKGS+= devel/cvs security/ssh
The default behaviour is unchanged - if SPECIFIC_PKGS is not defined,
the whole hierarchy will be traversed.
Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS,
SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and
USER_SPECIFIC_PKGS.
Modify the ispell package to use the make definition ISPELL_LANG,
rather than just LANG (which can clash with the environment variable
of the same name), and modify mk.conf.example accordingly.
|
|
ja-less-332.
|
|
|
|
|
|
|