| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Apr 2009 09:52:40
1.0
|
miwi  |
- Update to 1.0
PR: 133318
Submitted by: Ports Fury |
13 Mar 2009 23:27:19
0.5.1_1
|
shaun  |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
21 Aug 2008 07:18:49
0.5.1_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Mar 2008 09:51:43
0.5.1_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
17 Oct 2007 11:13:01
0.5.1_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
19 Jun 2006 21:06:59
0.5.1
|
shaun  |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
09 May 2006 15:30:49
0.5.1
|
vd  |
Give maintainership to submitter and remove USE_REINPLACE
PR: ports/97030
Submitted by: Shaun Amott <shaun@inerd.com> |
25 Nov 2005 15:31:02
0.5.1
|
pav  |
- Add SHA256 |
15 Apr 2005 18:53:03
0.5.1
|
flz  |
- Update to 0.5.1.
PR: ports/79974
Submitted by: Ports Fury |
12 Apr 2005 04:26:57
0.5.0_2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.5.0_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
08 Aug 2004 09:11:20
0.5.0_2
|
krion  |
Drop maintainership. |
29 Jun 2004 14:33:41
0.5.0_2
|
krion  |
Add patch which disables annoying log warnings when only auth
is used.
Submitted by: Bohdan Horst <nexus@irc.pl> |
16 Apr 2004 15:42:39
0.5.0_1
|
krion  |
- Remove USE_SIZE knob |
04 Feb 2004 05:21:48
0.5.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
30 Jan 2004 14:05:15
0.5.0
|
krion  |
- SIZEify |
15 Nov 2003 08:45:47
0.5.0
|
krion  |
- Update to version 0.5.0 |
22 Jul 2003 11:34:12
0.4.1
|
krion  |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
15 Jul 2003 09:50:53
0.4.1
|
erwin  |
Add esmtp 0.4.1,
esmtp is a user configurable relay-only Mail Transfer Agent
(MTA) with a sendmail compatible syntax. It's based on libESMTP
supporting the AUTH (including the CRAM-MD5 and NTLM SASL
mechanisms) and the StartTLS SMTP extensions.
These are the esmtp features:
* fully sendmail command line compatible,
* supports the AUTH SMTP extension, with the CRAM-MD5 and
* NTLM SASL mechanisms,
* support the StartTLS SMTP extension,
* requires no administration privileges,
* individual user configuration,
* does not receive mail, expand aliases or manage a queue.
PR: 54491
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |