head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.22 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.20 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.18 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.16 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.18 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.16 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.14 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.12 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.10 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2007.11.05.19.49.04; author drochner; state dead; branches; next 1.3; 1.3 date 2007.08.18.13.19.56; author obache; state Exp; branches; next 1.2; 1.2 date 2007.04.11.21.48.03; author drochner; state dead; branches; next 1.1; 1.1 date 2005.03.16.12.04.12; author rillig; state Exp; branches; next ; desc @@ 1.4 log @update to 2.20.1 This switches to the new gnome-2.20 branch. @ text @$NetBSD: patch-ad,v 1.3 2007/08/18 13:19:56 obache Exp $ http://svn.gnome.org/viewcvs/seahorse/trunk/agent/Makefile.am?r1=1480&r2=1730&view=patch --- agent/Makefile.in.orig 2007-08-18 12:19:57.000000000 +0000 +++ agent/Makefile.in @@@@ -739,10 +739,10 @@@@ uninstall-man: uninstall-man1 uninstall-man uninstall-man1 -# Don't make the daemon setuid -# Make the daemon setuid +# Don't make the agent setuid +# Make the agent setuid @@HAVE_USER_MLOCK_FALSE@@install-exec-hook: -@@HAVE_USER_MLOCK_FALSE@@ chmod u+s $(DESTDIR)$(bindir)/seahorse-daemon +@@HAVE_USER_MLOCK_FALSE@@ chmod u+s $(DESTDIR)$(bindir)/seahorse-agent # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: @ 1.3 log @Fixed miss of upstream when split apart seahorse-agent and seahorse-daemon into different processes. Should fix PR 36256. seahorse-agent is now setuid. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 1.0.1 This moves this pkg to the new stable gnome branch, too much to list here. @ text @d1 2 a2 1 $NetBSD: patch-ad,v 1.1 2005/03/16 12:04:12 rillig Exp $ d4 16 a19 15 gcc-2.95.3 does not like code intermixed with declarations. --- src/seahorse-generate-druid.c.orig Thu Oct 28 18:15:26 2004 +++ src/seahorse-generate-druid.c Wed Mar 16 11:07:16 2005 @@@@ -173,8 +173,9 @@@@ on_druid_finish (GnomeDruidPage *gnomedr gboolean on_druidpagestandard4_next (GnomeDruidPage *gnomedruidpage, GtkWidget *widget, SeahorseWidget *swidget) { + GtkWidget *druidpage; g_print("go to finish\n"); - GtkWidget *druidpage = glade_xml_get_widget (swidget->xml, "druidpagefinish1"); + druidpage = glade_xml_get_widget (swidget->xml, "druidpagefinish1"); gnome_druid_page_prepare (GNOME_DRUID_PAGE(druidpage)); gtk_widget_show (druidpage); @ 1.1 log @Added patches for gcc-2.95.3 that properly order declarations and code. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @