summaryrefslogtreecommitdiff
path: root/irc/party/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak this port on -currentKirill Ponomarev2003-10-162-0/+75
| | | | | | | | | | - Maintainer informed PR: 58093 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=91405
* Upgrade to 2.13.Oliver Braun2002-08-233-37/+0
| | | | | | | | | PR: ports/41941 Submitted by: maintainer Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64887
* Fix a bug caused by passing insufficient arguments to strncmp(). ThisKris Kennaway2002-08-231-0/+11
| | | | | | | | was non-fatal for the compiler in -stable because strncmp() is not prototyped, but it fails on -current. Bump PORTREVISION. Notes: svn path=/head/; revision=64865
* Respect CC and CFLAGSKris Kennaway2002-08-231-0/+14
| | | | Notes: svn path=/head/; revision=64864
* time(3) returns a time_t and not a long.Steve Price2000-01-281-0/+12
Notes: svn path=/head/; revision=25174