head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.58 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.56 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.54 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.52 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.50 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.48 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.46 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.44 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.42 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.40 cwrapper-base:1.3 pkg_install-renovation:1.3.0.38 pkg_install-renovation-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.1 buildlink2:1.1.0.2 netbsd-1-6:1.1.0.4 netbsd-1-6-RELEASE-base:1.1; locks; strict; comment @# @; 1.3 date 2002.12.20.18.15.55; author schmonz; state dead; branches; next 1.2; 1.2 date 2002.11.23.22.49.48; author jschauma; state Exp; branches; next 1.1; 1.1 date 2002.08.05.15.54.57; author wiz; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.08.05.15.54.57; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.08.23.05.09.19; author jlam; state Exp; branches; next ; desc @@ 1.3 log @As the sources are now in ${FILESDIR}, there's no distfile to fetch, and the "do-extract" target copies the sources into ${WRKSRC}. We automagically determine VERSION by inspecting ${FILESDIR}/lib/version.h. Thanks to autoconf, all the patches and almost all of the cruftulent ${OPSYS}-specific stuff in the Makefile are gone. @ text @$NetBSD: patch-aj,v 1.2 2002/11/23 22:49:48 jschauma Exp $ --- lib/path.h.orig Sat Nov 23 17:44:03 2002 +++ lib/path.h Sat Nov 23 17:44:59 2002 @@@@ -38,3 +38,11 @@@@ void path_prepend_from_pkgname(const char *); void path_prepend_clear(void); void path_setenv(const char *); + +#ifndef TAILQ_FOREACH +#define TAILQ_FOREACH(var, head, field) \ + for ((var) = ((head)->tqh_first); \ + (var); \ + (var) = ((var)->field.tqe_next)) +#endif + @ 1.2 log @Upgrade to version 20021123, which fixes PR pkg/18384 by Grant. Curiously, several of the patches required some changes -- have these not been tested with the latest version of pkg_install? @ text @d1 1 a1 1 $NetBSD: $ @ 1.1 log @Make compile again on 1.4.3. [Does not compile on 1.4.2 due to missing strlcpy.] @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 5 --- lib/path.h Fri Jul 19 12:04:41 2002 +++ lib/path.h Mon Aug 5 08:43:32 2002 @@@@ -36,3 +36,10 @@@@ void path_create(const char *); void path_free(void); d11 4 a14 4 +#define TAILQ_FOREACH(var, head, field) \ + for ((var) = ((head)->tqh_first); \ + (var); \ + (var) = ((var)->field.tqe_next)) d16 1 @ 1.1.2.1 log @file patch-aj was added on branch buildlink2 on 2002-08-23 05:09:19 +0000 @ text @d1 15 @ 1.1.2.2 log @Merge changes from HEAD of pkgsrc/pkgtools to buildlink2 branch. @ text @a0 15 $NetBSD: patch-aj,v 1.1.2.1 2002/08/23 05:09:19 jlam Exp $ --- lib/path.h Fri Jul 19 12:04:41 2002 +++ lib/path.h Mon Aug 5 08:43:32 2002 @@@@ -36,3 +36,10 @@@@ void path_create(const char *); void path_free(void); void path_setenv(const char *); + +#ifndef TAILQ_FOREACH +#define TAILQ_FOREACH(var, head, field) \ + for ((var) = ((head)->tqh_first); \ + (var); \ + (var) = ((var)->field.tqe_next)) +#endif @