head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.66 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.64 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.62 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.60 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.58 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.54 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.52 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.50 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.48 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.46 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.44 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.42 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.40 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.38 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.36 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.34 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.32 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.30 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.28 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.26 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.24 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.22 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.20 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.18 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.16 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.14 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.12 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.10 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2018.11.10.19.55.54; author wiz; state dead; branches; next 1.1; commitid 3IFRUrYhqbiA0rZA; 1.1 date 2011.01.15.17.46.01; author tron; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.01.15.17.46.01; author spz; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.01.16.20.55.53; author spz; state Exp; branches; next ; desc @@ 1.2 log @star: update to 1.5.4nb1. Packaged for wip by Michael Bäuerle. Changes: too many to list, last distfile was from 2003. @ text @$NetBSD: patch-af,v 1.1 2011/01/15 17:46:01 tron Exp $ Remove unused custom function "getline" which conflicts with getline(3) which is part of the POSIX standard. --- lib/stdio/fgetline.c.orig 2000-12-03 11:19:29.000000000 +0000 +++ lib/stdio/fgetline.c 2011-01-15 17:42:18.000000000 +0000 @@@@ -62,11 +62,3 @@@@ return (bp - buf); } - -EXPORT int -getline(buf, len) - char *buf; - int len; -{ - return (fgetline(stdin, buf, len)); -} @ 1.1 log @Fix build under NetBSD-currenty removing unused custom function "getline" which conflicts with getline(3). @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-af was added on branch pkgsrc-2010Q4 on 2011-01-16 20:55:53 +0000 @ text @d1 19 @ 1.1.2.2 log @Pullup ticket 3326 - requested by tron build fix Revisions pulled up: - pkgsrc/archivers/star/distinfo 1.11 Files added: pkgsrc/archivers/star/patches/patch-ae pkgsrc/archivers/star/patches/patch-af ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sat Jan 15 17:46:02 UTC 2011 Modified Files: pkgsrc/archivers/star: distinfo Added Files: pkgsrc/archivers/star/patches: patch-ae patch-af Log Message: Fix build under NetBSD-currenty removing unused custom function "getline" which conflicts with getline(3). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/star/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/star/patches/patch-ae \ pkgsrc/archivers/star/patches/patch-af @ text @a0 19 $NetBSD: patch-af,v 1.1 2011/01/15 17:46:01 tron Exp $ Remove unused custom function "getline" which conflicts with getline(3) which is part of the POSIX standard. --- lib/stdio/fgetline.c.orig 2000-12-03 11:19:29.000000000 +0000 +++ lib/stdio/fgetline.c 2011-01-15 17:42:18.000000000 +0000 @@@@ -62,11 +62,3 @@@@ return (bp - buf); } - -EXPORT int -getline(buf, len) - char *buf; - int len; -{ - return (fgetline(stdin, buf, len)); -} @