Changeset 83358
- Timestamp:
- 08/30/11 00:49:32 (4 years ago)
- Location:
- trunk/dports/net/fetch
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-fetch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/fetch/Portfile
r72530 r83358 4 4 5 5 name fetch 6 version 7. 3.0-RELEASE6 version 7.4.0-RELEASE 7 7 categories net 8 8 maintainers afb … … 14 14 homepage http://www.freebsd.org/ 15 15 master_sites macports 16 checksums md5 adfd092d7cd45c9797105e433662591f\17 sha1 a5fcee23a373993c8595939fba1651578cc9d62e\18 rmd160 d538646f3bc58cf7e6b9fea9c3fd3806a0d3317d16 checksums md5 8625ef0e30fc922efb0da566765371c7 \ 17 sha1 44ee199b6493b92aa7c56b33923c8e59c18c839f \ 18 rmd160 bb44a3cac83f96626a7d9790d996fb9183913bb3 19 19 worksrcdir ${name} 20 20 use_configure no 21 21 depends_lib lib:libfetch.5:libfetch port:openssl 22 22 build.type bsd 23 build.env CC=${configure.cc} CFLAGS=${configure.cflags} 23 24 build.args CFLAGS+=-I${prefix}/include LDFLAGS+=-L${prefix}/lib -DMK_OPENSSL 24 25 -
trunk/dports/net/fetch/files/patch-fetch.c
r28800 r83358 1 1 --- fetch.c.orig 2006-01-13 10:07:49.000000000 +0100 2 2 +++ 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> 3 11 @@ -202,12 +202,16 @@ 4 12
Note: See TracChangeset
for help on using the changeset viewer.

