ports/deskutils/gnome-initial-setup/files/patch-gnome-initial-setup_gnome-initial-setup.c
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

19 lines
737 B
C

--- gnome-initial-setup/gnome-initial-setup.c.orig 2015-03-04 22:30:52.000000000 +0100
+++ gnome-initial-setup/gnome-initial-setup.c 2015-05-14 07:43:32.295991000 +0200
@@ -40,7 +40,6 @@
#include "pages/region/gis-region-page.h"
#include "pages/keyboard/gis-keyboard-page.h"
#include "pages/eulas/gis-eula-pages.h"
-#include "pages/network/gis-network-page.h"
#include "pages/timezone/gis-timezone-page.h"
#include "pages/privacy/gis-privacy-page.h"
#include "pages/goa/gis-goa-page.h"
@@ -65,7 +64,7 @@
/* PAGE (region, FALSE), */
PAGE (keyboard, FALSE),
PAGE (eula, FALSE),
- PAGE (network, FALSE),
+ /* PAGE (network, FALSE), */
PAGE (privacy, FALSE),
PAGE (timezone, TRUE),
PAGE (goa, FALSE),