summaryrefslogtreecommitdiff
path: root/net/cap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+13
|
* Remove mastersite that went away in 1999.Mark Linimon2005-10-131-3/+1
| | | | Source: distfile survey
* fix build with gcc3.4Tilman Keskinoz2004-08-212-4/+20
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-0/+4
|
* Canonicalize inclusion of bsd.port.post.mk.Mark Linimon2004-05-181-1/+1
|
* Unbreak buildOliver Lehmann2004-03-209-6/+333
| | | | Bump PORTREVISION
* SIZEify.Trevor Johnson2004-01-291-0/+13
|
* Make the BROKEN message more explicit about why it's broken (theMark Linimon2003-11-221-1/+1
| | | | usual varargs->stdarg problem).
* 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.
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
|
* - 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>
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* [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>
* 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-244-1/+18
| | | | | PR: ports/44879 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* 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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* - PORTDOCS policePatrick Li2001-12-241-26/+26
| | | | | - DOCSDIR support to some - Brush out some lint
* 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.
* Remove empty directories on deinstallKris Kennaway2000-09-171-0/+4
| | | | Submitted by: bento
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
|
* * portlint.SADA Kenji1999-09-083-3/+4
| | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* ln -> ${LN}Michael Haro1999-08-281-6/+6
|
* awk -> ${AWK}Michael Haro1999-08-221-4/+4
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* 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.)
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-18/+0
|
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
|
* 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.)
* 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>
* Better method to test if make is run with BATCH defined.Masafumi Max NAKANE1997-01-141-2/+2
|
* 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
* Typo.Masafumi Max NAKANE1997-01-051-1/+1
| | | | Noticed by: phk
* Make aarpd.c include sys/time.h.Masafumi Max NAKANE1996-12-291-0/+10
| | | | (This is due to if.h changes.)
* Ooops, can't use ${PREFIX} in these scripts.Masafumi Max NAKANE1996-12-021-1/+1
| | | | Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
* New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE1996-12-0115-0/+1433