head 1.2; access; symbols pkgsrc-2019Q2:1.1.0.74 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.72 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.70 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.68 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.66 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.64 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.62 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.60 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.56 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.54 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.52 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.50 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.48 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.46 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.44 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.42 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.40 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.38 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.36 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.34 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.32 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.30 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.28 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.26 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.24 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.22 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.20 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.18 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.16 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.14 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.12 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.10 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.09.04.22.38.26; author nia; state dead; branches; next 1.1; commitid E4TmKY0jl0YCjKBB; 1.1 date 2010.07.15.11.48.22; author obache; state Exp; branches; next ; desc @@ 1.2 log @Remove chat/ircservices - successors chat/atheme, chat/anope This services package is very old and unmaintained. Supposedly it doesn't work without -fno-stack-protector. Not a good sign. If I have my IRC history right, chat/anope is a fork of epona, which was a fork of this. PR pkg/49014 @ text @$NetBSD: patch-ad,v 1.1 2010/07/15 11:48:22 obache Exp $ Avoid to conflict with getline(3) in IEEE Std 1003.1-2008. --- lang/langcomp.c.orig 2009-07-31 14:54:04.000000000 +0000 +++ lang/langcomp.c @@@@ -41,7 +41,6 @@@@ #include #include #include -#undef getline /* CR/LF values--used instead of '\r' and '\n' to avoid platform-dependent * messiness */ @@@@ -115,7 +114,7 @@@@ static int stringnum(const char *name) /* Read a non-comment, non-blank line from the input file. Return NULL at * end of file. */ -static char *getline(FILE *f) +static char *get_line(FILE *f) { static char buf[1024]; char *s; @@@@ -196,7 +195,7 @@@@ int main(int ac, char **av) return 1; } - while (maxerr > 0 && (line = getline(in)) != NULL) { + while (maxerr > 0 && (line = get_line(in)) != NULL) { if (*line == '\t') { if (curstring == -2) { fprintf(stderr, "%s:%d: Junk at beginning of file\n", @ 1.1 log @Update ircservices to 5.0.64. While here, fixes PR#43618 (getline) and set LICENSE=gnu-gpl-v2. Version 5.0 ----------- 2009/07/31 .64 ChanServ DEPROTECT no longer removes channel owner mode, to prevent abuse by rogue users. Reported by Kieron Thwaites @ text @d1 1 a1 1 $NetBSD$ @