Age | Commit message (Collapse) | Author |
|
found by henning@.
|
|
- runs ldconfig to find out search library path.
- if library is in path, mark directory for updating cache.
- run ldconfig when needed, e.g., right before executing something that
might depend on the library.
Doesn't handle destdir case yet.
|
|
Clean up.
|
|
|
|
|
|
|
|
|
|
Don't bother deleting it if it's not there.
|
|
|
|
|
|
- all files go through FileBase, all directories go through DirBase.
- dirclass() is used to switch classes based on final /, so that
@sample, @extra, and @file all take directories as well.
- set NoDuplicateNames() more thoroughly.
- make sure all no-default-conflict objects are correct.
compute_fullname() checks for absolute paths, allowed for @sample and
@extra.
lastfile only gets set for actual files.
special names like INSTALL are only checked for normal files.
add a CVSTag class for @comment $OpenBSD$, so that these get sorted first.
Changes for make-plist rewrite:
clone() method that can create copies of all hash objects, to specialize
if needed.
add_object() method so that add() is now new() followed by add_object()
for most objects (useful for cloned objects).
Check that plist has a name in pkg_create, allowing PackingList to write
unnamed plists.
|
|
|
|
@mandir and @fontdir keywords recognition.
|
|
|
|
a PKG_PATH (easy backward compatibility: is there a slash ?)
That's missing info to enable pkg_add to launch package building
in the ports tree as an alternate source of binary packages.
|
|
|
|
directory/
instead of
@dir directory
okay naddy@
|
|
- modify pkg_create so that it will look for info-[0-9]+ and add them
to the packing-list.
- deal with installing the info file/de-installing it at pkg_add/pkg_delete
time.
tested by naddy@
|
|
The check will have been done for the `parent' file anyways.
noticed by krw@, seems all heavy-duty porters use -q, so we didn't notice
it...
|
|
Add @dir, more powerful than @dirrm, so that we can get rid of those
pesky @exec mkdir -p.
okay naddy@
|
|
instead of computing size and md5.
okay naddy@, sturm@
|
|
the colliding files by package.
okay naddy@, and typo fix naddy/pval.
|
|
okay naddy@, sturm@
|
|
|
|
okay naddy@, with nits from jmc@.
|
|
|
|
on the command-line. Problem noticed by Brad Webb.
|
|
Brad Webb.
|
|
prompted by miod@, okay miod@ millert@.
|
|
|
|
are supposed to.
|
|
ho@
|
|
Approved by at least sturm@ and fries@
|
|
Non absolute mount points ? give me a break.
Fix for ugly nonsense. Problem reported by David Mazieres.
|
|
us a chance to register what's already happened.
|
|
|
|
list uses @owner, @group and/or @mode, setting these did not use the
install prefix. ok deraadt@
|
|
|
|
okay pvalchev@
|
|
- pkg_add -A arch, to make believe we are extracting on a given arch
(matches pkg_create).
- pkg_add -P cdrom/-P ftp, to enforce extracting only cdrom'able packages
or ftp'able packages. Helps a lot for checking cdrom lists.
- dependency look-up will look through local directory listings to solve
dependencies, so that non-default dependencies will work more seemlessly.
(doing the same thing for distant repository will happen after 3.5, but
this requires more apparatus: caching package lists, and killing/restoring
existing connections, plus more error handling).
okay pval
|
|
new method in Logger, annotate, so that the pkg_delete log script can
set
PKG_DESTDIR= conditionally, and use ${PKG_DESTDIR} later on in filenames.
|
|
(so far and intentionally) undocumented interface.
|
|
problem found by John L. Scarfone, who runs a paranoid root.
|
|
|
|
properly contain a dot and other fun characters.
Reported by Jason Ish. Survives a full ports build.
|
|
|
|
-B pkg-destdir, synonymous to -S, and PKG_DESTDIR support.
|
|
okay pvalchev.
|
|
minor optimization: don't try to open pipe to local file that doesn't
exist anyways.
track connections per-host for ftp/http.
Don't allow more than maxcount() connections per-host (for now, one
connection).
tests by sturm@, fries@
|
|
Okay sturm@
|