[csw-devel] SF.net SVN: gar:[2966] csw/mgar/pkg/gettext/trunk

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Mon Feb 2 19:33:52 CET 2009


Revision: 2966
          http://gar.svn.sourceforge.net/gar/?rev=2966&view=rev
Author:   harpchad
Date:     2009-02-02 18:33:52 +0000 (Mon, 02 Feb 2009)

Log Message:
-----------
Add old 64-bit libraries

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

Added Paths:
-----------
    csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9
    csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9
    csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9

Modified: csw/mgar/pkg/gettext/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gettext/trunk/Makefile	2009-02-02 18:27:05 UTC (rev 2965)
+++ csw/mgar/pkg/gettext/trunk/Makefile	2009-02-02 18:33:52 UTC (rev 2966)
@@ -55,11 +55,18 @@
 
 include gar/category.mk
 
+#Include old libraries for compatibility with existing packages
+#  TODO: Convert to modulated builds
 post-install-isa-sparcv8:
 	@cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so
 	@cp $(FILEDIR)/libintl.so.2.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.2
 	@cp $(FILEDIR)/libintl.so.3.s $(INSTALLISADIR)/opt/csw/lib/libintl.so.3
 
+post-install-isa-sparcv9:
+	@cp $(FILEDIR)/libgettextlib-0.14.1.so.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libgettextlib-0.14.1.so
+	@cp $(FILEDIR)/libintl.so.2.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.2
+	@cp $(FILEDIR)/libintl.so.3.s9 $(INSTALLISADIR)/opt/csw/lib/sparcv9/libintl.so.3
+
 post-install-isa-i386:
 	@cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so
 	@cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2

Added: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/gettext/trunk/files/libgettextlib-0.14.1.so.s9
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.2.s9
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/gettext/trunk/files/libintl.so.3.s9
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


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