packages: VirtualBox/VirtualBox-configure.patch - updated to 3.1.0

adamg adamg at pld-linux.org
Tue Dec 1 08:48:25 CET 2009


Author: adamg                        Date: Tue Dec  1 07:48:25 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.1.0

---- Files affected:
packages/VirtualBox:
   VirtualBox-configure.patch (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/VirtualBox/VirtualBox-configure.patch
diff -u packages/VirtualBox/VirtualBox-configure.patch:1.18 packages/VirtualBox/VirtualBox-configure.patch:1.19
--- packages/VirtualBox/VirtualBox-configure.patch:1.18	Wed Jul  1 17:22:17 2009
+++ packages/VirtualBox/VirtualBox-configure.patch	Tue Dec  1 08:48:20 2009
@@ -4,21 +4,21 @@
    echo "compiling the following source file:" >> $LOG
    cat $ODIR.tmp_src.cc >> $LOG
    echo "using the following command line:" >> $LOG
--  echo "$CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc \"$1\"" >> $LOG
--  $CXX -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc $1 >> $LOG 2>&1
-+  echo "$CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib \"$1\"" >> $LOG
-+  $CXX -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib $1 >> $LOG 2>&1
+-  echo "$CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc \"$1\"" >> $LOG
+-  $CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc $1 >> $LOG 2>&1
++  echo "$CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib \"$1\"" >> $LOG
++  $CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -L/usr/X11R6/lib $1 >> $LOG 2>&1
    if [ $? -ne 0 ]; then
      if [ -z "$4" ]; then
        echo
-@@ -1836,7 +1834,6 @@
-   --with-iasl=PATH         location of the iasl compiler [$IASL]
-   --with-linux=DIR         Linux kernel source directory [$LINUX]
+@@ -1996,7 +1996,6 @@
    --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
--  --with-qt-dir=DIR        directory for Qt4 headers/libraries [pkgconfig]
-   --with-gsoap-dir=PATH    directory for gSOAP compiler/headers/libraries
-                            (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)
-   --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)
+ EOF
+ [ "$OS"    = "linux" ] && echo "  --with-linux=DIR         Linux kernel source directory [$LINUX]"
+-[ $WITH_QT4    -eq 1 ] && echo "  --with-qt-dir=DIR        directory for Qt4 headers/libraries [pkgconfig]"
+ [ $WITH_GSOAP  -eq 1 ] && echo "  --with-gsoap-dir=PATH    directory for gSOAP compiler/headers/libraries"
+ [ $WITH_GSOAP  -eq 1 ] && echo "                           (soapcpp2 and wsdl2h, soapstd2.h, libgsoap++.a/so)"
+ [ $WITH_GSOAP  -eq 1 ] && echo "  --with-gsoap-import=PATH directory for gSOAP import files (stlvector.h)"
 @@ -1881,10 +1878,6 @@
          exit 1
        fi
@@ -27,6 +27,6 @@
 -      QT4DIR=`echo $option | cut -d'=' -f2`
 -      QT4DIR_PKGCONFIG=0
 -      ;;
-     --with-gsoap-dir=*)
-       GSOAP=`echo $option | cut -d'=' -f2`
-       ;;
+     --with-openssl-dir=*)
+       OPENSSLDIR=`echo $option | cut -d'=' -f2`
+       INCCRYPTO="-I${OPENSSLDIR}/include"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox-configure.patch?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list