HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #638

Ticket #638: wget-1.14.diff

File wget-1.14.diff, 1.7 KB (added by barrett, 3 years ago)

Patch that add a bep file for wget.1.14

  • net-misc/wget/patches/wget-1.13.4.patch

     
    11diff -urN wget-1.13.4/src/http.c wget-1.13.4-haiku/src/http.c 
    2 --- wget-1.13.4/src/http.c      2011-09-07 03:58:01.006291456 -0700 
    3 +++ wget-1.13.4-haiku/src/http.c        2012-03-17 12:20:29.000000000 -0700 
     2--- wget-1.13.4/src/http.c      2011-09-07 12:58:01.010747904 +0200 
     3+++ wget-1.13.4-haiku/src/http.c        2012-05-13 23:02:53.000000000 +0200 
    44@@ -1046,6 +1046,7 @@ 
    55                char separator) 
    66 { 
    … …  
    1919     { 
    2020       modify_param_value(value, param_type); 
    2121diff -urN wget-1.13.4/src/main.c wget-1.13.4-haiku/src/main.c 
    22 --- wget-1.13.4/src/main.c      2011-09-06 06:50:11.004456448 -0700 
    23 +++ wget-1.13.4-haiku/src/main.c        2012-03-17 12:23:37.000000000 -0700 
     22--- wget-1.13.4/src/main.c      2011-09-06 15:50:11.008650752 +0200 
     23+++ wget-1.13.4-haiku/src/main.c        2012-05-13 23:02:53.000000000 +0200 
    2424@@ -913,14 +913,16 @@ 
    2525   int i, ret, longindex; 
    2626   int nurl; 
    … …  
    6969       logprintf (LOG_NOTQUIET, 
    7070                 _("FINISHED --%s--\nTotal wall clock time: %s\n" 
    7171                   "Downloaded: %d files, %s in %s (%s)\n"), 
     72diff -urN wget-1.13.4/src/utils.c wget-1.13.4-haiku/src/utils.c 
     73--- wget-1.13.4/src/utils.c     2011-08-29 10:01:24.006029312 +0200 
     74+++ wget-1.13.4-haiku/src/utils.c       2012-05-10 17:26:14.000000000 +0200 
     75@@ -63,7 +63,9 @@ 
     76  
     77 /* For TIOCGWINSZ and friends: */ 
     78 #ifdef HAVE_SYS_IOCTL_H 
     79-# include <sys/ioctl.h> 
     80+# ifndef __HAIKU__ 
     81+#  include <sys/ioctl.h> 
     82+# endif 
     83 #endif 
     84 #ifdef HAVE_TERMIOS_H 
     85 # include <termios.h> 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/