Update to 1.12.12

This commit is contained in:
Tilman Keskinoz 2004-10-13 07:37:08 +00:00
parent 1b600ff552
commit db5a434fb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119160
5 changed files with 5 additions and 28 deletions

View file

@ -7,9 +7,9 @@
#
PORTNAME= libsocket++
PORTVERSION= 1.12.10
PORTVERSION= 1.12.12
CATEGORIES= net
MASTER_SITES= http://www.hstraub.at/linux/downloads/src/
MASTER_SITES= http://www.linuxhacker.at/linux/downloads/src/
DISTNAME= socket++-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org

View file

@ -1,2 +1,2 @@
MD5 (socket++-1.12.10.tar.gz) = 1636c25b9192bf92c3b0dcb69c907f2a
SIZE (socket++-1.12.10.tar.gz) = 62741
MD5 (socket++-1.12.12.tar.gz) = b96e06129504ae2b4005a5834264c5a4
SIZE (socket++-1.12.12.tar.gz) = 64373

View file

@ -1,11 +0,0 @@
--- socket++/local.h.orig Mon Oct 13 14:36:26 2003
+++ socket++/local.h Mon Oct 13 14:37:03 2003
@@ -89,7 +89,7 @@
// arpa/in.h does not provide a protype for the following
extern "C" char* inet_ntoa (in_addr ina);
-#if !defined (__linux__)
+#if !(defined (__linux__) || defined(__FreeBSD__))
extern "C" int gethostname (char* hostname, int len);
#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
extern char* SYS_SIGLIST [];

View file

@ -1,11 +0,0 @@
--- sig.cpp Thu Aug 12 14:49:29 2004
+++ socket++/sig.cpp Thu Aug 12 16:42:32 2004
@@ -21,7 +21,7 @@
siginit siginit::init;
sig& sig::nal = *siginit::init.s;
-typedef void (*sighnd_type) (...);
+typedef void (*sighnd_type) (int);
extern "C" {
static void sighandler (int signo) {

View file

@ -9,5 +9,4 @@ smtp (client only).
Socket++ is covered by the GPL.
-Sander
sander@haldjas.folklore.ee
WWW: http://www.linuxhacker.at/socketxx/