summaryrefslogtreecommitdiff
path: root/net/cap/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix build with gcc3.4Tilman Keskinoz2004-08-211-0/+20
|
* Unbreak buildOliver Lehmann2004-03-208-0/+317
| | | | Bump PORTREVISION
* - Fix build on -currentKirill Ponomarev2003-08-301-4/+36
| | | | | | | | o varargs -> stdarg o remove non-existant host from {MASTER,PATCH}_SITES: PR: 56214 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* [patch] net/cap still has minor build issue on -CURRENTEdwin Groothuis2003-02-141-0/+11
| | | | | | | | | | | | bento noticed one subdirectory doesn't build correctly: - add -traditional-cpp -DUSESTRINGDOTH to CFLAGS - generic sys_nerr fix - bump port rev because the build error doesn't break the build, but just leads to missing files - checked against -STABLE PR: ports/47964 Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de>
* Added patches supplied by Volker Stolz <stolz@i2.informatik.rwth-aachen.de>Edwin Groothuis2003-02-031-20/+15
| | | | | | regarding this port. Now builds on -current and 4.7! Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Make it at least compiling on -current again.Edwin Groothuis2003-01-231-3/+31
| | | | | Still talking to Volker Stolz <stolz@i2.informatik.rwth-aachen.de> for the -STABLE version.
* Make net/cap compiling againEdwin Groothuis2002-11-242-1/+12
| | | | | PR: ports/44879 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* * portlint.SADA Kenji1999-09-081-1/+1
| | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
* Add an extra patch for support/ethertalk/bpfiltp.c to allow ColumbiaBill Paul1999-02-011-0/+29
| | | | | | | | | Appletalk to run on FreeBSD 3.0 and up. The mechanism used to add a non-IP multicast group via SIOCADDMULTI changed between 2.2.x and 3.0, but bpfiltp.c:pi_addmulti() was not changed to match. Without this patch, the port will compile but aarpd will not run. (This kind of messes up everything since the port is built to use Ethertalk Phase 2, and none of that works without aarpd.)
* Update ports to new __FreeBSD_version numbering scheme (220000 forSatoshi Asami1997-02-212-2/+2
| | | | 2.2-RELEASE, 300000 for 3.0-current for now).
* Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE1997-01-252-9/+101
|
* Modify the configuration to use file locking with fcntl() so thatMasafumi Max NAKANE1997-01-142-4/+15
| | | | | the trash folder works properly. Submitted by: Koichi Satou <copan@ppp.fastnet.or.jp>
* Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE1997-01-142-20/+23
|
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE1997-01-101-8/+9
| | | | Suggested by: wollman
* Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due toMasafumi Max NAKANE1997-01-081-5/+13
| | | | | the changes made to if_ether.h. Noticed by: phk
* New patch:Masafumi Max NAKANE1997-01-081-0/+10
| | | | | | Make support/uab/aarp.c include net/if_var.h. (This is due to recent change made to if_ether.h.) Noticed by: phk
* Make aarpd.c include sys/time.h.Masafumi Max NAKANE1996-12-291-0/+10
| | | | (This is due to if.h changes.)
* New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE1996-12-018-0/+1136