summaryrefslogtreecommitdiff
path: root/net/cap
AgeCommit message (Collapse)Author
2000-09-17Remove empty directories on deinstallKris Kennaway
Submitted by: bento
2000-04-09Update with the new PORTNAME/PORTVERSION variablesChris Piazza
1999-09-08* portlint.SADA Kenji
* Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
1999-08-30$Id$ -> $FreeBSD$Peter Wemm
1999-08-28ln -> ${LN}Michael Haro
1999-08-22awk -> ${AWK}Michael Haro
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
1999-02-01Add an extra patch for support/ethertalk/bpfiltp.c to allow ColumbiaBill Paul
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.)
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek
1997-07-13/bin/sh -> ${SH}Masafumi Max NAKANE
1997-06-10Remove myself from the maintainer.Masafumi Max NAKANE
(Well, I wouldn't mind doing update or whatever for the port, but I really can't answer to questions regarding operation of the program itself.)
1997-02-21Update ports to new __FreeBSD_version numbering scheme (220000 forSatoshi Asami
2.2-RELEASE, 300000 for 3.0-current for now).
1997-01-25Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE
1997-01-14Modify the configuration to use file locking with fcntl() so thatMasafumi Max NAKANE
the trash folder works properly. Submitted by: Koichi Satou <copan@ppp.fastnet.or.jp>
1997-01-14Better method to test if make is run with BATCH defined.Masafumi Max NAKANE
1997-01-14Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE
1997-01-10Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE
Suggested by: wollman
1997-01-08Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due toMasafumi Max NAKANE
the changes made to if_ether.h. Noticed by: phk
1997-01-08New patch:Masafumi Max NAKANE
Make support/uab/aarp.c include net/if_var.h. (This is due to recent change made to if_ether.h.) Noticed by: phk
1997-01-05Typo.Masafumi Max NAKANE
Noticed by: phk
1996-12-29Make aarpd.c include sys/time.h.Masafumi Max NAKANE
(This is due to if.h changes.)
1996-12-02Ooops, can't use ${PREFIX} in these scripts.Masafumi Max NAKANE
Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
1996-12-01New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE