New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83358


Ignore:
Timestamp:
08/30/11 00:49:32 (4 years ago)
Author:
afb@…
Message:

fetch: upgrade to 7.4.0, use right compiler

Location:
trunk/dports/net/fetch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/fetch/Portfile

    r72530 r83358  
    44 
    55name            fetch 
    6 version         7.3.0-RELEASE 
     6version         7.4.0-RELEASE 
    77categories      net 
    88maintainers     afb 
     
    1414homepage        http://www.freebsd.org/ 
    1515master_sites    macports 
    16 checksums       md5 adfd092d7cd45c9797105e433662591f \ 
    17                 sha1 a5fcee23a373993c8595939fba1651578cc9d62e \ 
    18                 rmd160 d538646f3bc58cf7e6b9fea9c3fd3806a0d3317d 
     16checksums       md5 8625ef0e30fc922efb0da566765371c7 \ 
     17                sha1 44ee199b6493b92aa7c56b33923c8e59c18c839f \ 
     18                rmd160 bb44a3cac83f96626a7d9790d996fb9183913bb3 
    1919worksrcdir      ${name} 
    2020use_configure   no 
    2121depends_lib     lib:libfetch.5:libfetch port:openssl 
    2222build.type      bsd 
     23build.env       CC=${configure.cc} CFLAGS=${configure.cflags} 
    2324build.args      CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib -DMK_OPENSSL 
    2425 
  • trunk/dports/net/fetch/files/patch-fetch.c

    r28800 r83358  
    11--- fetch.c.orig        2006-01-13 10:07:49.000000000 +0100 
    22+++ fetch.c     2007-09-08 23:13:26.000000000 +0200 
     3@@ -33,6 +33,7 @@ 
     4 #include <sys/socket.h> 
     5 #include <sys/stat.h> 
     6 #include <sys/time.h> 
     7+#include <sys/ioctl.h> 
     8  
     9 #include <ctype.h> 
     10 #include <err.h> 
    311@@ -202,12 +202,16 @@ 
    412  
Note: See TracChangeset for help on using the changeset viewer.