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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Aug 8 21:44:56 CEST 2011


Revision: 15285
          http://gar.svn.sourceforge.net/gar/?rev=15285&view=rev
Author:   wahwah
Date:     2011-08-08 19:44:55 +0000 (Mon, 08 Aug 2011)

Log Message:
-----------
pkg/libiconv/trunk: Fixing a dependency cycle

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

Modified: csw/mgar/pkg/libiconv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libiconv/trunk/Makefile	2011-08-08 08:40:24 UTC (rev 15284)
+++ csw/mgar/pkg/libiconv/trunk/Makefile	2011-08-08 19:44:55 UTC (rev 15285)
@@ -59,8 +59,16 @@
 CHECKPKG_OVERRIDES_CSWlibiconv-utils += shared-lib-pkgname-mismatch
 RUNTIME_DEP_PKGS_CSWlibiconv-utils += CSWlibiconv2
 RUNTIME_DEP_PKGS_CSWlibiconv-utils += CSWlibintl8
-OBSOLETED_BY_CSWlibiconv-utils += CSWiconv
 
+# Removing this dependency to break a dependency cycle.
+# See:
+#  - http://lists.opencsw.org/pipermail/devel/2011-August/020098.html
+#
+# "CSWiconv needs CSWlibiconv-utils which needs CSWlibintl8 which needs
+# CSWiconv"
+#
+# OBSOLETED_BY_CSWlibiconv-utils += CSWiconv
+
 BUILD64 = 1
 
 # 'gmake test' shows three errors of coredumping printf's


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