Commit graph

16 commits

Author SHA1 Message Date
Kirill Ponomarev
a230007664 - Fix build on -current
o varargs -> stdarg
  o remove non-existant host from {MASTER,PATCH}_SITES:

PR:		56214
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 22:54:37 +00:00
Edwin Groothuis
f10aa2ade5 [patch] net/cap still has minor build issue on -CURRENT
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>
2003-02-14 20:18:00 +00:00
Edwin Groothuis
5a4229f610 Added patches supplied by Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
regarding this port. Now builds on -current and 4.7!

Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-02-03 12:11:14 +00:00
Edwin Groothuis
e7af901b98 Make it at least compiling on -current again.
Still talking to Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
for the -STABLE version.
2003-01-23 11:37:10 +00:00
Edwin Groothuis
2359546dd7 Make net/cap compiling again
PR:		ports/44879
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2002-11-24 10:55:50 +00:00
SADA Kenji
7b0e1072ba * portlint.
* Unmatched bracket (patch-aa) .

Submitted by:	OGATA Hiroshi <ogata@isp.qix.org>
1999-09-08 18:17:05 +00:00
Bill Paul
c4cc48c41f Add an extra patch for support/ethertalk/bpfiltp.c to allow Columbia
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.)
1999-02-01 21:39:13 +00:00
Satoshi Asami
62ca955f04 Update ports to new __FreeBSD_version numbering scheme (220000 for
2.2-RELEASE, 300000 for 3.0-current for now).
1997-02-21 08:48:03 +00:00
Masafumi Max NAKANE
92b84d1036 Change all /usr/tmp to /var/tmp. 1997-01-25 16:03:05 +00:00
Masafumi Max NAKANE
91e91b11ad Modify the configuration to use file locking with fcntl() so that
the trash folder works properly.
Submitted by:	Koichi Satou <copan@ppp.fastnet.or.jp>
1997-01-14 07:10:52 +00:00
Masafumi Max NAKANE
d971247863 Include osreldate.h to determine if if_var.h is needed. 1997-01-14 05:06:33 +00:00
Masafumi Max NAKANE
32865e9b7b Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.
Suggested by:	wollman
1997-01-10 02:56:29 +00:00
Masafumi Max NAKANE
bd2b7fdf00 Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due to
the changes made to if_ether.h.
Noticed by:	phk
1997-01-08 23:11:44 +00:00
Masafumi Max NAKANE
da2b0bf941 New patch:
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-08 23:10:23 +00:00
Masafumi Max NAKANE
96df1464f9 Make aarpd.c include sys/time.h.
(This is due to if.h changes.)
1996-12-29 16:45:12 +00:00
Masafumi Max NAKANE
05d8e5acba New port: the Columbia AppleTalk Package for UNIX. 1996-12-01 12:08:47 +00:00