diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-07 16:53:33 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-07 16:53:33 +0800 |
commit | dcb3c47a8c152365dd9bf5074ca2cab8a734dbda (patch) | |
tree | 761d53fcf6eae3338a6b806fcc5adae1cc0cc1c1 | |
parent | a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8 (diff) | |
download | freebsd-ports-gnome-dcb3c47a8c152365dd9bf5074ca2cab8a734dbda.tar.gz freebsd-ports-gnome-dcb3c47a8c152365dd9bf5074ca2cab8a734dbda.tar.zst freebsd-ports-gnome-dcb3c47a8c152365dd9bf5074ca2cab8a734dbda.zip |
Remove debugging trap that somehow slipped into previous commit causing
Nautilus to hang as startup.
PR: 32566
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
4 files changed, 4 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 65aa43474bff..f8aaabf13253 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus diff --git a/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c b/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c index 945e6788571e..c76d27a3b7ed 100644 --- a/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c +++ b/x11-fm/nautilus/files/patch-libnautilus-private::nautilus-volume-monitor.c @@ -169,7 +169,7 @@ $FreeBSD$ fclose (fh); +#else + while ((ent = getfsent ()) != NULL) { -+ {static int b = 1; while (b);} ++ /*{static int b = 1; while (b);}*/ + if (strcmp(ent->fs_vfstype, "swap") == 0) + continue; + volume = create_volume (ent->fs_spec, ent->fs_file); diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 65aa43474bff..f8aaabf13253 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c index 945e6788571e..c76d27a3b7ed 100644 --- a/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c +++ b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c @@ -169,7 +169,7 @@ $FreeBSD$ fclose (fh); +#else + while ((ent = getfsent ()) != NULL) { -+ {static int b = 1; while (b);} ++ /*{static int b = 1; while (b);}*/ + if (strcmp(ent->fs_vfstype, "swap") == 0) + continue; + volume = create_volume (ent->fs_spec, ent->fs_file); |