head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.16 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.14 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.12 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.10 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.8 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.6 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.4 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.2 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.24 pkgsrc-2008Q1:1.3.0.22 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2008.09.11.04.22.50; author dholland; state dead; branches; next 1.3; 1.3 date 2005.07.12.14.34.22; author adam; state Exp; branches; next 1.2; 1.2 date 2005.01.18.16.35.18; author adam; state Exp; branches; next 1.1; 1.1 date 2004.06.12.14.23.10; author cube; state Exp; branches; next ; desc @@ 1.4 log @Update to 10.0.1 and add destdir support. Changes are large and can be found at http://www.w3.org/Amaya/User/New.html. This update also fixes an ancient security vulnerability and makes the package build on amd64. @ text @$NetBSD: patch-ah,v 1.3 2005/07/12 14:34:22 adam Exp $ --- ../thotlib/presentation/presvariables.c.orig 2005-06-07 13:37:13.000000000 +0000 +++ ../thotlib/presentation/presvariables.c @@@@ -1109,8 +1109,8 @@@@ ThotBool NewVariable (int varNum, PtrSSc { int f, l; int i; - long tod; - long *pt; + time_t tod; + time_t *pt; struct tm *ptm; PtrTextBuffer isOld, isNew; PtrAttribute pA; @ 1.3 log @Changes 9.2: * New features * Bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 9.0: * A new User interface based on wxWidgets * Amaya provides now a panel of tools on the left which can be hidden or shown * All Amaya versions use now F2 key. A message is displayed when the Esc key is used * Default GTK fonts are now expressed in point sizes * WX version: when a 2nd Amaya instance is launched, the argument of the 2nd instance is sent to the first instance and the 2nd one stops @ text @d3 1 a3 1 --- ../thotlib/presentation/presvariables.c.orig 2004-09-30 12:24:44.000000000 +0000 d5 1 a5 1 @@@@ -1113,8 +1113,8 @@@@ ThotBool NewVariable (int varNum, PtrSSc @ 1.1 log @Add a patch to fix build on platforms where long is not like time_t. Reported by Ole Hellqvist in PR 25895. @ text @d3 1 a3 1 --- ../thotlib/presentation/presvariables.c.orig 2004-01-29 17:06:46.000000000 +0100 d5 1 a5 1 @@@@ -909,8 +909,8 @@@@ ThotBool NewVariable (int varNum, PtrSSc @