diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-04 16:21:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-10-04 16:21:36 +0000 |
commit | 71e769b5aaef7f3f786f06f59c61c41d590897e5 (patch) | |
tree | ef0a89f2d3bbcbc03cbd41f27c2022a0726f3a92 /net-im/cli-msn | |
parent | 7917472e2563f56c25aec4f2702b7131433b78c5 (diff) | |
download | ports-71e769b5aaef7f3f786f06f59c61c41d590897e5.tar.gz ports-71e769b5aaef7f3f786f06f59c61c41d590897e5.zip |
Notes
Diffstat (limited to 'net-im/cli-msn')
-rw-r--r-- | net-im/cli-msn/Makefile | 8 | ||||
-rw-r--r-- | net-im/cli-msn/files/patch-src_tcp_soc.c | 11 | ||||
-rw-r--r-- | net-im/cli-msn/files/pkg-message.in | 2 |
3 files changed, 14 insertions, 7 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index ee88172e206a..02ce0276a167 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -40,10 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/msn.conf ${WRKSRC}/curl-ca-bundle.crt ${DATADIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-im/cli-msn/files/patch-src_tcp_soc.c b/net-im/cli-msn/files/patch-src_tcp_soc.c new file mode 100644 index 000000000000..9b8b3f0b091e --- /dev/null +++ b/net-im/cli-msn/files/patch-src_tcp_soc.c @@ -0,0 +1,11 @@ +--- src/tcp_sock.c 2006-04-19 12:13:21.000000000 -0800 ++++ src/tcp_sock.c 2007-10-01 13:31:39.000000000 -0800 +@@ -153,7 +153,6 @@ + void tcp_sockdcon(int sock_num) + { + close((int) tcp_sock[sock_num]); +- (int) tcp_sock[sock_num] = 0; + } + + /* Read Data Function (Data IN)*/ +Common subdirectories: src.orig/windows and src/windows diff --git a/net-im/cli-msn/files/pkg-message.in b/net-im/cli-msn/files/pkg-message.in index 116fc75cca11..02b641b9503d 100644 --- a/net-im/cli-msn/files/pkg-message.in +++ b/net-im/cli-msn/files/pkg-message.in @@ -1,5 +1,7 @@ ############################################################################### +The CLI-MSN msn client was installled + 1) Create ~/.msn directory # mkdir ~/.msn |