aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pkg_install-devel
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DESTDIR part I.Erwin Lansing2006-08-042-4/+4
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - GrabClement Laforet2005-07-181-1/+1
| | | | Notes: svn path=/head/; revision=139479
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-181-1/+1
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* Log:Dirk Meyer2005-07-101-0/+2
| | | | | | | | | | - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=138789
* update to 20040811: fix compilation with GCC 3.4Oliver Eikemeier2004-08-133-13/+19
| | | | Notes: svn path=/head/; revision=116129
* Test OSVERSION instead of pkg_info -P to enable cross-version buildsOliver Eikemeier2004-07-021-4/+9
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=112714
* update to 20040629: sync with -CURRENTOliver Eikemeier2004-06-303-5/+33
| | | | Notes: svn path=/head/; revision=112609
* update to version 20040623, which has a new `filter mode' for pkg_version -T.Oliver Eikemeier2004-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}' Notes: svn path=/head/; revision=112063
* accidentally packaged a wrong distribution fileOliver Eikemeier2004-06-122-3/+3
| | | | | | | Noted by: Randy Pratt <rpratt1950@earthlink.net> Notes: svn path=/head/; revision=111327
* fix a problem with adding packages recursively under certain conditionsOliver Eikemeier2004-06-122-3/+3
| | | | | | | | Noted by: kris Fix from: marcus Notes: svn path=/head/; revision=111318
* update to version 20040517, which parses 10alpha3 as 10.a3.Oliver Eikemeier2004-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 Notes: svn path=/head/; revision=109417
* Make 4a < 4a0 in order to improve consistency with missing version numbersOliver Eikemeier2004-05-132-3/+3
| | | | | | | and compatibility with other port tools Notes: svn path=/head/; revision=109038
* Update to 20040511Oliver Eikemeier2004-05-122-3/+3
| | | | | | | - fix a glitch when [!...] is used in patterns Notes: svn path=/head/; revision=108984
* - fix package extensions for 4.xOliver Eikemeier2004-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) Notes: svn path=/head/; revision=108694
* enable the use of csh-style {...} choices in glob patterns, e.g.Oliver Eikemeier2004-05-012-3/+3
| | | | | | | /usr/local/sbin/pkg_info 'openldap-{client,server}-*' Notes: svn path=/head/; revision=108085
* Fix usage of pkg_createOliver Eikemeier2004-04-292-3/+3
| | | | | | | | PR: 66081 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=107973
* add an `-S' option to pkg_create, mostlyOliver Eikemeier2004-04-292-3/+3
| | | | | | | useful for clean room package creation (PR 66032) Notes: svn path=/head/; revision=107954
* Introduce '*' as the lowest possible version number, so thatOliver Eikemeier2004-04-162-12/+3
| | | | | | | | | | >=2.* <3.* matches all 2.X versions, even alpha. Fix a malformed conditional, noted by linimon. Notes: svn path=/head/; revision=107180
* update to 20040216:Oliver Eikemeier2004-02-193-5/+4
| | | | | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16 Notes: svn path=/head/; revision=101393
* - remove sourceforge from MASTER_SITESOliver Eikemeier2004-01-274-34/+49
| | | | | | | | - install in /usr/local by default - conflict with sysutils/pkg_install Notes: svn path=/head/; revision=99285
* Development version of the FreeBSD 5.x pkg_install suite of toolsOliver Eikemeier2004-01-267-0/+188
to test new features PR: 56961, 56989 and 57029 Notes: svn path=/head/; revision=99147