summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.flz2011-05-171-2/+2
| | | | Discussed with: erwin, brooks, bapt
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-2/+2
| | | | | | | | | | | - Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now.
* Style fix (use naked commands).flz2008-06-161-7/+3
| | | | Reported by: obrien
* Exclude .svn directories from generated distfile.flz2008-06-031-1/+2
|
* Use PKG_INSTALL_VERSION for the distfile name instead of current date.flz2008-05-281-1/+1
| | | | X-MFC after: pkg_install sync on -STABLE branches
* Add a distfile target to generate a distfile to be used by theflz2008-04-091-0/+16
| | | | ports-mgmt/pkg_install port.
* Retire pkg_sign. It was used to embed signatures in gzip'ed packages.flz2008-03-311-5/+1
| | | | | | It's not relevant since we've changed to bzip2 compression. MFC after: 1 week
* Backout previous commit, since it's done without maintainerskrion2007-12-091-1/+1
| | | | | | | approval. These changes were approved by adding it as port to ports/ tree, but not for src/. I talked to PR submitter and miwi@ some days ago and explained the reasons for it, the both were agree to add it to ports/ only.
* Add the 'pkg_search' script.obrien2007-12-091-1/+1
| | | | | | This makes it easier to figure what packages you want to install. Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>
* Introduce pkg_updating(1) which scans for installed ports and showskrion2007-11-021-1/+1
| | | | | | | | | all ports/UPDATING entries that affect one of the installed ports, and are relevant on the given machine. PR: bin/117564 Submitted by: Beat Gaetzi <beat@chruetertee.ch> MFC after: 14 days
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* - Properly build both crypto and non-crypto versions of theru2004-01-171-3/+2
| | | | | | | package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch.
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
| | | | Approved by: re (scottl)
* Actually, the canonical way would be syntactically correct.des2003-01-091-1/+1
|
* Canonical way of determining whether or not to use crypto.des2003-01-091-1/+1
|
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-081-1/+1
| | | | looking, dog.
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
| | | | MFC after: 1 month
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+3
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Don't build pkg_sign tools if crypto is not installed, or is notwes2001-04-241-1/+2
| | | | | | being built. Reviewed by: kkenn
* Build package signing tools if OpenSSL is included in the build.wes2001-03-051-0/+4
| | | | Prodded-by: kkenn, this time.
* Add pkg_update, which can replace currently installed ports with new versionspaul2000-12-281-1/+1
| | | | while taking of updating all the dependencies.
* Welcome pkg_version into the FreeBSD source tree.billf1999-11-261-1/+3
| | | | | | | | | 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
* Delete obsoleted *dist targets.jkh1994-09-131-13/+0
|
* Cleaning house.jkh1994-01-061-6/+1
|
* Added files necessary for automating packing of distributions.jkh1993-10-101-0/+18
|
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+3
for info.
OpenPOWER on IntegriCloud