summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove useless -lftp arguments from Makefiles.jkh1995-08-041-3/+0
| | | | Suggested by: ache
* Add a great deal more error checking to various things.jkh1995-04-261-0/+3
|
* 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