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

(-)net/libsocketcpp/Makefile (-2 / +3 lines)
Lines 7-16 Link Here
7
MASTER_SITES=	SF/libsocket/${PORTNAME}-stable/${PORTVERSION}
7
MASTER_SITES=	SF/libsocket/${PORTNAME}-stable/${PORTVERSION}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	A C++ wrapper library to the sockets
10
COMMENT=	C++ wrapper library to the sockets
11
12
LICENSE=	LGPL21 # (or later)
11
13
12
USE_AUTOTOOLS=	libtool
14
USE_AUTOTOOLS=	libtool
13
GNU_CONFIGURE=	yes
14
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
15
16
16
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)net/libsocketcpp/files/patch-src::tcpservertest.cpp (+9 lines)
Lines 1-5 Link Here
1
--- src/tcpservertest.cpp.orig	2012-12-03 14:28:35.000000000 +0100
1
--- src/tcpservertest.cpp.orig	2012-12-03 14:28:35.000000000 +0100
2
+++ src/tcpservertest.cpp	2012-12-03 14:28:46.000000000 +0100
2
+++ src/tcpservertest.cpp	2012-12-03 14:28:46.000000000 +0100
3
@@ -22,7 +22,7 @@
4
 
5
 #include <stdio.h>
6
 #include <stdlib.h>
7
-#include <iostream.h>
8
+#include <iostream>
9
 #include <unistd.h>
10
 #include <sys/wait.h>
11
 #include <sys/types.h>
3
@@ -30,6 +30,7 @@
12
@@ -30,6 +30,7 @@
4
 
13
 
5
 #include "tcpsocket.h"
14
 #include "tcpsocket.h"

Return to bug 185697