| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Feb 2007 01:08:46
20040811
|
pav  |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
04 Aug 2006 12:34:50
20040811
|
erwin  |
Add support for DESTDIR part I.
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 |
24 Jan 2006 01:06:45
20040811
|
edwin  |
SHA256ify
Approved by: krion@ |
18 Jul 2005 09:43:44
20040811
|
clement  |
- Grab |
18 Jul 2005 03:49:55
20040811
|
linimon  |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
10 Jul 2005 10:05:08
20040811
|
dinoex  |
- allow build with openssl installed from ports.
PR: 76643
Reviewed by: William Fletcher
Approved by: MAINTAINER timeout |
13 Aug 2004 17:01:02
20040811
|
eik  |
update to 20040811: fix compilation with GCC 3.4 |
02 Jul 2004 00:31:18
20040629
|
eik  |
Test OSVERSION instead of pkg_info -P to enable cross-version builds
Requested by: kris |
30 Jun 2004 10:31:45
20040629
|
eik  |
update to 20040629: sync with -CURRENT |
23 Jun 2004 15:55:45
20040623
|
eik  |
update to version 20040623, which has a new `filter mode' for pkg_version -T.
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}' |
12 Jun 2004 08:45:05
20040612
|
eik  |
accidentally packaged a wrong distribution file
Noted by: Randy Pratt <rpratt1950@earthlink.net> |
12 Jun 2004 01:13:35
20040611
|
eik  |
fix a problem with adding packages recursively under certain conditions
Noted by: kris
Fix from: marcus |
18 May 2004 10:06:29
20040517
|
eik  |
update to version 20040517, which parses 10alpha3 as 10.a3.
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 |
13 May 2004 01:19:44
20040512
|
eik  |
Make 4a < 4a0 in order to improve consistency with missing version numbers
and compatibility with other port tools |
12 May 2004 07:27:20
20040511
|
eik  |
Update to 20040511
- fix a glitch when [!...] is used in patterns |
08 May 2004 15:47:56
20040501
|
eik  |
- fix package extensions for 4.x
- 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) |
01 May 2004 11:41:43
20040501
|
eik  |
enable the use of csh-style {...} choices in glob patterns, e.g.
/usr/local/sbin/pkg_info 'openldap-{client,server}-*' |
29 Apr 2004 14:09:08
20040429
|
eik  |
Fix usage of pkg_create
PR: 66081
Submitted by: Toni Viemero <toni.viemero@iki.fi> |
29 Apr 2004 09:23:38
20040426
|
eik  |
add an `-S' option to pkg_create, mostly
useful for clean room package creation (PR 66032) |
16 Apr 2004 01:24:47
20040412
|
eik  |
Introduce '*' as the lowest possible version number, so that
>=2.* <3.*
matches all 2.X versions, even alpha.
Fix a malformed conditional, noted by linimon. |
19 Feb 2004 12:39:52
20040216
|
eik  |
update to 20040216:
- enables the use of `+' in version numbers:
1.0.1+2003.09.16 > 1.0+2003.09.16 |
27 Jan 2004 17:36:08
20040125_1
|
eik  |
- remove sourceforge from MASTER_SITES
- install in /usr/local by default
- conflict with sysutils/pkg_install |
26 Jan 2004 00:07:12
20040125
|
eik  |
Development version of the FreeBSD 5.x pkg_install suite of tools
to test new features
PR: 56961, 56989 and 57029 |