| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 19445
Submitted by: sobomax
Reviewed by: knu
Approved by: silence
|
| |
|
| |
|
|
|
|
| |
Approved by: jkh
|
|
|
|
|
|
|
| |
pkg_delete be run as root. Now honours -f and checks ownership of
${PKG_DBDIR} before errx()'ing.
Requested by: bin/5718, myself, bin/18373 (in order)
|
|
|
|
|
|
|
|
|
|
|
|
| |
tar files. This fixes clean-up problems during package creation and
does not affect the actual files to be included in the package.
The fix submitted on the attributed PR was identical to the one
obtained from NetBSD.
PR: 17386
Reported by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Obtained from: NetBSD
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
|
|
|
| |
Also, add a cross reference to pkg_info(1) in pkg_version(1). Finally,
in pkg_version(1), don't put a period at the end of the list of see also
man pages.
Noticed by: Matt Ayres <matta@fast.net>
|
|
|
|
| |
just cats it to stdout.
|
|
|
|
|
|
| |
the case where we have a symlink pointing at a dir.
2. Restore stomped character before returning in make_hierarchy()
|
|
|
|
|
|
| |
the case where we have a symlink pointing at a dir.
2. Restore stomped character before returning in make_hierarchy()
|
|
|
|
| |
code. Fix them.
|
|
|
|
|
|
|
|
|
| |
directory is not considered a directory. I have a feeling all the other
stat(2) calls should instead be lstat(2) calls, but I have not suffiently
determined that the current behavior [especially in isfile()] isn't
depended upon by someone.
Ok'ed by: JKH
|
| |
|
|
|
|
| |
Noticed first by: kris
|
|
|
|
|
|
| |
(/var/db/pkg/foo-1.0, instead of just foo-1.0).
Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
|
|
|
|
|
|
| |
satisfy the %s conversion format specifier.
Reported by: Mark Huizer <freebsd@xaa.iae.nl>
|
|
|
|
|
|
|
| |
like Kansas anymore!" when unable to return to the original working
directory.
PR: bin/16015
|
|
|
|
|
|
|
| |
(main.c)
PR: bin/5410
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
|
|
|
|
|
| |
Submitted by: Ming-I Hsieh <mihs@wm28.csie.ncu.edu.tw>
PR: 15667
|
|
|
|
| |
the list of directories being created when we install a package.
|
|
|
|
| |
Submitted by: Dan "The Bug" Bugg <bugg@bugg.strangled.net>
|
|
|
|
|
|
|
|
| |
Add the submitter as a contributor in the man page
freebsd -> FreeBSD, while I'm poking around.
PR: bin/15162
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
|
|
|
|
| |
more ways I can screw his address up. Suggestions welcome.
|
|
|
|
|
|
|
| |
and copying a Makefile from another directory over to this one.
PR: docs/15140
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
pkg_version (as you may well know) matches the existing packages/ports
installed on your system with the ports INDEX and reports which
ports differ from the current INDEX.
Submitted by: Bruce A. Mah <CA.Sandia.GOV>
Reviewed by: ports
|
|
|
|
| |
Reviewed by: billf
|
|
|
|
|
| |
o Simplify getpackagesite(), it comes back in full glory when we branch
again. It's still needed however to get the i386 or alpha directory.
|
|
|
|
| |
respectively to rscript.
|
|
|
|
|
|
|
| |
quotes.
Submitted by: Alexey Zelkin <phantom@cris.net>
PR: 13436
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs.
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
|
|
|
| |
missing prototypes, and empty format strings.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
| |
converted to '?'.
|
|
|
|
| |
Submitted by: Ben Olson <bseth@chc-chimes.com>
|
| |
|
|
|
|
|
|
| |
by buffer overflow.
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
know what revision of FreeBSD is being run. This case should never happen,
but just in case.
|
|
|
|
| |
Submitted by: Brian Feldman
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wcarchive. This needs to be updated when:
(a) The directory structure changes on wcarchive
(b) getosreldate() has a new significance
(ie. get ELF packages/get a.out packages)
(c) Branches are changed around
As we stand right now, 3.0-postELFday and 4.0-x all point to the same
directory, but when 4.0 starts to have its own packages, this file will
need to be changed.
|
|
|
|
| |
Submitted by: Brian Feldman <green@unixhelp.org>
|