View | Details | Raw Unified | Return to bug 116813
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 40-49 Link Here
40
	${INSTALL_DATA} ${WRKSRC}/msn.conf ${WRKSRC}/curl-ca-bundle.crt ${DATADIR}
40
	${INSTALL_DATA} ${WRKSRC}/msn.conf ${WRKSRC}/curl-ca-bundle.crt ${DATADIR}
41
	@${CAT} ${PKGMESSAGE}
41
	@${CAT} ${PKGMESSAGE}
42
42
43
.include <bsd.port.pre.mk>
43
.include <bsd.port.mk>
44
45
.if ${OSVERSION} >= 700042
46
BROKEN=		Does not compile with GCC 4.2
47
.endif
48
49
.include <bsd.port.post.mk>
(-)files/patch-tcp_soc.c (+12 lines)
Added Link Here
1
diff -uN src.orig/tcp_sock.c src/tcp_sock.c
2
--- src.orig/tcp_sock.c	2006-04-19 12:13:21.000000000 -0800
3
+++ src/tcp_sock.c	2007-10-01 13:31:39.000000000 -0800
4
@@ -153,7 +153,6 @@
5
 void tcp_sockdcon(int sock_num)
6
 {
7
 	close((int) tcp_sock[sock_num]);
8
-	(int) tcp_sock[sock_num] = 0;
9
 }
10
 
11
 /* Read Data Function (Data IN)*/
12
Common subdirectories: src.orig/windows and src/windows

Return to bug 116813