mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
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>
This commit is contained in:
parent
beb2bfa879
commit
20cda628f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51168
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user