head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.58 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.56 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.54 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.52 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.50 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.48 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.46 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.44 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.42 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.40 cwrapper-base:1.2 pkg_install-renovation:1.2.0.38 pkg_install-renovation-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.1 buildlink2:1.1.0.4 netbsd-1-6:1.1.0.6 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.2 pkgviews-base:1.1; locks; strict; comment @# @; 1.2 date 2002.12.20.18.15.54; author schmonz; state dead; branches; next 1.1; 1.1 date 2002.07.03.22.43.41; author abs; state Exp; branches 1.1.4.1; next ; 1.1.4.1 date 2002.07.03.22.43.41; author jlam; state dead; branches; next 1.1.4.2; 1.1.4.2 date 2002.08.23.05.09.16; author jlam; state Exp; branches; next ; desc @@ 1.2 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-af,v 1.1 2002/07/03 22:43:41 abs Exp $ --- lib/pen.c.orig Fri Jan 5 03:27:28 2001 +++ lib/pen.c @@@@ -34,6 +34,9 @@@@ #include #include #include +#ifdef __linux__ +#include +#endif /* For keeping track of where we are */ static char Current[FILENAME_MAX]; @ 1.1 log @Compile and run under Linux. We're still missing pax and mtree, but using the Darwin bootstrap kit everything else now works. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.4.1 log @file patch-af was added on branch buildlink2 on 2002-08-23 05:09:16 +0000 @ text @d1 14 @ 1.1.4.2 log @Merge changes from HEAD of pkgsrc/pkgtools to buildlink2 branch. @ text @a0 14 $NetBSD: patch-af,v 1.1.4.1 2002/08/23 05:09:16 jlam Exp $ --- lib/pen.c.orig Fri Jan 5 03:27:28 2001 +++ lib/pen.c @@@@ -34,6 +34,9 @@@@ #include #include #include +#ifdef __linux__ +#include +#endif /* For keeping track of where we are */ static char Current[FILENAME_MAX]; @