[Lunar-commits] CVS: moonbase/net/vnc BUILD, 1.2, 1.3 DETAILS, 1.6, 1.7

Florin Braescu florin at lunar-linux.org
Sun Mar 6 15:39:41 UTC 2005


Update of /var/cvs/lunar/moonbase/net/vnc
In directory espresso.foo-projects.org:/tmp/cvs-serv2922

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 3.3.7 to 4.1. 

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/vnc/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	30 Sep 2002 23:30:42 -0000	1.2
+++ BUILD	6 Mar 2005 15:39:39 -0000	1.3
@@ -1,14 +1,11 @@
 (
 
+  cd unix          &&
   ./configure      &&
   make             &&
-  cd    Xvnc       &&
-  # somehow the normal CXXFLAGS will fail on the link stage:
-  make  World  BOOTSTRAPCFLAGS="$CFLAGS" CXXFLAGS="" &&
   prepare_install  &&
-  cd    ..         &&
-  ./vncinstall   /usr/bin              &&
-  mkdir  -p      /usr/bin/vnc.classes  &&
-  cp  classes/*  /usr/bin/vnc.classes
+  ./vncinstall /usr/bin  &&
+  mkdir -p /usr/share/vnc/classes  &&
+  cp ../common/javabin/*  /usr/share/vnc/classes
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/vnc/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	5 Oct 2004 09:30:13 -0000	1.6
+++ DETAILS	6 Mar 2005 15:39:39 -0000	1.7
@@ -1,15 +1,15 @@
           MODULE=vnc
-         VERSION=3.3.7
-#        VERSION=3.3.4
+         VERSION=4_1
           SOURCE=$MODULE-$VERSION-unixsrc.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-unixsrc
-   SOURCE_URL[0]=http://www.realvnc.com/dist/
-   SOURCE_URL[2]=http://www.uk.research.att.com/vnc/dist/
-   SOURCE_URL[1]=ftp://ftp.uk.research.att.com/pub/vnc/dist/
-        WEB_SITE=http://www.uk.research.att.com/vnc/
+   SOURCE_URL=http://lunar-linux.org/lunar/mirrors/
+     SOURCE_VFY=sha1:95bd082c04fc1229359f2c2da848ca2c34c0c3c8
+       WEB_SITE=http://www.realvnc.com/
          ENTERED=20020112
-         UPDATED=20030327
+         UPDATED=20050306
+           PSAFE=no
            SHORT="vnc provides virtual network computing."
+
 cat << EOF
 VNC stands for Virtual Network Computing. It is, in essence, a remote
 display system which allows you to view a computing 'desktop'
@@ -17,5 +17,3 @@
 anywhere on the Internet and from a wide variety of machine
 architectures. 
 EOF
-
-PSAFE=no



More information about the Lunar-commits mailing list