| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Sep 2008 04:42:43
1.1.2.1_2,1
|
linimon  |
Reset shipley@dis.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
21 Aug 2008 07:18:49
1.1.2.1_2,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 ) |
29 May 2008 03:03:12
1.1.2.1_2,1
|
edwin  |
patch net/libnet's configure to not do anymore checks of bpf device
when building net/libnet, bpf has been there since FreeBSD
3.X, so do not do anymore checks. this is useful when
building in jails as they don't have bpf. this is somewhat
like #113893
PR: ports/123213
Submitted by: Mars G Miro <spry@anarchy.in.the.ph>
Approved by: maintainer timeout |
31 Jan 2007 14:09:55
1.1.2.1_1,1
|
pav  |
- Patch net/libnet* to versioned libraries and header files, so they can
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr |
22 Jan 2006 21:24:05
1.1.2.1,1
|
edwin  |
SHA256ify
Approved by: krion@ |
14 Nov 2005 17:07:08
1.1.2.1
|
sem  |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> |
31 Mar 2004 04:12:58
1.0.2a
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
1.0.2a,1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
14 Feb 2004 22:08:23
1.0.2a,1
|
krion  |
- Utilize CONFLICTS with net/libnet-devel |
30 Jul 2003 08:51:29
1.0.2a,1
|
krion  |
Fix build on -current
PR: 54612
Submitted by: krion
Approved by: fjoe (mentor) (implicit)
Maintainer timeout: 8 days |
27 Mar 2003 00:04:09
1.0.2a,1
|
kuriyama  |
Back out last commit.
1.1.0 is already in net/libnet-devel and has different API.
Bump $PORTEPOCH for my mistake.
Spotted by: sheldonh |
26 Mar 2003 14:21:04
1.1.0
|
kuriyama  |
Upgrade to 1.1.0.
No response from: maintainer |
21 Feb 2003 13:15:09
1.0.2a
|
knu  |
De-pkg-comment. |
07 Jun 2002 08:33:50
1.0.2a
|
kris  |
Tag the libnet_error() function with __printflike() |
19 Nov 2001 14:11:21 
|
ijliao  |
make WWW correct |
12 Jul 2001 23:32:41 
|
keichii  |
Update this port and close the PR that has been open for a long time.
Maintainer has not responded to the PR at all. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 08:19:09 
|
asami  |
Convert category net to new layout. |
03 Jun 2000 00:51:20 
|
kris  |
Update to libnet-1.0.1b and portlint |