Module submission - Xdialog

bvali087@uottawa.ca bvali087 at uottawa.ca
Thu Nov 10 01:51:20 UTC 2005


module name       : Xdialog
suggested section : utils
update (y/n)      : y
bugfix (y/n)      : y
security (y/n)    : n


Version changed, and the link to the old version was not valid
anymore.

Also, in the new version, the make procedure failed with:

<snip>
rm -f libgetopt.a
ar cru libgetopt.a getopt.o getopt1.o 
make[2]: RANLIB@: Command not found
make[2]: *** [libgetopt.a] Error 127
make[2]: Leaving directory `/var/misc/src/Xdialog-2.1.2/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/misc/src/Xdialog-2.1.2'
make: *** [all-recursive-am] Error 2
</snip>

So I have a fancy BUILD script to set up the ranlib function.

In brief, it works for me, so I submit it.


Benoit

-------------- next part --------------
--- Xdialog/BUILD	1969-12-31 19:00:00.000000000 -0500
+++ Xdialog/BUILD	2005-11-09 20:49:55.000000000 -0500
@@ -0,0 +1,7 @@
+(
+  
+  ./configure &&
+  sed -i -e 's/RANLIB = @RANLIB@/RANLIB = ranlib/' ./lib/Makefile &&
+  default_make
+
+) > $C_FIFO 2>&1
--- Xdialog/DETAILS	2005-05-07 14:09:27.000000000 -0400
+++ Xdialog/DETAILS	2005-11-08 01:41:29.000000000 -0500
@@ -1,11 +1,11 @@
           MODULE=Xdialog
-         VERSION=2.0.6
+         VERSION=2.1.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=http://www.chez.com/godefroy/
-        WEB_SITE=http://www.chez.com/goadfroy
+   SOURCE_URL[0]=http://thgodef.nerim.net/xdialog/
+        WEB_SITE=http://xdialog.dyns.net/
 	MAINTAINER=nhudson at speakeasy.net
          ENTERED=20021010
-         UPDATED=20021010
+         UPDATED=20051108
            SHORT=" It converts any terminal based program into a program with an X-windows interface"
 cat << EOF
 Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog" programs. It converts any terminal based program into a program with an X-windows interface. The dialogs are easier to see and use while adding even more functionalities (e.g. with the treeview, the file selector, the edit box, the range box, the help button/box). Because Xdialog uses GTK+, it will also match your desktop theme. 
-------------- next part --------------
lvu submit Xdialog cc7ba95ad91bb04294008fe433c28efe  -
2.6.13.1 2.6.12 gcc-3.4.4 glibc-2.3.5


More information about the Lunar mailing list