[Lunar-commits] r14811 - moonbase/trunk/libs/openMotif

Moritz Heiber moe at lunar-linux.org
Wed May 18 14:35:27 UTC 2005


Author: moe
Date: 2005-05-18 14:35:06 +0000 (Wed, 18 May 2005)
New Revision: 14811

Modified:
   moonbase/trunk/libs/openMotif/BUILD
   moonbase/trunk/libs/openMotif/DETAILS
Log:
Yes, I know what I'm doing (I think)

Tested against nedit and xpdf. xemacs is NOT supposed to link
against openMotif anymore (visit their website for more info).
xscreensaver-openMotif has been removed (same reason).
All the other dependencies: I pray.



Modified: moonbase/trunk/libs/openMotif/BUILD
===================================================================
--- moonbase/trunk/libs/openMotif/BUILD	2005-05-18 14:31:04 UTC (rev 14810)
+++ moonbase/trunk/libs/openMotif/BUILD	2005-05-18 14:35:06 UTC (rev 14811)
@@ -1,23 +1,9 @@
-# NOTE: this BUILD for 2.1.30 is signficantly more complex than the 2.2.2
-#       version.  So DO NOT mess around here unless you really know what 
-#       you are doing and have tested your changes throughly.  nedit and
-#       xpdf BOTH use openMotif.  Terry Chan
 (
 
-  cd config/cf/OpenGroup                   &&
-  cp Imake.* Library.tmpl linux.cf ..      &&
-  cp lnxLib.* noop.rules Threads.tmpl ..   &&
-  cp X11.* xf86.rules xfree86.cf ..        &&
-  cd $SOURCE_DIRECTORY                     &&
-  mkdir -p imports/x11                     &&
-  cd imports/x11                           &&
-  ln -s /usr/X11R6/bin bin                 &&
-  ln -s /usr/X11R6/include include         &&
-  ln -s /usr/X11R6/lib lib                 &&
-  cd $SOURCE_DIRECTORY                     &&
-  make World                               &&
-  prepare_install                          &&
-  make    install                          &&
-  ldconfig
+ default_build &&
 
+ # We need to create this symlink. Attention on upgrades!
+ # Version number may change!
+ ln -sf /usr/lib/libXm.so.3.0.2 /usr/lib/libXm.so.2
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/openMotif/DETAILS
===================================================================
--- moonbase/trunk/libs/openMotif/DETAILS	2005-05-18 14:31:04 UTC (rev 14810)
+++ moonbase/trunk/libs/openMotif/DETAILS	2005-05-18 14:35:06 UTC (rev 14811)
@@ -1,10 +1,8 @@
           MODULE=openMotif
-         VERSION=2.1.30-5
-        #VERSION=2.2.2
-          SOURCE=openmotif-${VERSION}_ICS.src.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/motif
-   SOURCE_URL[0]=ftp://ftp.sgi.com/other/motifzone/src/
-      SOURCE_VFY=md5:486814f49fcd9745c1a104f4b5d0f78e
+         VERSION=2.2.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://ftp.ics.com/pub/Products/Motif/om2.2.3/src/
+      SOURCE_VFY=sha1:c463653d9f8e24b35522c3ba6363ddf7a282eab4
         WEB_SITE=http://www.opengroup.org/openmotif
          ENTERED=20021007
          UPDATED=20031125



More information about the Lunar-commits mailing list