head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.40 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.38 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.36 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.34 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.32 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.30 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.26 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.24 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.22 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.12 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2011.10.02.14.11.55; author wiz; state dead; branches; next 1.2; 1.2 date 2007.03.04.13.11.19; author hira; state Exp; branches; next 1.1; 1.1 date 2007.02.27.11.55.57; author hira; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.02.27.11.55.57; author hira; state Exp; branches; next ; desc @@ 1.3 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-ar,v 1.2 2007/03/04 13:11:19 hira Exp $ --- sal/osl/unx/tempfile.c.orig 2007-02-17 23:20:56.000000000 +0900 +++ sal/osl/unx/tempfile.c 2007-02-17 23:22:45.000000000 +0900 @@@@ -38,6 +38,9 @@@@ /*****************************************************************/ #include +#if defined(NETBSD) +#include +#endif #include #include #include @@@@ -91,6 +94,9 @@@@ #if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) if ( !pValue ) pValue = P_tmpdir; +#elif defined(NETBSD) + if ( !pValue ) + pValue = _PATH_TMP; #endif } #endif /* MACOSX */ @ 1.2 log @ - Use CONFIGURE_DIR. - Fix "test ==". From wiz@@ in private e-mail. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1.1.1 2007/02/27 11:55:57 hira Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- ../sal/osl/unx/tempfile.c.orig 2007-02-17 23:20:56.000000000 +0900 +++ ../sal/osl/unx/tempfile.c 2007-02-17 23:22:45.000000000 +0900 @ 1.1.1.1 log @Import OpenOffice.org 2.1.0 for build. This fixes a lot of bugs and adds a lot of new features since 1.1.5. Guide to New Features: http://marketing.openoffice.org/2.0/featureguide.html Release Note: http://development.openoffice.org/releases/2.1.0.html @ text @@