Age | Commit message (Collapse) | Author | Files | Lines |
|
bump to 20030630.
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------
revision 1.58
date: 2003/06/27 05:01:21; author: lukem; state: Exp; lines: +7 -1
If _rc_subr_loaded=true, "return" immediately, otherwise set that var
and continue as normal.
Gains ~ 2 seconds on 110 runs of ". rc.subr" on a shark.
Suggested by Andrew Cagney in [bin/18400]
----------------------------
revision 1.57
date: 2003/06/27 04:06:01; author: lukem; state: Exp; lines: +2 -2
run_rc_command(): when checking if ${command} exists before executing it,
be sure to check under ${name_chroot} (if set).
Fix from Ed Ravin in [bin/18523]
----------------------------
revision 1.56
date: 2003/06/03 14:00:45; author: christos; state: Exp; lines: +4 -4
Use more concise shell syntax:
1. for i in $* -> for i
2. foo=$* -> foo="$@"
|
|
Quote % characters in macro lines.
|
|
deleting as non-root works fine, so don't insist on running as root
|
|
forward declarations of the uid_from_user functions.
|
|
add RCS Id
|
|
need in tzfile.h, avoid redefinition warnings.
|
|
with bootstrap-pkgsrc/digest.
|
|
|
|
include tzfile.h and sys/mkdev.h in nbcompat.h.
bump to 20030622.
|
|
|
|
minor whitespace fix.
bump to 20030622.
|
|
|
|
This package allows you to use rc.subr-style rc scripts (such as
those included in pkgsrc) on other operating systems.
|
|
many (>500) packages installed. Bump package version to 1.39.
|
|
|
|
Handle 'PKGPATH=' and 'PKGPATH= ' in pkg_info -B.
From Marc Recht in PR pkg/21895
|
|
|
|
I expect that since all possible code paths through this function did,
as their last step, an assignment of what was to be the return value,
that the registers somehow ended up nicely arranged after we fell out
of the bottom of the function.
But it's still better just to return a value.
|
|
Run 'make update' with 'CLEANDEPENDS=yes' to clean up after us as we go
|
|
- In lintpkgsrc check for invalid PKGREVISION, and handle PKGREVISION=0
|
|
hashes (fooInit(), fooUpdate(), fooFinal(), and fooFile()) are in the
array of structs that list the digests we support.
This makes the code somewhat simpler, easier to patch, and makes it
much easier to add new algorithms.
Note that since this *only* changes the inner workings of the digest
program, we don't need to touch the version number.
Approved (finally) by agc. :)
|
|
allows you to get context style or plain diffs from mkpatches or
pkgdiff, instead of the default unified format.
Sometimes it's very nice to be able to look at a different diff
format.
|
|
|
|
XSgi is based on Release 6 of the X Consortium distribution, but it also
has a whole bunch of symlinks into Motif libraries and headers.
When installing the links, grab the right ABI.
|
|
__sun is defined by cpp. Hence the build was quite broken
on Solaris.
Fix by adding configure bits to check for locale.h, setlocale() and
LC_MESSAGES.
Build is now ok on Solaris 9 and Solaris 8.
Bump PKGREVISION.
|
|
second $).
|
|
Fix this once for all the way GNU TeXinfo does it: provide GNU
getopt* sources and unconditionally compile them!
Bump PKGREVISION.
|
|
individually.
|
|
|
|
|
|
Collection.
This package provides a standalone GNU install-info utility.
|
|
|
|
bump to 20030609.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
Belatedly document pkgvi's '+command' option per zuntum@ request.
As textproc/groff now brings in a lot of dependencies
don't make it a build dependency for this package on Solaris.
XXX Hence do not install any man pages on Solaris. This is a temporary
stopgap measure. Do people really want a somewhat important number of
dependencies installed just to be able to do 'man mkpatches'? I surely
don't... A better solution has to be devised.
But as added bonus this package now handles gracefully MANINSTALL setting.
See you have not lost everything!
|
|
- Add pkg_tarup_all to tarup a pkg plus all it's dependencies.
|
|
|
|
|
|
warnings.
|
|
When passed -f run fetch on all packages to be updated, not just
the set suitable for 'make update'. Should fix PR 16785.
|
|
|
|
Handle missing /etc/mk.conf - fixes PR pkg/21471 from Tomasz Luchowski
|