aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-rusnet
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Fix build on amd64arved2008-08-282-4/+10
|
* Fix gcc 4.2 build.fjoe2007-11-1413-4/+282
| | | | Approved by: portmgr (pav)
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2pav2007-07-031-0/+4
|
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Fix MASTER_SITESitetcu2006-06-081-1/+1
| | | | | | PR: ports/97718 Submitted by: miwi Approved by: maintainer-timeout, lawrance (mentor, implicit)
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* BROKEN on amd64: Does not buildkris2005-08-311-0/+4
|
* Unbreak.tobez2005-08-022-156/+150
| | | | | Submitted by: Alex Lyashkov <shadow@psoft.net> Approved by: maintainer
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* BROKEN: Does not buildkris2005-04-301-0/+2
|
* Special version of IRC server for RusNet IRC Network.pav2005-04-2114-0/+2219
In addition to base features of ircd 2.9.10 it supports russian charsets translation (koi8-r,cp1251,translit, etc..) and also some RusNet protocol extensions. PR: ports/80061 Submitted by: SeaD <sead@mail.ru>