summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-14/+0
|
* Backout libinstall.a -> libpkg commit.flz2011-05-171-2/+5
| | | | Discussed with: erwin, brooks, bapt
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-5/+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.
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
|
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-281-1/+1
| | | | casts as lvalue usage whenever possible.
* - 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)
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
| | | | | | it must come before libcrypto in LDADD) Reviewed by: bde
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
|
* WARNS=2 cleanup.sobomax2001-10-101-0/+2
| | | | | Tested on: i386, alpha MFC after: 2 weeks
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+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.
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-10/+4
| | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-2/+2
| | | | | | | | | later at pkg_delete time to verify that you're deleting what you added. This, of course, does NOT cover the case where a file you still need hasn't changed! That's a tougher problem to solve, and this provides only the minimal amount of safety belt. MD5 checksums are stored in comment fields, so packages produced with these tools are backwards compatible with the older ones.
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-0/+2
| | | | | copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile.
* o Fix PR# bin/643 - always set "where_to" properly.jkh1995-07-301-3/+0
| | | | o Nuke dependence on libftp - it's about to die!
* Further work on making all this more robust in the face of failure.jkh1995-04-261-0/+3
| | | | | | | Also allow URL specification for a package. This works for things the package may depend on, too. Allow PKG_PATH to be used anywhere a package is being searched for.
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-1/+8
| | | | | | | out by Bruce. 2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get it to dump its internal packing list out so that the `fake-pkg' rule in bsd.port.mk can generate a more meaningful packing list.
* Now works with/without obj directoriesnate1993-09-201-1/+2
|
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
| | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+8
for info.
OpenPOWER on IntegriCloud