head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.40 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.38 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.36 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.24 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.1.1.0.4 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2005.03.22.16.14.16; author jmmv; state dead; branches; next 1.2; 1.2 date 2004.04.01.18.38.03; author jmmv; state Exp; branches; next 1.1; 1.1 date 2003.04.27.02.06.56; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.04.27.02.06.56; author rh; state Exp; branches; next ; desc @@ 1.3 log @Update to 2.10.0: Major changes in 2.10.0 are: * Some fixes for startup notification to avoid focus-stealing * Center the file management prefs dialog Major changes in 2.9.92 are: * Avoid doing i/o to tree root nodes before they are used. This means we don't get authentication callbacks. * Correct handling of startup notification * Fix crashers in desktop icon context menus when unmounting volumes * Make property page for home icon on desktop show the right size * Prevent the progress dialog from displaying strange ETAs * Make backspace key open parent folder in list view Major changes in 2.9.91 are: * Fix some crashes * Don't pop up mozilla dnd ask dialog under windows * Change the look of the path button to make it easier to find * Some changes to the look/text of the progress dialog * Fix panel size detection on 64bit machines * Allow open with menu on folders Major changes in 2.9.90 are: * Better window titles for browser windows * Better icons for burn: & computer: in the ui * Allow eject of unmounted devices * Better handling of DnD from mozilla * Make connect to server dialog availible as separate app * Use GtkAboutDialog Major changes in 2.9.2 are: * Use the new mime API * Fixed bug in finding empty spots on the desktop * Handle drags to special desktop icons (trash...) * Fix crash in clipboard code * Fix crash with non-unique volume filenames * Better handling of sizes for image-file-as-icon * Fill in ctrl-l dialog correctly for desktop * Fix crash in bookmark dialog if parent window goes away @ text @$NetBSD: patch-ab,v 1.2 2004/04/01 18:38:03 jmmv Exp $ http://bugzilla.gnome.org/showattachment.cgi?attach_id=24286 --- libnautilus-private/nautilus-medusa-support.c 28 Oct 2001 20:21:46 -0000 1.11 +++ libnautilus-private/nautilus-medusa-support.c 10 Feb 2004 19:11:58 -0000 @@@@ -32,6 +32,7 @@@@ #include #include #include +#include #include #ifdef HAVE_MEDUSA @@@@ -52,6 +53,18 @@@@ NautilusCronStatus nautilus_medusa_check_cron_is_enabled (void) { +#if defined(__NetBSD__) + /* In NetBSD, cron(8) is part of the base system and is configured + to store a pid file in /var/run/cron.pid while running. Instead + of walking the process table (which has its implications, since + proc is not mounted by default and has very strict permissions), + we can simply check for its existence. */ + + if (access("/var/run/cron.pid", F_OK) == -1) + return NAUTILUS_CRON_STATUS_OFF; + + return NAUTILUS_CRON_STATUS_ON; +#else DIR *proc_directory; struct dirent *file; char *stat_file_name; @@@@ -106,6 +119,7 @@@@ closedir (proc_directory); return status; +#endif } #ifdef HAVE_MEDUSA @ 1.2 log @Update to 2.6.0. Changes since previous stable branch (2.4.x): Major changes since 2.5.91 are: * Translation updates Major changes since 2.5.90 are: * Handle failures when opening new window better (don't loop) * visiting and accept modifiers were reversed in list view * Build fixes Major changes since 2.5.8 are: * Beter typeahead in list view * "browse" context menu item in more places * Added go -> cd burner in browser mode * Fallback to normal icon view if there is a problem launching another view * Close windows on unmounted directories * Fix crashes * Longer delay until cancel open dialog opens Major changes since 2.5.7 are: * Fix crash * Nicer names for toplevel uris * Browse folder works in more places * Added preference to always use browser windows * Warn when sniffed/extension-matched mime type disagrees * Show applications for both sniffed and extension-matched mimetype in the open with menu Major changes since 2.5.6 are: * Fix icon lookup crash * Fix property page crash * Some a11y fixes * Use new background capplet name * Fix rename keyfocus issue * Scroll to icon after rename * Fix ogg previewing * Some HIG rephrasing of strings * Fix crash on rename of empty selection * Update help userguide links * Paste menu sensitivity fix * Rename selection keynav now behaves better from the start Major changes since 2.5.5 are: * hig/ui tweaks * ngettext support * distribute nautilus-list-view-ui.xml * New mimetype detection approach * performance fixes * non-modal open with other dialog * Don't show small svgs as themseleves (always thumbnail) * update egg-recent Major changes since 2.5.4 are: * Extension system for emblem, property page, menu item, and list view column plugins. * Editable list view columns * Don't expand symlinks when following them. * Busy cursor in loading spatial windows * Icon-view style typeahead in the list view. * Emblems in the list view * Added a location button to spatial windows * Removed tab icon nav from the icon view * Add a context menu to the tree side pane. * Pop up folder menu in list view background * Turn on home icon on the desktop by default * Added status bar info when no files are selected * Got rid of unnecessary EelGenerousBin/EelInputEventBox usage * HIG fixes * Bugfixes Major changes since 2.5.3 are: * Use GtkIconTheme instead of GnomeIconTheme * Show visited folders differently * Better mouse/keynav in icon and list view * Save window geometry on window close * HIG message dialogs * File templates support Major changes since 2.5.2 are: * Accessibility fixes * Better initial size of navigation window * Close all parents closes all parents * Focus the next item after delete in list view Major changes since 2.5.1.1 are: * Don't do unnecessary i/o on remote locations * handle broken symlinks that go unbroken * various bug fixes * some accessibility fixes Major changes since 2.5.1 are: * Fixed a NautilusFile leak * DISABLE_DEPRECATED fixes. Major changes since 2.5.0 are: * Start of new volume handling system * deprecaton clean * fixed leaks * performance fixes @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2003/04/27 02:06:56 rh Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 10 a12 5 --- libnautilus-private/nautilus-medusa-support.c.orig 2001-10-29 06:21:46.000000000 +1000 +++ libnautilus-private/nautilus-medusa-support.c @@@@ -83,7 +83,11 @@@@ nautilus_medusa_check_cron_is_enabled (v */ status = NAUTILUS_CRON_STATUS_OFF; d14 16 a29 2 +#ifdef __NetBSD__ + stat_file_name = g_strdup_printf ("/proc/%d/status", process_number); d31 7 a37 1 stat_file_name = g_strdup_printf ("/proc/%d/stat", process_number); d39 3 a41 3 stat_file = fopen (stat_file_name, "r"); g_free (stat_file_name); @ 1.1.1.1 log @Initial import of nautilus-2.2.3.1, the official file manager for GNOME2. This is the same version that I imported to pkgsrc-wip earlier. With the latest gnome-vfs2 update, the package works now. @ text @@