SF.net SVN: gar:[22463] csw/mgar/pkg/netatalk/trunk/Makefile

slowfranklin at users.sourceforge.net slowfranklin at users.sourceforge.net
Sun Nov 10 09:13:03 CET 2013


Revision: 22463
          http://gar.svn.sourceforge.net/gar/?rev=22463&view=rev
Author:   slowfranklin
Date:     2013-11-10 08:13:03 +0000 (Sun, 10 Nov 2013)
Log Message:
-----------
netatalk/trunk: Try to fix deps across platforms, yuck

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

Modified: csw/mgar/pkg/netatalk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netatalk/trunk/Makefile	2013-11-09 17:36:45 UTC (rev 22462)
+++ csw/mgar/pkg/netatalk/trunk/Makefile	2013-11-10 08:13:03 UTC (rev 22463)
@@ -39,7 +39,6 @@
 RUNTIME_DEP_PKGS += CSWlibglib2-0-0
 RUNTIME_DEP_PKGS += CSWlibdbus-glib1-2
 RUNTIME_DEP_PKGS += CSWlibiconv2
-RUNTIME_DEP_PKGS += CSWlibldap2-4-2
 RUNTIME_DEP_PKGS += CSWbdb48
 RUNTIME_DEP_PKGS += CSWlibgssapi-krb5-2
 RUNTIME_DEP_PKGS += CSWlibtracker-sparql0-16-0
@@ -47,20 +46,17 @@
 RUNTIME_DEP_PKGS += CSWlibgio2-0-0
 RUNTIME_DEP_PKGS += CSWlibgcc-s1
 RUNTIME_DEP_PKGS += CSWlibssl1-0-0
-# needed because of 7051963 but fails checkpkg
-# http://lists.opencsw.org/pipermail/maintainers/2013-November/018794.html
-RUNTIME_DEP_PKGS += CSWlibintl8
-RUNTIME_DEP_PKGS += CSWlibk5crypto3
-RUNTIME_DEP_PKGS += CSWlibcom-err3
-RUNTIME_DEP_PKGS += CSWlibgmodule2-0-0
 
+# this sucks!
+RUNTIME_DEP_PKGS_sparc_5.10 = CSWlibgmodule2-0-0 CSWlibintl8 CSWlibk5crypto3 CSWlibcom-err3 CSWlibldap2-4-2 CSWlibgpg-error0
+RUNTIME_DEP_PKGS_i386_5.10 = CSWlibldap2-4-2 CSWlibgpg-error0
+RUNTIME_DEP_PKGS_i386_5.11 = CSWlibgpg-error0
+RUNTIME_DEP_PKGS += $(RUNTIME_DEP_PKGS_$(GARCH)_$(GAROSREL))
+
 PATCHFILES += 0003-Disable-noinst-binary-fails-to-link-on-SPARC.patch
 # will be in 3.1.1
 PATCHFILES += uam.patch
 
-# Don't know yet why but this dependency is only picked under sparc
-RUNTIME_DEP_PKGS_sparc = CSWlibgpg-error0
-RUNTIME_DEP_PKGS += $(RUNTIME_DEP_PKGS_$(GARCH))
 
 REINPLACEMENTS += manifest1
 REINPLACE_MATCH_manifest1 = network/netatalk

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