Index: head/devel/libassa/Makefile =================================================================== --- head/devel/libassa/Makefile (revision 396866) +++ head/devel/libassa/Makefile (revision 396867) @@ -1,25 +1,26 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libassa -DISTVERSION= 3.5.0 +DISTVERSION= 3.5.1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//} MAINTAINER= rodrigo@FreeBSD.org COMMENT= C++ networking library and application framework GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//} post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/devel/libassa/distinfo =================================================================== --- head/devel/libassa/distinfo (revision 396866) +++ head/devel/libassa/distinfo (revision 396867) @@ -1,2 +1,2 @@ -SHA256 (libassa-3.5.0.tar.gz) = 72a627c74e82ff679cb16ebe3a625b9032d8d1feed4c1da63ebb5106a80b1314 -SIZE (libassa-3.5.0.tar.gz) = 586237 +SHA256 (libassa-3.5.1.tar.gz) = c1245a98373f37c0e286b327e2d750fd20278c71f47f2018053b4d799d33172c +SIZE (libassa-3.5.1.tar.gz) = 641255 Index: head/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp =================================================================== --- head/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp (revision 396866) +++ head/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- examples/logserver/server/MonitorConn.cpp.orig Thu Jul 20 10:30:55 2006 -+++ examples/logserver/server/MonitorConn.cpp Thu Sep 7 16:18:01 2006 -@@ -20,6 +20,8 @@ - #include "LogServer-main.h" - #include "LogServer.h" - -+#include -+ - /** Convert user input to upper case - */ - template Property changes on: head/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa:Logger_Impl.cpp =================================================================== --- head/devel/libassa/files/patch-assa:Logger_Impl.cpp (revision 396866) +++ head/devel/libassa/files/patch-assa:Logger_Impl.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- assa/Logger_Impl.cpp.orig Thu Jul 20 06:30:54 2006 -+++ assa/Logger_Impl.cpp Wed Sep 6 16:20:05 2006 -@@ -14,6 +14,7 @@ - - #include - #include -+#include - #include // strerror(3) - - #include "assa/TimeVal.h" Property changes on: head/devel/libassa/files/patch-assa:Logger_Impl.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa:Logger_Impl.h =================================================================== --- head/devel/libassa/files/patch-assa:Logger_Impl.h (revision 396866) +++ head/devel/libassa/files/patch-assa:Logger_Impl.h (nonexistent) @@ -1,11 +0,0 @@ ---- assa/Logger_Impl.h.orig Mon Oct 13 11:30:18 2003 -+++ assa/Logger_Impl.h Thu Jan 29 00:28:19 2004 -@@ -16,6 +16,8 @@ - - #include - #include -+#include -+#include - - using std::string; - using std::ostream; Property changes on: head/devel/libassa/files/patch-assa:Logger_Impl.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-tests:semaphore_test.cpp =================================================================== --- head/devel/libassa/files/patch-tests:semaphore_test.cpp (revision 396866) +++ head/devel/libassa/files/patch-tests:semaphore_test.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- tests/semaphore_test.cpp.orig Thu Jul 20 06:30:56 2006 -+++ tests/semaphore_test.cpp Wed Sep 6 16:30:11 2006 -@@ -16,6 +16,7 @@ - using namespace std; - - #include -+#include - - #if !defined (WIN32) - # include // ftok(2) Property changes on: head/devel/libassa/files/patch-tests:semaphore_test.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-tests_charinbuffer_test.cpp =================================================================== --- head/devel/libassa/files/patch-tests_charinbuffer_test.cpp (revision 396866) +++ head/devel/libassa/files/patch-tests_charinbuffer_test.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- tests/charinbuffer_test.cpp.orig Sat Aug 12 23:02:38 2006 -+++ tests/charinbuffer_test.cpp Sat Aug 12 23:03:00 2006 -@@ -596,7 +596,7 @@ - IPv4Socket& s = *this; - - if (state () == Task2::start) { -- Assure_exit (s.write (&REQUEST [m_idx], 1) == 1); -+ Assure_exit (s.write (&((REQUEST.c_str())[m_idx]), 1) == 1); - s << flush; - DL((APP,"<== Sent \"%c\" to Loopback\n", REQUEST [m_idx] )); - Property changes on: head/devel/libassa/files/patch-tests_charinbuffer_test.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-tests:ttcp_assa.cpp =================================================================== --- head/devel/libassa/files/patch-tests:ttcp_assa.cpp (revision 396866) +++ head/devel/libassa/files/patch-tests:ttcp_assa.cpp (nonexistent) @@ -1,20 +0,0 @@ ---- tests/ttcp_assa.cpp.orig Fri Jan 7 10:46:12 2005 -+++ tests/ttcp_assa.cpp Tue Mar 22 16:32:30 2005 -@@ -91,7 +91,7 @@ - IPv4Socket* sock = 0; // Communication socket - - struct sockaddr_in peer; --int peerlen; -+socklen_t peerlen; - - int domain, fromlen; - int fd; /* fd of network socket */ -@@ -775,7 +775,7 @@ - Nread( int fd_, void* buf_, int count ) - { - struct sockaddr_in from; -- int len = sizeof(from); -+ socklen_t len = sizeof(from); - register int cnt; - - if( udp ) Property changes on: head/devel/libassa/files/patch-tests:ttcp_assa.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa:Address.h =================================================================== --- head/devel/libassa/files/patch-assa:Address.h (revision 396866) +++ head/devel/libassa/files/patch-assa:Address.h (nonexistent) @@ -1,10 +0,0 @@ ---- assa/Address.h.orig Wed Sep 6 16:13:45 2006 -+++ assa/Address.h Wed Sep 6 16:13:57 2006 -@@ -13,7 +13,6 @@ - #define ADDRESS_H - - #if !defined (WIN32) --# include - # include - # include - # include Property changes on: head/devel/libassa/files/patch-assa:Address.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa_Makefile.am =================================================================== --- head/devel/libassa/files/patch-assa_Makefile.am (nonexistent) +++ head/devel/libassa/files/patch-assa_Makefile.am (revision 396867) @@ -0,0 +1,12 @@ +--- assa/Makefile.am.orig 2012-05-18 02:26:21 UTC ++++ assa/Makefile.am +@@ -100,8 +100,7 @@ library_includedir = $(includedir)/ + library_include_HEADERS = $(h_sources) + + INCLUDES = \ +- -I$(top_srcdir) \ +- @TIRPC_CFLAGS@ ++ -I$(top_srcdir) + + lib_LTLIBRARIES = libassa-3.5.la + Property changes on: head/devel/libassa/files/patch-assa_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa_Makefile.in =================================================================== --- head/devel/libassa/files/patch-assa_Makefile.in (nonexistent) +++ head/devel/libassa/files/patch-assa_Makefile.in (revision 396867) @@ -0,0 +1,21 @@ +--- assa/Makefile.in.orig 2015-09-13 20:12:38 UTC ++++ assa/Makefile.in +@@ -198,8 +198,6 @@ SED = @SED@ + SET_MAKE = @SET_MAKE@ + SHELL = @SHELL@ + STRIP = @STRIP@ +-TIRPC_CFLAGS = @TIRPC_CFLAGS@ +-TIRPC_LIBS = @TIRPC_LIBS@ + VERSION = @VERSION@ + WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@ + WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@ +@@ -356,8 +354,7 @@ cpp_sources = \ + library_includedir = $(includedir)/assa-@ASSA_RELEASE@/assa + library_include_HEADERS = $(h_sources) + INCLUDES = \ +- -I$(top_srcdir) \ +- @TIRPC_CFLAGS@ ++ -I$(top_srcdir) + + lib_LTLIBRARIES = libassa-3.5.la + libassa_3_5_la_SOURCES = $(h_sources) $(cpp_sources) Property changes on: head/devel/libassa/files/patch-assa_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-configure.ac =================================================================== --- head/devel/libassa/files/patch-configure.ac (nonexistent) +++ head/devel/libassa/files/patch-configure.ac (revision 396867) @@ -0,0 +1,19 @@ +--- configure.ac.orig 2012-05-23 02:52:25 UTC ++++ configure.ac +@@ -133,16 +133,6 @@ AM_SANITY_CHECK + AC_LANG_CPLUSPLUS + + dnl ---------------------------------------------------------------------------- +-dnl Fetch LIBTIRPC library flags. +-dnl Sometimes around late 2011/early 2012, glibc 2.14.x discontinued +-dnl support for built-in RPC support. We only use XDR part of it. +-dnl ---------------------------------------------------------------------------- +- +-PKG_CHECK_MODULES(TIRPC, libtirpc >= 0.2.2) +-AC_SUBST(TIRPC_CFLAGS) +-AC_SUBST(TIRPC_LIBS) +- +-dnl ---------------------------------------------------------------------------- + dnl Check if we are building for Win32 + dnl ---------------------------------------------------------------------------- + WIN32_EXTRA_LIBADD= Property changes on: head/devel/libassa/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libassa/pkg-plist =================================================================== --- head/devel/libassa/pkg-plist (revision 396866) +++ head/devel/libassa/pkg-plist (revision 396867) @@ -1,65 +1,64 @@ bin/assa-genesis-3.5 bin/assa-hexdump-3.5 include/assa-3.5/assa/Acceptor.h include/assa-3.5/assa/Address.h include/assa-3.5/assa/Assa.h include/assa-3.5/assa/Assure.h include/assa-3.5/assa/AutoPtr.h include/assa-3.5/assa/CharInBuffer.h include/assa-3.5/assa/CmdLineOpts.h include/assa-3.5/assa/CommonUtils.h include/assa-3.5/assa/ConUDPSocket.h include/assa-3.5/assa/Connector.h include/assa-3.5/assa/Destroyer.h include/assa-3.5/assa/EventHandler.h include/assa-3.5/assa/FdSet.h include/assa-3.5/assa/FileLogger.h include/assa-3.5/assa/Fork.h include/assa-3.5/assa/GenServer.h include/assa-3.5/assa/Handlers.h include/assa-3.5/assa/INETAddress.h include/assa-3.5/assa/IPv4Socket.h include/assa-3.5/assa/IdSet.h include/assa-3.5/assa/IniFile.h include/assa-3.5/assa/LogMask.h include/assa-3.5/assa/Logger.h include/assa-3.5/assa/Logger_Impl.h include/assa-3.5/assa/MaskSet.h include/assa-3.5/assa/MemDump.h include/assa-3.5/assa/PidFileLock.h include/assa-3.5/assa/Pipe.h include/assa-3.5/assa/PriorityQueue.h include/assa-3.5/assa/PriorityQueue_Heap.h include/assa-3.5/assa/PriorityQueue_Impl.h include/assa-3.5/assa/PriorityQueue_STLPQ.h include/assa-3.5/assa/Reactor.h include/assa-3.5/assa/Regexp.h include/assa-3.5/assa/RemoteLogger.h include/assa-3.5/assa/Repository.h include/assa-3.5/assa/Semaphore.h include/assa-3.5/assa/ServiceHandler.h include/assa-3.5/assa/SigAction.h include/assa-3.5/assa/SigHandler.h include/assa-3.5/assa/SigHandlers.h include/assa-3.5/assa/SigHandlersList.h include/assa-3.5/assa/SigSet.h include/assa-3.5/assa/Singleton.h include/assa-3.5/assa/Socket.h include/assa-3.5/assa/Socketbuf.h include/assa-3.5/assa/StdOutLogger.h include/assa-3.5/assa/Streambuf.h include/assa-3.5/assa/TimeVal.h include/assa-3.5/assa/Timer.h include/assa-3.5/assa/TimerCountdown.h include/assa-3.5/assa/TimerQueue.h include/assa-3.5/assa/UDPSocket.h include/assa-3.5/assa/UNIXAddress.h include/assa-3.5/assa/UnConUDPSocket.h include/assa-3.5/assa/XDRHack.h include/assa-3.5/assa/xdrIOBuffer.h lib/libassa-3.5.a lib/libassa-3.5.so -lib/libassa-3.5.so.5 -lib/libassa-3.5.so.5.0.0 +lib/libassa-3.5.so.5.0.1 libdata/pkgconfig/assa-3.5.pc man/man1/assa-genesis.1.gz