summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* 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-282-8/+10
* Mechanically kill hard sentence breaks.ru2004-07-021-40/+80
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-293-5/+5
* - pkg_create: new flag -S (clean room installation)eik2004-06-295-33/+74
* - Properly build both crypto and non-crypto versions of theru2004-01-171-5/+0
* Correct truncation detection after use of snprintf: The case wherenectar2003-12-171-2/+2
* Clarify the order of arguments passed to the pre-/post-install scriptroam2003-08-261-1/+1
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-174-6/+41
* english(4) police.schweikh2002-12-271-3/+3
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-061-2/+2
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* Grammar nit.obrien2002-06-041-1/+1
* mdoc(7) police: markup nits.ru2002-05-301-2/+4
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
* Remove cross reference to pkg_update(1).eric2002-05-161-1/+0
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-0/+3
* replace __FUNCTION__ with standardized __func__.alfred2002-05-112-17/+17
* fix build:alfred2002-05-112-15/+21
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-052-1/+18
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* Fix SCM ID's.obrien2002-04-013-15/+9
* Provide protection against incorrect input (dependency list).sobomax2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumsobomax2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.keramida2002-01-151-0/+1
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-102-1/+20
* WARNS=2 cleanup.sobomax2001-10-104-25/+28
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-084-22/+97
* Various fixes and improvements:sobomax2001-09-191-0/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-2/+2
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+3
* Remove whitespace at EOL.dd2001-07-151-19/+19
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-172-13/+25
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-5/+30
OpenPOWER on IntegriCloud