| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 04:17:38
1.3.0
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
20 Mar 2011 12:54:45
1.3.0
|
miwi  |
- Get Rid MD5 support |
21 Aug 2008 06:18:49
1.3.0
|
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 ) |
13 Feb 2008 08:55:33
1.3.0
|
miwi  |
- Update to 1.3.0
PR: 120339
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
21 Dec 2006 19:57:49
1.2.0
|
miwi  |
- Update to 1.2.0
Release topics:
- 802.1q VLAN support
- Fixes for compiling on gcc 4.1+
PR: ports107034
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
16 Dec 2006 09:28:17
1.1.5
|
miwi  |
- Fix build with gcc 4.X
PR: ports/106802
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
23 Jan 2006 23:46:06
1.1.5
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Oct 2005 21:19:18
1.1.5
|
linimon  |
Pacify distfile survey. |
12 Apr 2005 03:26:57
1.1.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.1.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
13 Mar 2005 10:32:35
1.1.5
|
krion  |
Update to 1.1.5
PR: ports/78764
Submitted by: maintainer |
07 Nov 2004 00:24:43
1.1.4
|
sergei  |
Add net-mgmt/tcptrack:
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
PR: ports/72543
Submitted by: Tor Halvard Furulund <squat@squat.no> |