[csw-devel] SF.net SVN: gar:[5322] csw/mgar/pkg/mtr/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Jun 19 01:40:40 CEST 2009


Revision: 5322
          http://gar.svn.sourceforge.net/gar/?rev=5322&view=rev
Author:   skayser
Date:     2009-06-18 23:40:40 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
mtr: pending, pkg-config for gtk+-2.0 stuff is broken right now

Modified Paths:
--------------
    csw/mgar/pkg/mtr/trunk/Makefile

Modified: csw/mgar/pkg/mtr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mtr/trunk/Makefile	2009-06-18 22:43:32 UTC (rev 5321)
+++ csw/mgar/pkg/mtr/trunk/Makefile	2009-06-18 23:40:40 UTC (rev 5322)
@@ -1,8 +1,16 @@
 # Todo
-# * Provide additional non-X11 package to reduce dependencies (mtr-tiny)
+# ----
+# * Build-machines pkg-config for GTK+-2.0 stuff is broken right now, 
+#   wait for it to become usable again to compile the regular CSWmtr pkg
+#   ...
+#   checking for GTK+ - version >= 2.4.0... sh: gnome-config: not found
+#   see: http://lists.opencsw.org/pipermail/maintainers/2009-June/002893.html
+#     http://lists.freebsd.org/pipermail/freebsd-gnome/2003-April/000453.html
+#
 # * Revisit curses autoconf detection. Maybe have a chat with upstream
 #   as the README says that there are known, yet unsolved Solaris autoconf
 #   recipe problems
+#
 GARNAME = mtr
 GARVERSION = 0.75
 CATEGORIES = net
@@ -50,6 +58,7 @@
 
 # ... default is with X11
 ifneq ($(TINY), 1)
+CONFIGURE_ARGS += --disable-gtktest
 REQUIRED_PKGS += CSWgtk2 CSWlibatk CSWpango CSWlibcairo
 REQUIRED_PKGS += CSWggettextrt CSWglib2
 INCOMPATIBLE_PKGS = CSWmtrtiny


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list