head 1.3; access; symbols pkgsrc-2018Q3:1.2.0.56 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.54 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.52 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.50 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.48 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.44 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.42 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.40 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.38 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.36 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.34 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.32 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.30 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.28 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.26 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.24 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.22 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.20 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.18 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.16 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.14 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.10 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.6 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.4 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.2 pkgsrc-2012Q1-base:1.2 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.3 date 2018.11.10.19.55.54; author wiz; state dead; branches; next 1.2; commitid 3IFRUrYhqbiA0rZA; 1.2 date 2012.01.30.03.43.58; author sbd; state Exp; branches; next 1.1; 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.3 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-ae,v 1.2 2012/01/30 03:43:58 sbd Exp $ Remove unused custom function "getline" which conflicts with getline(3) which is part of the POSIX standard. Rename custom function "fexecve", which conflicts with glibc's fexecve(3), to schily_fexecve. --- include/schily.h.orig 2002-12-24 18:28:01.000000000 +0000 +++ include/schily.h @@@@ -107,7 +107,7 @@@@ extern int fexecle __PR((const char *, F /* 6th arg not const, fexecv forces av[ac] = NULL */ extern int fexecv __PR((const char *, FILE *, FILE *, FILE *, int, char **)); -extern int fexecve __PR((const char *, FILE *, FILE *, FILE *, +extern int schily_fexecve __PR((const char *, FILE *, FILE *, FILE *, char * const *, char * const *)); extern int fspawnv __PR((FILE *, FILE *, FILE *, int, char * const *)); extern int fspawnl __PR((FILE *, FILE *, FILE *, @@@@ -183,7 +183,6 @@@@ extern char *fillbytes __PR((void *, int extern char *findbytes __PR((const void *, int, char)); extern int findline __PR((const char *, char, const char *, int, char **, int)); -extern int getline __PR((char *, int)); extern int getstr __PR((char *, int)); extern int breakline __PR((char *, char, char **, int)); extern int getallargs __PR((int *, char * const**, const char *, ...)); @ 1.2 log @Rename custom function "fexecve", which conflicts with glibc's fexecve(3), to schily_fexecve. Also must be included before . @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2011/01/15 17:46:01 tron Exp $ @ 1.1 log @Fix build under NetBSD-currenty removing unused custom function "getline" which conflicts with getline(3). @ text @d1 1 a1 1 $NetBSD$ d6 3 d10 11 a20 2 +++ include/schily.h 2011-01-15 17:41:23.000000000 +0000 @@@@ -183,7 +183,6 @@@@ @ 1.1.2.1 log @file patch-ae was added on branch pkgsrc-2010Q4 on 2011-01-16 20:55:53 +0000 @ text @d1 15 @ 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 15 $NetBSD: patch-ae,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. --- include/schily.h.orig 2002-12-24 18:28:01.000000000 +0000 +++ include/schily.h 2011-01-15 17:41:23.000000000 +0000 @@@@ -183,7 +183,6 @@@@ extern char *findbytes __PR((const void *, int, char)); extern int findline __PR((const char *, char, const char *, int, char **, int)); -extern int getline __PR((char *, int)); extern int getstr __PR((char *, int)); extern int breakline __PR((char *, char, char **, int)); extern int getallargs __PR((int *, char * const**, const char *, ...)); @