pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prevent cyclic dependency between wip/nautilus and wip/meta-tracker



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Dec 24 00:03:27 2015 +0100
Changeset:	a38c4c32b218d4366c716391113cddb9562f3a72

Modified Files:
	meta-tracker/options.mk

Log Message:
prevent cyclic dependency between wip/nautilus and wip/meta-tracker

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a38c4c32b218d4366c716391113cddb9562f3a72

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 meta-tracker/options.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/meta-tracker/options.mk b/meta-tracker/options.mk
index 04feeb8..a06e283 100644
--- a/meta-tracker/options.mk
+++ b/meta-tracker/options.mk
@@ -13,8 +13,12 @@ PKG_SUGGESTED_OPTIONS+=		hal unac enca libsecret gnome
 PKG_SUGGESTED_OPTIONS+=		pdf xps gif jpeg tiff vorbis flac html gsf playlist
 PKG_SUGGESTED_OPTIONS+=		-gstreamer
 PKG_SUGGESTED_OPTIONS+=		rss evolution firefox # thunderbird
-PKG_SUGGESTED_OPTIONS+=		nautilus
 PKG_SUGGESTED_OPTIONS+=		mp3 taglib xmp
+# XXX pbulk complains:
+# Cyclic dependency for package:
+# meta-tracker-0.16.3nb2
+# nautilus-3.16.2
+# PKG_SUGGESTED_OPTIONS+=		nautilus
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index