Commit graph

42 commits

Author SHA1 Message Date
Archie Cobbs
68fb2309e2 Bump PORTREVISION for the ip->ip_id byte order patch. 2001-06-01 15:22:53 +00:00
Archie Cobbs
f2c7e752b9 Fix for byte ordering problem.
PR:		ports/27285
Submitted by:	Bob Bishop <rb@gid.co.uk>
2001-05-31 15:34:37 +00:00
Archie Cobbs
550ba75248 Use <sys/param.h> instead of <osreldate.h> within the kernel.
PR:		26218
Submitted by:	markush@acc.umu.se
2001-04-21 17:56:36 +00:00
Kris Kennaway
5f9962df0f Bump PORTREVISION after bugfix on 2000-02-06
Forgotten by:	archie
2001-02-18 00:32:22 +00:00
Archie Cobbs
2a07ab6ab5 Be sure to recompute m->m_pkthdr.len after encrypting packet.
PR:		ports/24723
2001-02-06 18:43:21 +00:00
Archie Cobbs
a63c3f332c Put back together a line that somehow got split in two. 2001-02-06 18:07:28 +00:00
Archie Cobbs
17f100b08d Follow new etc/rc.d start/stop convention.
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2000-11-28 23:10:56 +00:00
Archie Cobbs
69ef48446e Only #include <sys/socketvar.h> in kernel compilation. 2000-08-08 22:19:19 +00:00
Archie Cobbs
d6d13ebfbd Change the master site; old one no longer has the file. 2000-07-18 00:35:34 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Archie Cobbs
77116ce79e The "-I/sys" hack should no longer be necessary to build this port
thanks to bde's rev 1.109 fix to <sys/systm.h>.

PR:		ports/16496
2000-02-18 01:53:50 +00:00
Archie Cobbs
78e06a1b17 portlint 2000-02-03 23:13:16 +00:00
Archie Cobbs
467fbeb227 Add -I/sys to the KLD compilation flags. This is a workaround,
but not a fix, for ports/16496.

PR:		ports/16496
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2000-02-02 21:42:18 +00:00
Archie Cobbs
a919714314 Accomodate change in struct ipprotosw to fix port on -current.
Add a patch file that got missed last time somehow.

PR:		ports/16496
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2000-02-01 18:39:09 +00:00
Archie Cobbs
a3dd62941f Bash this port until it compiles under -current again. 2000-01-26 01:55:28 +00:00
Archie Cobbs
e122a8ab58 We were forgetting to install "README.FreeBSD+NAT". 2000-01-26 01:52:02 +00:00
Peter Wemm
039a8cc408 Update the BROKEN message (for -current) to also list _KERNEL as a reason. 1999-12-29 05:32:39 +00:00
Archie Cobbs
99d5b650ca Update one of the master sites.
Submitted by:	Brent <brent@kearneys.ca>
1999-11-30 06:39:34 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Archie Cobbs
ba9bf34b8b Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it still
works under -stable.

How to do this suggested by:	David O'Brien <obrien@NUXI.com>
1999-07-31 21:48:34 +00:00
Archie Cobbs
892a9dd098 Add new file README.FreeBSD+NAT to the documentation subdirectory, describing
how to run SKIP and natd together.

Submitted by:	Jim Flowers <jflowers@ezo.net>

Mark this port as BROKEN until the device registration bit is fixed.
1999-07-22 18:37:09 +00:00
Archie Cobbs
f3bb3ed744 Fix compilation problem caused by change in suser() calling convention. 1999-05-16 23:09:06 +00:00
Steve Price
2c78917c6b LIB_DEPENDS on the new unified xview port. 1999-05-04 23:18:39 +00:00
Michael Haro
46162f4b9d Add WWW: to DESCR files 1999-05-03 04:04:46 +00:00
Archie Cobbs
d5879e7be6 Build SKIP port as a KLD instead of an LKM. 1999-03-10 22:28:00 +00:00
Archie Cobbs
b2a23c92bf Fix accidentally changed master site domain name. 1999-02-26 01:01:19 +00:00
Archie Cobbs
2bd5b45d27 Add a secondary master site (hmm, that sounds funny..)
Thanks to:	Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
1999-02-03 06:57:16 +00:00
Archie Cobbs
d2c51ea5bf Add a patch to the 'skiphost' man page to reflect the -f option that we add. 1998-12-11 03:37:53 +00:00
Archie Cobbs
f2d7b89189 Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet. 1998-11-23 19:29:58 +00:00
Archie Cobbs
a201dee08b The original SKIP source is export controlled and only obtainable via a web
page, which previously meant that this port would not build automatically.
Some naughty person exported the tarball, so now point directly to it instead.
1998-11-17 03:27:52 +00:00
Archie Cobbs
e90831f9b9 SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR.
PR:		ports/8712
Reviewed by:	Archie Cobbs <archie@whistle.com>
Submitted by:	Christopher N . Harrell <cnh@eng.mindspring.net>
1998-11-17 03:24:13 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
Tim Vanderhoek
f67f442cd4 Secure the freedom of the manpages! Free the manpages!
PR:		ports/7651
1998-08-19 19:54:37 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Julian Elischer
5ecb327bd7 PR: 6078
Submitted by:	archie cobbs (archie@whistle.com)

fix typo in docs
1998-07-30 03:14:29 +00:00
Julian Elischer
b7d69e8bbb Submitted by: archie Cobbs (archie@whistle.com)
updates to make skip port work better, from the original porter.
1998-04-13 00:17:45 +00:00
Julian Elischer
e5dbcbbca6 PR: 5911
Submitted by:	archie@whistle.com (archie cobbs)

take into account interraction between IPDIVERT and SKIP
1998-03-07 00:34:09 +00:00
Julian Elischer
ee899e101c Submitted by: archie@whistle.com
make this compile under FreeBSD 3.x
1998-01-13 20:26:20 +00:00
Julian Elischer
de8a9e2851 Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
1998-01-09 23:23:58 +00:00