head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.26 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.24 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.22 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.20 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.18 pkgsrc-2009Q4-base:1.9 pkgsrc-2008Q4:1.9.0.16 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.9.0.14 pkgsrc-2008Q3-base:1.9 cube-native-xorg:1.9.0.12 cube-native-xorg-base:1.9 pkgsrc-2008Q2:1.9.0.10 pkgsrc-2008Q2-base:1.9 pkgsrc-2008Q1:1.9.0.8 pkgsrc-2008Q1-base:1.9 pkgsrc-2007Q4:1.9.0.6 pkgsrc-2007Q4-base:1.9 pkgsrc-2007Q3:1.9.0.4 pkgsrc-2007Q3-base:1.9 pkgsrc-2007Q2:1.9.0.2 pkgsrc-2007Q2-base:1.9 pkgsrc-2007Q1:1.8.0.28 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.26 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.24 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.22 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.20 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.18 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.16 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.14 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.12 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.10 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.8 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.8.0.6 pkgsrc-2004Q2-base:1.8 pkgsrc-2004Q1:1.8.0.4 pkgsrc-2004Q1-base:1.8 pkgsrc-2003Q4:1.8.0.2 pkgsrc-2003Q4-base:1.8 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5; locks; strict; comment @# @; 1.9 date 2007.05.20.15.48.26; author wiz; state dead; branches; next 1.8; 1.8 date 2003.04.17.23.09.53; author nathanw; state Exp; branches; next 1.7; 1.7 date 2003.01.09.09.47.31; author rh; state dead; branches; next 1.6; 1.6 date 2002.08.28.16.49.39; author jlam; state Exp; branches; next 1.5; 1.5 date 2002.04.09.20.44.25; author jlam; state Exp; branches; next 1.4; 1.4 date 2002.03.24.19.59.39; author rh; state Exp; branches; next 1.3; 1.3 date 2001.10.07.11.45.03; author rh; state Exp; branches; next 1.2; 1.2 date 2001.10.05.06.56.46; author rh; state Exp; branches; next 1.1; 1.1 date 2001.08.27.20.10.17; author tron; state Exp; branches; next ; desc @@ 1.9 log @Remove remaining gnome1-libs dependencies from pkgsrc. @ text @$NetBSD: patch-ag,v 1.8 2003/04/17 23:09:53 nathanw Exp $ --- libgnomevfs/gnome-vfs-init.c.orig 2003-04-17 18:42:59.000000000 -0400 +++ libgnomevfs/gnome-vfs-init.c 2003-04-17 18:46:06.000000000 -0400 @@@@ -46,6 +46,9 @@@@ gboolean retval; char *bogus_argv[2] = { "dummy", NULL }; + if (!g_thread_supported ()) + g_thread_init (NULL); + G_LOCK (vfs_already_initialized); if (!vfs_already_initialized) { @ 1.8 log @Pull in a change similar to one in gnome CVS, to initialize the g_thread subsystem before calling G_LOCK(). Fixes a case of unlocking a mutex that isn't locked. @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @Update gnome-vfs to 1.0.5. Changes include: New features: * UTF-8 gnome-mime-data support * NNTP module * Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific patch necessary any longer Bug fixes: * NNTP fixes * Large file (64bit) support * Build fixes * C++ style comments corrected * Miscelaneous fixes * Fix memory leak for nested symlinks, avoid infite loop * Detect OpenSSL libraries better * Don't include to remove namespace clashes @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.6 2002/08/28 16:49:39 jlam Exp $ d3 12 a14 40 --- configure.orig Fri Oct 12 04:35:44 2001 +++ configure @@@@ -10210,7 +10210,6 @@@@ data/Makefile data/mime/Makefile idl/Makefile -intl/Makefile libgnomevfs-pthread/Makefile libgnomevfs/Makefile modules/Makefile @@@@ -10230,7 +10229,9 @@@@ test/Makefile test/vfs-run doc/Makefile -macros/Makefile +xml-i18n-extract +xml-i18n-merge +xml-i18n-update config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF @ 1.6 log @buildlink1 -> buildlink2 @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.5 2002/04/09 20:44:25 jlam Exp $ @ 1.5 log @After bothering to set GNOME_CONFIG and ORBIT_CONFIG to the paths to the respective pkgconfig-style scripts, we should actually use them instead of directly invoking "gnome-config" or "orbit-config". This will allow us to properly buildlinkify this package. @ text @d1 1 a1 1 $NetBSD$ a4 56 @@@@ -5591,8 +5591,8 @@@@ fi if test x$gnome_cv_orbit_found = xyes; then - ORBIT_CFLAGS=`orbit-config --cflags client server` - ORBIT_LIBS=`orbit-config --use-service=name --libs client server` + ORBIT_CFLAGS=`$ORBIT_CONFIG --cflags client server` + ORBIT_LIBS=`$ORBIT_CONFIG --use-service=name --libs client server` else @@@@ -5609,8 +5609,8 @@@@ gnome_cv_gnorba_found=no if test x$gnome_cv_orbit_found = xyes; then - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" + GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" if test -n "$GNORBA_LIBS"; then gnome_cv_gnorba_found=yes fi @@@@ -5630,8 +5630,8 @@@@ fi if test x$gnome_cv_orbit_found = xyes; then - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" + GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" else @@@@ -5709,14 +5709,14 @@@@ fi -VFS_GNOME_CFLAGS="`gnome-config --cflags gnome`" -VFS_GNOMEUI_CFLAGS="`gnome-config --cflags gnome gnomeui`" -VFS_GNOMEGNORBA_CFLAGS="`gnome-config --cflags gnome gnomeui gnorba`" -VFS_CAPPLET_CFLAGS="`gnome-config --cflags gnome gnomeui capplet`" -VFS_GNOME_LIBS="`gnome-config --libs gnome`" -VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" -VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" -VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" +VFS_GNOME_CFLAGS="`$GNOME_CONFIG --cflags gnome`" +VFS_GNOMEUI_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui`" +VFS_GNOMEGNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui gnorba`" +VFS_CAPPLET_CFLAGS="`$GNOME_CONFIG --cflags gnome gnomeui capplet`" +VFS_GNOME_LIBS="`$GNOME_CONFIG --libs gnome`" +VFS_GNOMEUI_LIBS="`$GNOME_CONFIG --libs gnome gnomeui`" +VFS_GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs gnome gnomeui gnorba`" +VFS_CAPPLET_LIBS="`$GNOME_CONFIG --libs gnome gnomeui capplet`" VFS_GLIB_CONFIG="glib-config" @ 1.4 log @Update gnome-vfs to 1.0.3. Changes are mainly bugfixes, most notably this now compiles with control-center-1.4.0.4. This version also adds support for start-here:, preferences:, system-settings:, server-settings:, start-here:, and programs: URI schemes. While at it, fix localstatedir to avoid installing scrollkeeper files where they don't belong (PR pkg/13057). @ text @d3 1 a3 1 --- configure.orig Fri Oct 12 18:35:44 2001 d5 56 @ 1.3 log @s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/ to use pkgsrc libtool Patch configure instead of configure.in to remove dependency on autoconf @ text @d3 1 a3 1 --- configure.orig Tue Sep 11 09:27:44 2001 d5 1 a5 1 @@@@ -11052,7 +11052,6 @@@@ d13 1 a13 1 @@@@ -11072,7 +11071,9 @@@@ d24 1 a24 1 @@@@ -11321,7 +11322,6 @@@@ d32 1 a32 1 @@@@ -11341,7 +11341,9 @@@@ @ 1.2 log @Update gnome-vfs to 1.0.2 and while at it, buildlinkify. Changes include: New APIs: * New gnome_vfs_uri_resolve_relative call (Ian) * New module callback API (Mike, Maciej) * Authentication and proxy authentication callbacks (Mike) New features: * Start on an SSH module, disabled by default for now (Ian) * Handle the IceCast/ShoutCast non-standard variant of the HTTP protocol (Maciej) * SSL and https support (Ian, Seth, Maciej) * Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn) * New translation (Abel Cheung) Bug fixes: * Move headers for future parallel-install compatibility (Maciej) * FTP directory loading fixes (Jacob) * Fix detection of KOffice file mime types (Frederic) * Ensure all headers are standalone-includable (Darin) * Assorted code cleanup (Darin, Anders) * Split type declarations in gnome-vfs-types.h into individual headers; gnome-vfs-types.h is stull around for compat (Seth, Darin) * Header fixes (Darin) * Random crash and leak fixes (Havoc, Anders, Maciej) * Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas) Portability fixes: * Fix module configuration files and parsing code to work on systems that don't use .so as the extension for shared libraries (Jacob) * Add recorsive mutex wrappers for use on systems that don't provide recursive mutexes natively (Dan) * Misc portability fixes (Laca, Frank Belew) @ text @d3 3 a5 3 --- configure.in.orig Tue Sep 11 09:20:37 2001 +++ configure.in @@@@ -573,7 +573,6 @@@@ d13 1 a13 1 @@@@ -593,7 +592,9 @@@@ d21 22 a42 3 ]) chmod u+x test/vfs-run @ 1.1 log @Heavily patch auto configure stuff to make this work with the new "autoconf" package. @ text @d3 3 a5 3 --- configure.in.orig Fri May 4 03:35:41 2001 +++ configure.in Mon Aug 27 21:56:10 2001 @@@@ -483,7 +483,6 @@@@ d13 1 a13 2 @@@@ -503,7 +502,9 @@@@ po/Makefile.in d16 1 @