| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
17 Oct 2011 02:45:09
0.5.20_2
|
wen  |
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTDOCS/PLIST_FILES
PR: ports/161617
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
20 Mar 2011 12:54:45
0.5.20_1
|
miwi  |
- Get Rid MD5 support |
10 Nov 2009 08:59:06
0.5.20_1
|
linimon  |
Reset hoek@ who has been inactive for quite some time.
Hat: portmgr |
30 Jan 2007 10:25:34
0.5.20_1
|
pav  |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr |
03 May 2006 23:38:41
0.5.20_1
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
04 Jan 2006 12:03:33
0.5.20_1
|
edwin  |
[patch] bug in the uulib-0.5.20
uudeview's author makes 1023 chars as maximum header line
length (see line 167 of uulib/uuscan.c). Handling this
limit in the ScanHeaderLine function may skip all header
lines after very long splitted line because of finding CR
in the truncated string (at ptr) instead of scan source
stream (uugen_inbuffer).
PR: ports/84999
Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru>
Approved by: maintainer timeout |
04 Jan 2006 12:03:13
0.5.20_1
|
edwin  |
[patch] bug in the uulib-0.5.20
uudeview's author makes 1023 chars as maximum header line
length (see line 167 of uulib/uuscan.c). Handling this
limit in the ScanHeaderLine function may skip all header
lines after very long splitted line because of finding CR
in the truncated string (at ptr) instead of scan source
stream (uugen_inbuffer).
PR: ports/84999
Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru>
Approved by: maintainer timeout |
25 Mar 2004 03:41:25
0.5.20
|
hoek  |
Upgrade to 0.5.20 to fix two buffer overflows
Advised by: nectar |
25 Mar 2004 03:08:39
0.5.19  |
hoek  |
Update my email address and make a slight formatting improvement. |
19 Mar 2004 15:38:20
0.5.19  |
eik  |
mark FORBIDDEN:
http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9645-0020ed76ef5a.html |
18 Mar 2004 18:01:13
0.5.19  |
trevor  |
Add size data, approved by maintainers. |
18 Jan 2004 14:39:16
0.5.19  |
clement  |
- Update to 0.5.19
PR: 61518
Submitted by: Ports Fury
Approved by: erwin (mentor) (implicitly) |
22 Oct 2003 09:37:18
0.5.18  |
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
07 Mar 2003 05:58:00
0.5.18  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
06 Sep 2002 13:45:33
0.5.18  |
hoek  |
USE_REINPLACE rather than a somewhat convoluted perl expression. |
05 Sep 2002 02:16:03
0.5.18  |
hoek  |
The configure script was trying to modify CFLAGS to prevent
both '-O' and '-g' from being included. Under some combinations,
this could even cause the resulting CFLAGS to be unuseable. Avoid
any illicit touching of the CFLAGS.
PR: ports/39317 (Chris Wasser <cwasser@shaw.ca>) |
02 Sep 2002 04:00:45
0.5.18  |
hoek  |
"libuu" -> "uulib" |
02 Sep 2002 03:49:58
0.5.18  |
hoek  |
Upgrade to uulib 0.5.18. This adds support for yEnc.
Significantly inspired by PR: ports/41508 (KATO Tsuguru) |
02 Sep 2002 03:47:53
0.5.18  |
hoek  |
Use safe temp files. I'll try to cook-up a different version of
these to submit back to the author once I digup my autoconf manual
again. :( |
01 Sep 2002 13:47:34
0.5.13  |
hoek  |
Update webpage URL. List yEnc as a supported encoding method (which
it will be as soon I finish updating this port). |
04 Sep 2001 00:09:05 
|
dwcjr  |
Use ${PERL} instead of perl Add ${DOCSDIR} support Add NOPORTDOC compliance
|
08 Oct 2000 00:48:42 
|
asami  |
Convert category converters to new layout. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 17:44:17 
|
sobomax  |
First round of INSTALL_SHLIB fixes. |