[csw-devel] SF.net SVN: gar:[16017] csw/mgar/pkg/hdf5-7/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 27 17:15:53 CEST 2011


Revision: 16017
          http://gar.svn.sourceforge.net/gar/?rev=16017&view=rev
Author:   dmichelsen
Date:     2011-10-27 15:15:53 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------
hdf5-7/trunk: Fix dependencies from CSWzlib to CSWlibz1

Modified Paths:
--------------
    csw/mgar/pkg/hdf5-7/trunk/Makefile

Modified: csw/mgar/pkg/hdf5-7/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hdf5-7/trunk/Makefile	2011-10-27 14:13:54 UTC (rev 16016)
+++ csw/mgar/pkg/hdf5-7/trunk/Makefile	2011-10-27 15:15:53 UTC (rev 16017)
@@ -18,12 +18,13 @@
 PKGFILES_CSWlibhdf5-7 += $(call pkgfiles_lib,libhdf5.so.7)
 OBSOLETED_BY_CSWlibhdf5-7 += CSWhdf5rt
 CATALOGNAME_CSWhdf5rt = hdf5_rt_stub
-RUNTIME_DEP_PKGS_CSWlibhdf5-7 += CSWzlib
+RUNTIME_DEP_PKGS_CSWlibhdf5-7 += CSWlibz1
 
 PACKAGES += CSWlibhdf5hl7
 SPKG_DESC_CSWlibhdf5hl7 = HDF5 (hierarchical data format 5) library, libhdf5_hl.so.7
 PKGFILES_CSWlibhdf5hl7 += $(call pkgfiles_lib,libhdf5_hl.so.7)
-RUNTIME_DEP_PKGS_CSWlibhdf5hl7 += CSWzlib
+RUNTIME_DEP_PKGS_CSWlibhdf5hl7 += CSWlibz1
+# If any of the reported errors were false positives, you can override them
 RUNTIME_DEP_PKGS_CSWlibhdf5hl7 += CSWlibhdf5-7
 OBSOLETED_BY_CSWlibhdf5hl7 += CSWhdf5rt
 
@@ -38,7 +39,7 @@
 PKGFILES_CSWhdf5 += $(bindir)/.*
 RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5-7
 RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5hl7
-RUNTIME_DEP_PKGS_CSWhdf5 += CSWzlib
+RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibz1
 
 VENDOR_URL = http://www.hdfgroup.org/HDF5/
 

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