Changes between Initial Version and Version 4 of Ticket #8667


Ignore:
Timestamp:
Mar 24, 2016, 3:46:26 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8667

    • Property Cc markd@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port libsoup added
  • Ticket #8667 – Description

    initial v4  
    55I added these two lines to Portfile
    66
    7 -----------------------------------------------------------------
     7{{{
    88patchfiles      time.h.patch
    99patch.pre_args  -p1
    10 -----------------------------------------------------------------
     10}}}
    1111
    1212where time.h.patch contains
    1313
    14 -------------------------------------------------------------------- libsoup-2.2.92/libsoup/soup-socket.c~       Mon May  1 00:54:53 2006
     14{{{
     15--- libsoup-2.2.92/libsoup/soup-socket.c~       Mon May  1 00:54:53 2006
    1516+++ libsoup-2.2.92/libsoup/soup-socket.c        Mon May  1 00:54:02 2006
    1617@@ -22,6 +22,7 @@
     
    2223 G_DEFINE_TYPE (SoupSocket, soup_socket, G_TYPE_OBJECT)
    2324 
    24 -----------------------------------------------------------------
     25}}}