summaryrefslogtreecommitdiff
path: root/net/cap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add :source and :patches to the MASTER_SITES and DISTFILES to preventEdwin Groothuis2003-11-021-7/+8
| | | | | | | | huge amount of errors during fetching. Noticed by: feller. Notes: svn path=/head/; revision=92842
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* - Fix build on -currentKirill Ponomarev2003-08-302-9/+38
| | | | | | | | | | | o varargs -> stdarg o remove non-existant host from {MASTER,PATCH}_SITES: PR: 56214 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=88112
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* [patch] net/cap still has minor build issue on -CURRENTEdwin Groothuis2003-02-142-0/+14
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=75521
* 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> Notes: svn path=/head/; revision=74566
* 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. Notes: svn path=/head/; revision=73855
* Make net/cap compiling againEdwin Groothuis2002-11-244-1/+18
| | | | | | | | PR: ports/44879 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=70993
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - PORTDOCS policePatrick Li2001-12-241-26/+26
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Remove empty directories on deinstallKris Kennaway2000-09-171-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32756
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27423
* * portlint.SADA Kenji1999-09-083-3/+4
| | | | | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org> Notes: svn path=/head/; revision=21425
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* ln -> ${LN}Michael Haro1999-08-281-6/+6
| | | | Notes: svn path=/head/; revision=21047
* awk -> ${AWK}Michael Haro1999-08-221-4/+4
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* 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.) Notes: svn path=/head/; revision=16467
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-18/+0
| | | | Notes: svn path=/head/; revision=12624
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* Remove myself from the maintainer.Masafumi Max NAKANE1997-06-101-3/+1
| | | | | | | | (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.) Notes: svn path=/head/; revision=6851
* 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). Notes: svn path=/head/; revision=5708
* Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE1997-01-252-9/+101
| | | | Notes: svn path=/head/; revision=5440
* 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> Notes: svn path=/head/; revision=5350
* Better method to test if make is run with BATCH defined.Masafumi Max NAKANE1997-01-141-2/+2
| | | | Notes: svn path=/head/; revision=5348
* Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE1997-01-142-20/+23
| | | | Notes: svn path=/head/; revision=5346
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE1997-01-101-8/+9
| | | | | | | Suggested by: wollman Notes: svn path=/head/; revision=5291
* 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 Notes: svn path=/head/; revision=5268
* 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 Notes: svn path=/head/; revision=5267
* Typo.Masafumi Max NAKANE1997-01-051-1/+1
| | | | | | | Noticed by: phk Notes: svn path=/head/; revision=5213
* Make aarpd.c include sys/time.h.Masafumi Max NAKANE1996-12-291-0/+10
| | | | | | | (This is due to if.h changes.) Notes: svn path=/head/; revision=5126
* Ooops, can't use ${PREFIX} in these scripts.Masafumi Max NAKANE1996-12-021-1/+1
| | | | | | | Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp> Notes: svn path=/head/; revision=4747
* New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE1996-12-0115-0/+1433
Notes: svn path=/head/; revision=4743