aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnet10
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* libnet update:sem2005-11-151-1/+4
| | | | | | | | | | | | | | - 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>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* - Utilize CONFLICTS with net/libnet-develkrion2004-02-151-1/+1
|
* Fix build on -currentkrion2003-07-301-0/+15
| | | | | | | PR: 54612 Submitted by: krion Approved by: fjoe (mentor) (implicit) Maintainer timeout: 8 days
* Back out last commit.kuriyama2003-03-276-22/+83
| | | | | | | 1.1.0 is already in net/libnet-devel and has different API. Bump $PORTEPOCH for my mistake. Spotted by: sheldonh
* Upgrade to 1.1.0.kuriyama2003-03-266-82/+22
| | | | No response from: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Tag the libnet_error() function with __printflike()kris2002-06-071-0/+11
|
* make WWW correctijliao2001-11-191-1/+1
|
* Update this port and close the PR that has been open for akeichii2001-07-135-70/+63
| | | | | | | long time. Maintainer has not responded to the PR at all. PR: 28656 Submitted by: cnh@netVmg.com
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Update to libnet-1.0.1b and portlintkris2000-06-034-38/+69
| | | | No response from: Maintainer
* white space fixes and add WWW: (portlint)mharo2000-04-213-7/+6
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Err, the last commit was actually a downgrade.cpiazza1999-10-084-5/+35
| | | | Actually upgrade to version 0.99g
* Update to version 0.10acpiazza1999-10-084-26/+18
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Upgrade to fix build problem.asami1999-05-125-20/+13
| | | | Submitted by: maintainer
* Hopefully a little bit better worded COMMENT. :)steve1999-05-091-1/+1
|
* A C library for creating IP packets.steve1999-05-097-0/+99
PR: 9901 Submitted by: Peter Shipley <shipley@dis.org>