Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTREVISION for the ip->ip_id byte order patch. | archie | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | Fix for byte ordering problem. | archie | 2001-05-31 | 1 | -0/+19 |
| | | | | | PR: ports/27285 Submitted by: Bob Bishop <rb@gid.co.uk> | ||||
* | Use <sys/param.h> instead of <osreldate.h> within the kernel. | archie | 2001-04-21 | 1 | -5/+4 |
| | | | | | PR: 26218 Submitted by: markush@acc.umu.se | ||||
* | Bump PORTREVISION after bugfix on 2000-02-06 | kris | 2001-02-18 | 1 | -2/+3 |
| | | | | Forgotten by: archie | ||||
* | Be sure to recompute m->m_pkthdr.len after encrypting packet. | archie | 2001-02-06 | 1 | -0/+19 |
| | | | | PR: ports/24723 | ||||
* | Put back together a line that somehow got split in two. | archie | 2001-02-06 | 1 | -2/+1 |
| | |||||
* | Follow new etc/rc.d start/stop convention. | archie | 2000-11-28 | 1 | -27/+52 |
| | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Only #include <sys/socketvar.h> in kernel compilation. | archie | 2000-08-08 | 1 | -3/+4 |
| | |||||
* | Change the master site; old one no longer has the file. | archie | 2000-07-18 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+4 |
| | |||||
* | The "-I/sys" hack should no longer be necessary to build this port | archie | 2000-02-18 | 1 | -1/+1 |
| | | | | | | thanks to bde's rev 1.109 fix to <sys/systm.h>. PR: ports/16496 | ||||
* | portlint | archie | 2000-02-03 | 5 | -12/+4 |
| | |||||
* | Add -I/sys to the KLD compilation flags. This is a workaround, | archie | 2000-02-02 | 2 | -3/+3 |
| | | | | | | | but not a fix, for ports/16496. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net> | ||||
* | Accomodate change in struct ipprotosw to fix port on -current. | archie | 2000-02-01 | 3 | -25/+456 |
| | | | | | | | Add a patch file that got missed last time somehow. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net> | ||||
* | Bash this port until it compiles under -current again. | archie | 2000-01-26 | 85 | -2775/+2669 |
| | |||||
* | We were forgetting to install "README.FreeBSD+NAT". | archie | 2000-01-26 | 1 | -0/+1 |
| | |||||
* | Update the BROKEN message (for -current) to also list _KERNEL as a reason. | peter | 1999-12-29 | 1 | -1/+1 |
| | |||||
* | Update one of the master sites. | archie | 1999-11-30 | 1 | -1/+1 |
| | | | | Submitted by: Brent <brent@kearneys.ca> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 2 | -2/+2 |
| | |||||
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -2/+2 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | sed -> ${SED} | mharo | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | grep -> ${GREP} | mharo | 1999-08-23 | 1 | -2/+2 |
| | | | | | true -> ${TRUE} false -> ${FALSE} | ||||
* | Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it still | archie | 1999-07-31 | 1 | -3/+7 |
| | | | | | | works under -stable. How to do this suggested by: David O'Brien <obrien@NUXI.com> | ||||
* | Add new file README.FreeBSD+NAT to the documentation subdirectory, describing | archie | 1999-07-22 | 5 | -12/+90 |
| | | | | | | | | 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. | ||||
* | Fix compilation problem caused by change in suser() calling convention. | archie | 1999-05-16 | 1 | -20/+31 |
| | |||||
* | LIB_DEPENDS on the new unified xview port. | steve | 1999-05-04 | 1 | -4/+4 |
| | |||||
* | Add WWW: to DESCR files | mharo | 1999-05-03 | 1 | -0/+1 |
| | |||||
* | Build SKIP port as a KLD instead of an LKM. | archie | 1999-03-10 | 75 | -2282/+2732 |
| | |||||
* | Fix accidentally changed master site domain name. | archie | 1999-02-26 | 1 | -2/+2 |
| | |||||
* | Add a secondary master site (hmm, that sounds funny..) | archie | 1999-02-03 | 1 | -2/+3 |
| | | | | Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za> | ||||
* | Add a patch to the 'skiphost' man page to reflect the -f option that we add. | archie | 1998-12-11 | 1 | -0/+39 |
| | |||||
* | Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet. | archie | 1998-11-23 | 4 | -0/+103 |
| | |||||
* | The original SKIP source is export controlled and only obtainable via a web | archie | 1998-11-17 | 1 | -16/+7 |
| | | | | | page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead. | ||||
* | SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR. | archie | 1998-11-17 | 2 | -2/+33 |
| | | | | | | PR: ports/8712 Reviewed by: Archie Cobbs <archie@whistle.com> Submitted by: Christopher N . Harrell <cnh@eng.mindspring.net> | ||||
* | Remove regexp support for libxview not that it builds ELF too. | steve | 1998-09-21 | 1 | -2/+2 |
| | |||||
* | Secure the freedom of the manpages! Free the manpages! | hoek | 1998-08-19 | 1 | -16/+0 |
| | | | | PR: ports/7651 | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-07 | 1 | -4/+4 |
| | |||||
* | PR: 6078 | julian | 1998-07-30 | 1 | -1/+1 |
| | | | | | | Submitted by: archie cobbs (archie@whistle.com) fix typo in docs | ||||
* | Submitted by: archie Cobbs (archie@whistle.com) | julian | 1998-04-13 | 5 | -10/+234 |
| | | | | updates to make skip port work better, from the original porter. | ||||
* | PR: 5911 | julian | 1998-03-07 | 1 | -9/+11 |
| | | | | | | Submitted by: archie@whistle.com (archie cobbs) take into account interraction between IPDIVERT and SKIP | ||||
* | Submitted by: archie@whistle.com | julian | 1998-01-13 | 1 | -9/+18 |
| | | | | make this compile under FreeBSD 3.x | ||||
* | Add a package for the SKIP package from Sun Microsystems, | julian | 1998-01-09 | 70 | -0/+2545 |
for making secure pipes across the internet (etc.) |