aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-17/+0
| | | | Notes: svn path=/head/; revision=257444
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-4/+9
| | | | | | | Discussed with: erwin, brooks, bapt Notes: svn path=/head/; revision=222035
* - Add support for xz compression to pkg_create, bzip2 remains the defaultFlorent Thoumie2010-10-121-1/+1
| | | | | | | | | | | compression algorithm. - Bump PKG_INSTALL_VERSION to 20101012. Submitted by: mm MFC after: 1 month Notes: svn path=/head/; revision=213718
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-9/+4
| | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=207113
* Use humanize_number to report pen-sizes so people don't have to countPoul-Henning Kamp2008-08-071-0/+3
| | | | | | | the digits when trying to install openoffice. Notes: svn path=/head/; revision=181376
* - Backout 1.15, it was committed by accidentPav Lucistnik2008-05-031-0/+5
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=178754
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-5/+0
| | | | | | | | | | multiple installed packages with the same PKGORIGIN. Reported by: marcus MFC after: 1 month Notes: svn path=/head/; revision=178753
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-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) Notes: svn path=/head/; revision=156813
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-7/+1
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-171-0/+7
| | | | | | | | | | 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. Notes: svn path=/head/; revision=124633
* Replaced black magic with white magic.Ruslan Ermilov2004-01-171-5/+2
| | | | Notes: svn path=/head/; revision=124632
* Use some black make(1) magic to make pkg_install build even withoutMaxim Sobolev2002-02-271-0/+5
| | | | | | | | | Makefile.inc in parent directory (e.g. when checked out from cvs as a module). MFC after: 2 weeks Notes: svn path=/head/; revision=91414
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+0
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+2
| | | | Notes: svn path=/head/; revision=74532
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-0/+8
| | | | | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Notes: svn path=/head/; revision=34149
* Make this stop trying to go into /usr/local and inherit the settingsJordan K. Hubbard1994-09-131-2/+2
| | | | | | | from above instead. Notes: svn path=/head/; revision=2724
* Install man pages in /usr/local/manJordan K. Hubbard1993-08-301-1/+2
| | | | Notes: svn path=/head/; revision=356
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+1
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327