mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
d129587b5d
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
12 lines
524 B
Plaintext
12 lines
524 B
Plaintext
--- Makefile.in.orig 2015-03-09 16:12:04.418535000 +0100
|
|
+++ Makefile.in 2015-03-09 16:24:27.861927000 +0100
|
|
@@ -552,7 +552,7 @@
|
|
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
|
|
&& DISPLAY=:$$XID && export DISPLAY
|
|
|
|
-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
|
|
+SRC_SUBDIRS = gdk gtk libgail-util modules demos
|
|
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
MAINTAINERCLEANFILES = \
|