mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 3.4.2
PR: ports/102936 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
This commit is contained in:
parent
349535f180
commit
aa9dba3f84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172472
8 changed files with 40 additions and 42 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libassa
|
PORTNAME= libassa
|
||||||
PORTVERSION= 3.4.1
|
PORTVERSION= 3.4.2
|
||||||
PORTREVISION= 0
|
PORTREVISION= 0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libassa-3.4.1.tar.gz) = 0845507869d2d081c5fdb21cbf306c86
|
MD5 (libassa-3.4.2.tar.gz) = f0248280c11571ac7ab511d17f4a2076
|
||||||
SHA256 (libassa-3.4.1.tar.gz) = b002e3b07fbc13e878e0b27ce73b402cf8d06e36a133bed326c84e9318a4a2db
|
SHA256 (libassa-3.4.2.tar.gz) = 75bd519b9900c124dbc0866ce3acd9ba0840d54e646809a89488196fb857f402
|
||||||
SIZE (libassa-3.4.1.tar.gz) = 555183
|
SIZE (libassa-3.4.2.tar.gz) = 594145
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- assa/Address.h.orig Thu Jan 29 00:58:13 2004
|
--- assa/Address.h.orig Wed Sep 6 16:13:45 2006
|
||||||
+++ assa/Address.h Thu Jan 29 01:11:14 2004
|
+++ assa/Address.h Wed Sep 6 16:13:57 2006
|
||||||
@@ -12,7 +12,6 @@
|
@@ -13,7 +13,6 @@
|
||||||
#ifndef ADDRESS_H
|
|
||||||
#define ADDRESS_H
|
#define ADDRESS_H
|
||||||
|
|
||||||
-#include <netinet/in.h>
|
#if !defined (WIN32)
|
||||||
#include <netdb.h>
|
-# include <netinet/in.h>
|
||||||
#include <sys/types.h>
|
# include <netdb.h>
|
||||||
#include <sys/socket.h>
|
# include <sys/types.h>
|
||||||
|
# include <sys/socket.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- assa/INETAddress.cpp.orig Thu Jan 22 23:53:34 2004
|
--- assa/INETAddress.cpp.orig Thu Jul 20 06:13:13 2006
|
||||||
+++ assa/INETAddress.cpp Thu Jan 22 23:53:45 2004
|
+++ assa/INETAddress.cpp Wed Sep 6 16:13:15 2006
|
||||||
@@ -14,6 +14,7 @@
|
@@ -17,6 +17,7 @@
|
||||||
|
#else
|
||||||
#include <netdb.h> // gethostbyname(3)
|
# include <netdb.h> // gethostbyname(3)
|
||||||
extern int h_errno; // gethostbyname(3)
|
extern int h_errno; // gethostbyname(3)
|
||||||
+#include <sys/types.h>
|
+# include <sys/types.h> // for AF_INET
|
||||||
#include <sys/socket.h> // for AF_INET
|
# include <sys/socket.h> // for AF_INET
|
||||||
#include <unistd.h>
|
# include <unistd.h>
|
||||||
#include <sys/utsname.h>
|
# include <sys/utsname.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- assa/Logger_Impl.cpp.orig Thu Jan 29 01:12:05 2004
|
--- assa/Logger_Impl.cpp.orig Thu Jul 20 06:30:54 2006
|
||||||
+++ assa/Logger_Impl.cpp Thu Jan 29 01:12:37 2004
|
+++ assa/Logger_Impl.cpp Wed Sep 6 16:20:05 2006
|
||||||
@@ -14,6 +14,7 @@
|
@@ -14,6 +14,7 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
+#include <cstdio>
|
+#include <cstdio>
|
||||||
|
#include <string.h> // strerror(3)
|
||||||
|
|
||||||
#include "assa/TimeVal.h"
|
#include "assa/TimeVal.h"
|
||||||
#include "assa/Logger_Impl.h"
|
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
--- examples/logserver/server/MonitorConn.cpp.orig Thu Jan 29 08:53:46 2004
|
--- examples/logserver/server/MonitorConn.cpp.orig Thu Jul 20 10:30:55 2006
|
||||||
+++ examples/logserver/server/MonitorConn.cpp Thu Jan 29 08:54:16 2004
|
+++ examples/logserver/server/MonitorConn.cpp Thu Sep 7 16:18:01 2006
|
||||||
@@ -19,6 +19,9 @@
|
@@ -20,6 +20,8 @@
|
||||||
#include "Conn.h"
|
|
||||||
#include "LogServer-main.h"
|
#include "LogServer-main.h"
|
||||||
#include "LogServer.h"
|
#include "LogServer.h"
|
||||||
|
|
||||||
+#include <algorithm>
|
+#include <algorithm>
|
||||||
+
|
+
|
||||||
+using namespace std;
|
|
||||||
|
|
||||||
/** Convert user input to upper case
|
/** Convert user input to upper case
|
||||||
*/
|
*/
|
||||||
|
template <class T>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- tests/semaphore_test.cpp.orig Thu Jan 29 08:42:17 2004
|
--- tests/semaphore_test.cpp.orig Thu Jul 20 06:30:56 2006
|
||||||
+++ tests/semaphore_test.cpp Thu Jan 29 08:42:43 2004
|
+++ tests/semaphore_test.cpp Wed Sep 6 16:30:11 2006
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
+#include <sys/types.h>
|
+#include <sys/types.h>
|
||||||
#include <sys/ipc.h> // ftok(2)
|
|
||||||
|
|
||||||
#include "assa/Assert.h"
|
#if !defined (WIN32)
|
||||||
|
# include <sys/ipc.h> // ftok(2)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/assa-genesis
|
bin/assa-genesis
|
||||||
|
bin/assa-hexdump
|
||||||
include/assa-%%ASSA_VERSION%%/assa/Acceptor.h
|
include/assa-%%ASSA_VERSION%%/assa/Acceptor.h
|
||||||
include/assa-%%ASSA_VERSION%%/assa/Address.h
|
include/assa-%%ASSA_VERSION%%/assa/Address.h
|
||||||
include/assa-%%ASSA_VERSION%%/assa/Assa.h
|
include/assa-%%ASSA_VERSION%%/assa/Assa.h
|
||||||
|
@ -60,8 +61,6 @@ lib/libassa-%%ASSA_VERSION%%.a
|
||||||
lib/libassa-%%ASSA_VERSION%%.la
|
lib/libassa-%%ASSA_VERSION%%.la
|
||||||
lib/libassa-%%ASSA_VERSION%%.so
|
lib/libassa-%%ASSA_VERSION%%.so
|
||||||
lib/libassa-%%ASSA_VERSION%%.so.4
|
lib/libassa-%%ASSA_VERSION%%.so.4
|
||||||
@comment For non-standard prefixes
|
|
||||||
@unexec rm -f %D/libdata/ldconfig/libassa 2>/dev/null || true
|
|
||||||
libdata/pkgconfig/assa-%%ASSA_VERSION%%.pc
|
libdata/pkgconfig/assa-%%ASSA_VERSION%%.pc
|
||||||
@dirrm include/assa-%%ASSA_VERSION%%/assa
|
@dirrm include/assa-%%ASSA_VERSION%%/assa
|
||||||
@dirrm include/assa-%%ASSA_VERSION%%
|
@dirrm include/assa-%%ASSA_VERSION%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue