History log of /freebsd-10-stable/usr.sbin/pkg_install/version/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 222035 17-May-2011 flz

Backout libinstall.a -> libpkg commit.

Discussed with: erwin, brooks, bapt


# 207113 23-Apr-2010 flz

- Take libinstall.a out of pkg_install and make it a proper shared library.
- 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.


# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 133596 12-Aug-2004 ru

Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.


# 133501 11-Aug-2004 eik

FWIIW, make the `test' target in pkg_install/version actually work.


# 131285 29-Jun-2004 eik

- pkg_add spawns itself as argv[0] when installing dependent packages, to
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


# 124633 17-Jan-2004 ru

- Properly build both crypto and non-crypto versions of the
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.


# 115157 19-May-2003 des

Retire the useless NOSECURE knob.

Approved by: re (scottl)


# 98766 24-Jun-2002 markm

C replacement for the Perl5 code.

Submitted by: reg


# 83628 18-Sep-2001 bmah

Drop maintainership.


# 75286 07-Apr-2001 ru

beforeinstall -> SCRIPTS.


# 75142 03-Apr-2001 bmah

Implement a package number comparison routine for pkg_version(1)
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


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 64949 22-Aug-2000 billf

Now that Bruce Mah is a committer, retire my co-maintainership
of pkg_version.


# 54052 03-Dec-1999 billf

Correct co-MAINTAINER's e-mail address. I don't know how many
more ways I can screw his address up. Suggestions welcome.


# 53844 28-Nov-1999 billf

Install man pages in the right place. This is what I get for cheating
and copying a Makefile from another directory over to this one.

PR: docs/15140
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>


# 53725 26-Nov-1999 billf

The author of this is REALLY: Bruce A. Mah <bmah@CS.Sandia.GOV>


# 53724 26-Nov-1999 billf

Add the author as co-maintainer, a la mergemaster.


# 53723 26-Nov-1999 billf

Welcome pkg_version into the FreeBSD source tree.

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