aboutsummaryrefslogtreecommitdiffstats
path: root/games/kaid
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* -remove MD5ohauer2011-07-031-1/+0
|
* Change the first use of gmake from post-patch to pre-configure (since weitetcu2008-11-171-2/+2
| | | | | | | USE_GMAKE) and unbreak. Approved by: maintainer timeout to QAT BotMail Prompted by: QAT QA run
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Now that new style rc.d scripts are being run as part of thedougb2006-01-072-1/+2
| | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
* Add kaid 7.0.0.4b, XLink Kai tunneling server.green2005-04-0217-0/+631