aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg_install-devel
Commit message (Collapse)AuthorAgeFilesLines
* Log:dinoex2005-07-101-0/+2
| | | | | | | - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout
* update to 20040811: fix compilation with GCC 3.4eik2004-08-143-13/+19
|
* Test OSVERSION instead of pkg_info -P to enable cross-version buildseik2004-07-021-4/+9
| | | | Requested by: kris
* update to 20040629: sync with -CURRENTeik2004-06-303-5/+33
|
* update to version 20040623, which has a new `filter mode' for pkg_version -T.eik2004-06-232-3/+3
| | | | | | If you want to know which ports match '{,??-}apache{,-*}<2.*', do /usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
* accidentally packaged a wrong distribution fileeik2004-06-122-3/+3
| | | | Noted by: Randy Pratt <rpratt1950@earthlink.net>
* fix a problem with adding packages recursively under certain conditionseik2004-06-122-3/+3
| | | | | Noted by: kris Fix from: marcus
* update to version 20040517, which parses 10alpha3 as 10.a3.eik2004-05-182-3/+3
| | | | | | | | | Special strings parsed that way are pl, alpha, beta, pre and rc. Affected ports: - databases/sybtcl sybtcl-3.0rc2 - graphics/linux-bmrt linux-bmrt-2.6beta - net/py-ldap2 py23-ldap2-2.0.0pre21
* Make 4a < 4a0 in order to improve consistency with missing version numberseik2004-05-132-3/+3
| | | | and compatibility with other port tools
* Update to 20040511eik2004-05-122-3/+3
| | | | - fix a glitch when [!...] is used in patterns
* - fix package extensions for 4.xeik2004-05-082-3/+3
| | | | | | | | | | - add support for 4.10-release Now /usr/local/sbin/pkg_add -r openldap21-client should work on all FreeBSD versions - FWIIW, fix pkg_sign -t sha1 (PR 66354)
* enable the use of csh-style {...} choices in glob patterns, e.g.eik2004-05-012-3/+3
| | | | /usr/local/sbin/pkg_info 'openldap-{client,server}-*'
* Fix usage of pkg_createeik2004-04-292-3/+3
| | | | | PR: 66081 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* add an `-S' option to pkg_create, mostlyeik2004-04-292-3/+3
| | | | useful for clean room package creation (PR 66032)
* Introduce '*' as the lowest possible version number, so thateik2004-04-162-12/+3
| | | | | | | >=2.* <3.* matches all 2.X versions, even alpha. Fix a malformed conditional, noted by linimon.
* update to 20040216:eik2004-02-193-5/+4
| | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16
* - remove sourceforge from MASTER_SITESeik2004-01-284-34/+49
| | | | | - install in /usr/local by default - conflict with sysutils/pkg_install
* Development version of the FreeBSD 5.x pkg_install suite of toolseik2004-01-267-0/+188
to test new features PR: 56961, 56989 and 57029