| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
20031008_2
|
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 ) |
04 Oct 2007 00:04:44
20031008_2
|
edwin  |
Remove support for OSVERSION < 5 |
14 Jun 2006 21:46:27
20031008_2
|
marius  |
Use MASTER_SITE_LOCAL instead of a private server.
Approved by: netchild |
20 Feb 2006 12:38:28
20031008_2
|
marius  |
- Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.
Approved by: netchild |
22 Jan 2006 09:48:59
20031008_1
|
edwin  |
SHA256ify
Approved by: krion@ |
30 Aug 2005 19:37:02
20031008_1
|
marius  |
Remove no longer available WWW and site from MASTER_SITES (author passed
away and domain expired shortly after).
Approved by: netchild |
20 Apr 2004 14:49:29
20031008_1
|
netchild  |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
19 Mar 2004 01:51:15
20031008_1
|
trevor  |
Add size data, approved by maintainers. |
04 Jan 2004 13:56:20
20031008_1
|
netchild  |
Replace "/etc/nologin" with "/var/run/nologin" in manpage to reflect
reality.
Submitted by: maintainer |
09 Oct 2003 09:46:46
20031008
|
netchild  |
Update to 20031008. This fixes a bug where ftpd-tls would log bogus file
sizes for transfered files. On other operating systems (e.g. GNU/Linux) it
was even more severe as it also affected the file sizes ftpd-tls announced
in advent of a file transfer.
Submitted by: maintainer |
25 Sep 2003 12:34:39
20030924
|
netchild  |
- Update to 20030924. If you're running 20030520 there is no need to
update, the only change is that it now incorporates two patches
previously part of this port.
- Fix PLIST, the sample start-up script was missing.
Submitted by: maintainer |
10 Sep 2003 09:11:49
20030520
|
netchild  |
Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.
Submitted by: Marius Strobl <marius@alchemy.franken.de> |