Author: ranger
Date: Thu Jun  4 20:31:20 2009
New Revision: 1562

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1562&repname=user%3a+ranger>
Log:
new upstream

Added:
    trunk/experimental/common/main/finkinfo/x11/winetricks.patch
Modified:
    trunk/experimental/common/main/finkinfo/x11/winetricks.info

Modified: trunk/experimental/common/main/finkinfo/x11/winetricks.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/x11/winetricks.info&rev=1562&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/x11/winetricks.info (original)
+++ trunk/experimental/common/main/finkinfo/x11/winetricks.info Thu Jun  4 
20:31:20 2009
@@ -2,11 +2,15 @@
 Version: 20090604
 Revision: 1
 
+BuildDepends: fink (>= 0.28.0-1)
 Depends: cabextract, wine
 Source: http://ranger.befunk.com/fink/%n/%n-%v
 Source-MD5: 125efa75dea1c02eb3581a480f421348
 NoSourceDirectory: true
+PatchFile: %n.patch
+PatchFile-MD5: 3fa5e7af260c8849ee1f0b154d8c6d14
 
+PatchScript: patch -p0 %n-%v %{PatchFile}
 CompileScript: true
 InstallScript: <<
        install -d -m 755 %i/bin

Added: trunk/experimental/common/main/finkinfo/x11/winetricks.patch
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/x11/winetricks.patch&rev=1562&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/x11/winetricks.patch (added)
+++ trunk/experimental/common/main/finkinfo/x11/winetricks.patch Thu Jun  4 
20:31:20 2009
@@ -1,0 +1,16 @@
+--- winetricks-20090604        2009-06-04 12:33:25.000000000 -0400
++++ winetricks-20090604-new    2009-06-04 14:12:09.000000000 -0400
+@@ -366,11 +366,11 @@
+            # [*] --read-timeout is useful on the adobe server that doesn't
+            # close the connection unless you tell it to (control-C or closing
+            # the socket)
+-           try wget -nd -c --read-timeout=300 --retry-connrefused --header 
"Accept-Encoding: gzip,deflate" "$2"
++           try wget -nd -c --read-timeout=300 --retry-connrefused 
--no-check-certificate --header "Accept-Encoding: gzip,deflate" "$2"
+         else
+            # curl doesn't get filename from the location given by the server!
+            # fortunately, we know it
+-           try curl -L -o "$file" -C - --header "Accept-Encoding: 
gzip,deflate" "$2"
++           try curl -L -o "$file" -C - --insecure --header "Accept-Encoding: 
gzip,deflate" "$2"
+         fi
+         cd "$olddir"
+     fi


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to