summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.flz2011-05-171-0/+5
| | | | Discussed with: erwin, brooks, bapt
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-5/+0
| | | | | | | | | | | - 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.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
|
* FWIIW, make the `test' target in pkg_install/version actually work.eik2004-08-111-1/+1
|
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-1/+2
| | | | | | | | | | | | | | | | | | enable the use as a port on older systems - use absolute paths in all calls to external programs, to account for strange PATH settings - use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on FreeBSD 4.x as a port. - conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the pkg_install tools can be kept in sync on 4.x and 5.x - Bump PKG_INSTALL_VERSION Reviewed by: portmgr (bento run) MFC after: 4 weeks
* - Properly build both crypto and non-crypto versions of theru2004-01-171-5/+0
| | | | | | | 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)
* C replacement for the Perl5 code.markm2002-06-241-2/+14
| | | | Submitted by: reg
* Drop maintainership.bmah2001-09-181-1/+0
|
* beforeinstall -> SCRIPTS.ru2001-04-071-4/+1
|
* Implement a package number comparison routine for pkg_version(1)bmah2001-04-031-0/+3
| | | | | | | | | | | | that actually conforms to the Porters Handbook. Add a -t option to pkg_version(1) for doing comparison testing. Add a script (and make test target) to do some regression tests on the package number comparison routine, to help debug future revisions. Submitted by: knu Procrastination by: bmah
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+1
| | | | - MAN[1-9] -> MAN.
* Now that Bruce Mah is a committer, retire my co-maintainershipbillf2000-08-221-2/+1
| | | | of pkg_version.
* Correct co-MAINTAINER's e-mail address. I don't know how manybillf1999-12-031-1/+1
| | | | more ways I can screw his address up. Suggestions welcome.
* Install man pages in the right place. This is what I get for cheatingbillf1999-11-281-1/+1
| | | | | | | and copying a Makefile from another directory over to this one. PR: docs/15140 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* Add the author as co-maintainer, a la mergemaster.billf1999-11-261-0/+1
|
* Welcome pkg_version into the FreeBSD source tree.billf1999-11-261-0/+10
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
OpenPOWER on IntegriCloud