aboutsummaryrefslogtreecommitdiffstats
path: root/net/cap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove most expired ports:rene2011-04-191-122/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
* - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-4/+4
| | | | 7.X and up, for removal in one month
* BROKEN with gcc 4.2kris2007-05-271-0/+4
|
* Pet portlint:itetcu2006-05-111-18/+11
| | | | | | | | | | | | - Use MLINKS [1] - pkg-install -> pkg-message[.in] [1] - Use DOCSDIR in PLIST [1] - s/SUBFILES/SUB_FILES/ [2] - @${CAT} ${PKGMESSAGE} in post-install [2] PR: ports/97046 Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) [1], lawrance, me [2] Approved by: lawrance (mentor)
* Remove mastersite that went away in 1999.linimon2005-10-131-3/+1
| | | | Source: distfile survey
* fix build with gcc3.4arved2004-08-221-4/+0
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-0/+4
|
* Canonicalize inclusion of bsd.port.post.mk.linimon2004-05-191-1/+1
|
* Unbreak buildoliver2004-03-201-6/+16
| | | | Bump PORTREVISION
* Make the BROKEN message more explicit about why it's broken (thelinimon2003-11-231-1/+1
| | | | usual varargs->stdarg problem).
* Add :source and :patches to the MASTER_SITES and DISTFILES to preventedwin2003-11-021-7/+8
| | | | | huge amount of errors during fetching. Noticed by: feller.
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* - Fix build on -currentkrion2003-08-311-5/+2
| | | | | | | | o varargs -> stdarg o remove non-existant host from {MASTER,PATCH}_SITES: PR: 56214 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* De-pkg-comment.knu2003-02-211-0/+1
|
* [patch] net/cap still has minor build issue on -CURRENTedwin2003-02-151-0/+3
| | | | | | | | | | | | 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>
* Make net/cap compiling againedwin2002-11-241-0/+4
| | | | | PR: ports/44879 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | 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.adamw2002-11-071-0/+2
| | | | Approved by: pat
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-4/+3
|
* * portlint.sada1999-09-091-1/+2
| | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* ln -> ${LN}mharo1999-08-281-6/+6
|
* awk -> ${AWK}mharo1999-08-231-4/+4
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* /bin/sh -> ${SH}max1997-07-141-2/+2
|
* Remove myself from the maintainer.max1997-06-111-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.)
* New port: the Columbia AppleTalk Package for UNIX.max1996-12-011-0/+107