summaryrefslogtreecommitdiff
path: root/sysutils/pkg_install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Update to today's -CURRENT snapshotJoe Marcus Clarke2004-04-163-3/+70
| | | | | * Add local patches to cause pkg_add to spawn itself correctly when installing dependent packages. Previously, it would always spawn /usr/sbin/pkg_add.
* Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix someJoe Marcus Clarke2004-02-292-4/+5
| | | | problems with adding certain packages (e.g. docbook-xsl).
* Fix compilation on systems <= 4.4.Joe Marcus Clarke2003-09-041-0/+6
| | | | | | PR: 56324 56389 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix a bad copy-paste error.Joe Marcus Clarke2003-09-021-1/+0
| | | | Reported by: FreshPorts
* * Remove a dependency on bzip2Joe Marcus Clarke2003-09-022-2/+10
| | | | | | | * Roll our own deinstall code since we get into a sticky situation when we try to use the new code [1] Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Remove OpenSSL support in this port so that it does not depend on any otherJoe Marcus Clarke2003-09-012-6/+3
| | | | | | | | | port to be installed. Note, the port still uses USE_BZIP2, but as soon as the local mirrors update, I will remove this as well. This prevents infinite loops on systems <= 4.6. Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add pkg_install, a snapshot of the -CURRENT package installation frameworkJoe Marcus Clarke2003-08-036-0/+92
for use with older versions of FreeBSD. PR: 54478 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>