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

Dennis Veatch stumbles at lunar-linux.org
Fri Nov 2 16:03:16 CET 2007


Author: stumbles
Date: 2007-11-02 16:03:16 +0100 (Fri, 02 Nov 2007)
New Revision: 26566

Modified:
   moonbase/trunk/libs/openMotif/BUILD
   moonbase/trunk/libs/openMotif/DEPENDS
   moonbase/trunk/libs/openMotif/DETAILS
Log:

Version bump. AFAICT that symlink is not needed but will leave it for now.

If you do not do a "lunar update" , at least do "lunar fix" after a 
"lin moonbase". I do know at least a "lin -rc teTeX gpsd" is needed and 
those are the only ones I know of.



Modified: moonbase/trunk/libs/openMotif/BUILD
===================================================================
--- moonbase/trunk/libs/openMotif/BUILD	2007-11-02 14:17:12 UTC (rev 26565)
+++ moonbase/trunk/libs/openMotif/BUILD	2007-11-02 15:03:16 UTC (rev 26566)
@@ -1,15 +1,12 @@
 (
 
- unset LANG
- ./configure  --build=$BUILD            \
-              --prefix=/usr/X11R6       \
-              --sysconfdir=/etc         \
-              $OPTS &&
+  OPTS="$OPTS --x-libraries=/usr/lib/xorg --prefix=/usr/X11R6 --sysconfdir=/etc --enable-jpeg \
+              --enable-png --with-x --enable-xft --x-includes=/usr/include/X11"
 
- default_make &&
+  default_build
 
  # We need to create this symlink. Attention on upgrades!
  # Version number may change!
- ln -sf /usr/X11R6/lib/libXm.so.3.0.2 /usr/X11R6/lib/libXm.so.2
+ # ln -sf /usr/X11R6/lib/libXm.so.3.0.2 /usr/X11R6/lib/libXm.so.2
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/openMotif/DEPENDS
===================================================================
--- moonbase/trunk/libs/openMotif/DEPENDS	2007-11-02 14:17:12 UTC (rev 26565)
+++ moonbase/trunk/libs/openMotif/DEPENDS	2007-11-02 15:03:16 UTC (rev 26566)
@@ -1 +1,3 @@
 depends %X
+depends jpeg
+depends libpng

Modified: moonbase/trunk/libs/openMotif/DETAILS
===================================================================
--- moonbase/trunk/libs/openMotif/DETAILS	2007-11-02 14:17:12 UTC (rev 26565)
+++ moonbase/trunk/libs/openMotif/DETAILS	2007-11-02 15:03:16 UTC (rev 26566)
@@ -1,12 +1,12 @@
           MODULE=openMotif
-         VERSION=2.2.3
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://ftp.motifzone.com/om2.2.3/src/
-   SOURCE_URL[1]=http://ftp.ics.com/pub/Products/Motif/om2.2.3/src/
-      SOURCE_VFY=sha1:c463653d9f8e24b35522c3ba6363ddf7a282eab4
-        WEB_SITE=http://www.opengroup.org/openmotif
+         VERSION=2.3.0
+          SOURCE=openmotif-$VERSION.tar.gz
+   SOURCE_URL[0]=ftp://ftp.ics.com/openmotif/2.3/2.3.0/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/openmotif-$VERSION
+      SOURCE_VFY=sha1:efb5f5fdc4cc43ef6065594f4ebe98953b7af15e
+        WEB_SITE=http://www.motifzone.net/
          ENTERED=20021007
-         UPDATED=20031125
+         UPDATED=20071102
            SHORT="Motif GUI X11 toolkit."
            PSAFE="no"
 cat << EOF



More information about the Lunar-commits mailing list