[csw-devel] SF.net SVN: gar:[9415] csw/mgar/pkg/expect/trunk

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Mar 28 18:25:38 CEST 2010


Revision: 9415
          http://gar.svn.sourceforge.net/gar/?rev=9415&view=rev
Author:   hson
Date:     2010-03-28 16:25:38 +0000 (Sun, 28 Mar 2010)

Log Message:
-----------
expect: Add missing dependencies. Add legacy files to package

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

Added Paths:
-----------
    csw/mgar/pkg/expect/trunk/files/5.42.i386.tar.xz
    csw/mgar/pkg/expect/trunk/files/5.42.sparc.tar.xz

Modified: csw/mgar/pkg/expect/trunk/Makefile
===================================================================
--- csw/mgar/pkg/expect/trunk/Makefile	2010-03-28 16:22:20 UTC (rev 9414)
+++ csw/mgar/pkg/expect/trunk/Makefile	2010-03-28 16:25:38 UTC (rev 9415)
@@ -47,6 +47,9 @@
 RUNTIME_DEP_PKGS_CSWexpect += CSWlibx11
 RUNTIME_DEP_PKGS_CSWexpect += CSWlibxft2
 RUNTIME_DEP_PKGS_CSWexpect += CSWlibxrender
+RUNTIME_DEP_PKGS_CSWexpect += CSWlibxext
+RUNTIME_DEP_PKGS_CSWexpect += CSWlibxscrnsaver
+RUNTIME_DEP_PKGS_CSWexpect += CSWsunmath
 
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
@@ -98,3 +101,11 @@
 	)
 #	@( cd $(WORKSRC); aclocal;autoconf)
 	@$(MAKECOOKIE)
+
+post-install-isa-sparcv8:
+	@( cd $(INSTALLISADIR); xz -dc $(CURDIR)/$(FILEDIR)/5.42.sparc.tar.xz | tar xf -)
+	@$(MAKECOOKIE)
+
+post-install-isa-i386:
+	@( cd $(INSTALLISADIR); xz -dc $(CURDIR)/$(FILEDIR)/5.42.i386.tar.xz | tar xf -)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/expect/trunk/files/5.42.i386.tar.xz
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/expect/trunk/files/5.42.i386.tar.xz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/expect/trunk/files/5.42.sparc.tar.xz
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/expect/trunk/files/5.42.sparc.tar.xz
___________________________________________________________________
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