FreeBSD Bugzilla – Attachment 139456 Details for
Bug 185697
net/libsocketcpp: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.21 KB, created by
tkato432
on 2014-01-12 18:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-01-12 18:40:01 UTC
Size:
1.21 KB
patch
obsolete
>diff -urN /usr/ports/net/libsocketcpp/Makefile net/libsocketcpp/Makefile >--- /usr/ports/net/libsocketcpp/Makefile 2013-11-06 21:53:28.000000000 +0900 >+++ net/libsocketcpp/Makefile 2014-01-13 00:00:00.000000000 +0900 >@@ -7,10 +7,11 @@ > MASTER_SITES= SF/libsocket/${PORTNAME}-stable/${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A C++ wrapper library to the sockets >+COMMENT= C++ wrapper library to the sockets >+ >+LICENSE= LGPL21 # (or later) > > USE_AUTOTOOLS= libtool >-GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > .include <bsd.port.mk> >diff -urN /usr/ports/net/libsocketcpp/files/patch-src::tcpservertest.cpp net/libsocketcpp/files/patch-src::tcpservertest.cpp >--- /usr/ports/net/libsocketcpp/files/patch-src::tcpservertest.cpp 2013-11-06 21:53:28.000000000 +0900 >+++ net/libsocketcpp/files/patch-src::tcpservertest.cpp 2014-01-13 00:00:00.000000000 +0900 >@@ -1,5 +1,14 @@ > --- src/tcpservertest.cpp.orig 2012-12-03 14:28:35.000000000 +0100 > +++ src/tcpservertest.cpp 2012-12-03 14:28:46.000000000 +0100 >+@@ -22,7 +22,7 @@ >+ >+ #include <stdio.h> >+ #include <stdlib.h> >+-#include <iostream.h> >++#include <iostream> >+ #include <unistd.h> >+ #include <sys/wait.h> >+ #include <sys/types.h> > @@ -30,6 +30,7 @@ > > #include "tcpsocket.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 185697
: 139456