[83358] trunk/dports/net/fetch

afb at macports.org afb at macports.org
Tue Aug 30 00:49:32 PDT 2011


Revision: 83358
          http://trac.macports.org/changeset/83358
Author:   afb at macports.org
Date:     2011-08-30 00:49:32 -0700 (Tue, 30 Aug 2011)
Log Message:
-----------
fetch: upgrade to 7.4.0, use right compiler

Modified Paths:
--------------
    trunk/dports/net/fetch/Portfile
    trunk/dports/net/fetch/files/patch-fetch.c

Modified: trunk/dports/net/fetch/Portfile
===================================================================
--- trunk/dports/net/fetch/Portfile	2011-08-30 07:49:14 UTC (rev 83357)
+++ trunk/dports/net/fetch/Portfile	2011-08-30 07:49:32 UTC (rev 83358)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		fetch
-version		7.3.0-RELEASE
+version		7.4.0-RELEASE
 categories	net
 maintainers	afb
 description	FreeBSD file fetching utility
@@ -13,13 +13,14 @@
 use_bzip2	yes
 homepage	http://www.freebsd.org/
 master_sites	macports
-checksums	md5 adfd092d7cd45c9797105e433662591f \
-		sha1 a5fcee23a373993c8595939fba1651578cc9d62e \
-		rmd160 d538646f3bc58cf7e6b9fea9c3fd3806a0d3317d
+checksums	md5 8625ef0e30fc922efb0da566765371c7 \
+		sha1 44ee199b6493b92aa7c56b33923c8e59c18c839f \
+		rmd160 bb44a3cac83f96626a7d9790d996fb9183913bb3
 worksrcdir	${name}
 use_configure	no
 depends_lib	lib:libfetch.5:libfetch port:openssl
 build.type	bsd
+build.env	CC=${configure.cc} CFLAGS=${configure.cflags}
 build.args	CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib -DMK_OPENSSL
 
 destroot	{

Modified: trunk/dports/net/fetch/files/patch-fetch.c
===================================================================
--- trunk/dports/net/fetch/files/patch-fetch.c	2011-08-30 07:49:14 UTC (rev 83357)
+++ trunk/dports/net/fetch/files/patch-fetch.c	2011-08-30 07:49:32 UTC (rev 83358)
@@ -1,5 +1,13 @@
 --- fetch.c.orig	2006-01-13 10:07:49.000000000 +0100
 +++ fetch.c	2007-09-08 23:13:26.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <sys/socket.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
++#include <sys/ioctl.h>
+ 
+ #include <ctype.h>
+ #include <err.h>
 @@ -202,12 +202,16 @@
  
  	fprintf(stderr, "\r%-46.46s", xs->name);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110830/61b562cb/attachment.html>


More information about the macports-changes mailing list