head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.30 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.28 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.26 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.24 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.22 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.20 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.18 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.16 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.14 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.12 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.10 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.8 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.6 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.4 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.2; locks; strict; comment @# @; 1.2 date 2007.05.13.14.39.33; author wiz; state dead; branches; next 1.1; 1.1 date 2003.03.12.01.54.00; author dmcmahill; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.03.12.01.54.00; author grant; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2003.03.13.02.53.06; author grant; state Exp; branches; next ; desc @@ 1.2 log @Remove some GNOME1 packages that are unmaintained upstream and/or in pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though. @ text @$NetBSD: patch-ac,v 1.1 2003/03/12 01:54:00 dmcmahill Exp $ guint isn't big enough for a pointer on LP64 systems... --- src/libsoup/soup-message.c.orig Mon Dec 2 11:03:15 2002 +++ src/libsoup/soup-message.c Sun Mar 2 15:34:32 2003 @@@@ -1008,5 +1008,5 @@@@ NULL, RESPONSE_HEADER_HANDLER, - { (guint) "Location" } + { .header = "Location" } }, /* @ 1.1 log @fix bug with static initializers which prevented compilition on 64 bit platforms @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ac was added on branch netbsd-1-6-1 on 2003-03-13 02:53:06 +0000 @ text @d1 13 @ 1.1.2.2 log @create new file (requested by dmcmahill in ticket #1209): fix bug with static initializers which prevented compilition on 64 bit platforms @ text @a0 13 $NetBSD: patch-ac,v 1.1.2.1 2003/03/13 02:53:06 grant Exp $ guint isn't big enough for a pointer on LP64 systems... --- src/libsoup/soup-message.c.orig Mon Dec 2 11:03:15 2002 +++ src/libsoup/soup-message.c Sun Mar 2 15:34:32 2003 @@@@ -1008,5 +1008,5 @@@@ NULL, RESPONSE_HEADER_HANDLER, - { (guint) "Location" } + { .header = "Location" } }, /* @