Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 22:03:47 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396867 - in head/devel/libassa: . files
Message-ID:  <201509132203.t8DM3lws091660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Sep 13 22:03:46 2015
New Revision: 396867
URL: https://svnweb.freebsd.org/changeset/ports/396867

Log:
  Update port

Added:
  head/devel/libassa/files/patch-assa_Makefile.am   (contents, props changed)
  head/devel/libassa/files/patch-assa_Makefile.in   (contents, props changed)
  head/devel/libassa/files/patch-configure.ac   (contents, props changed)
Deleted:
  head/devel/libassa/files/patch-assa:Address.h
  head/devel/libassa/files/patch-assa:Logger_Impl.cpp
  head/devel/libassa/files/patch-assa:Logger_Impl.h
  head/devel/libassa/files/patch-examples:logserver:server:MonitorConn.cpp
  head/devel/libassa/files/patch-tests:semaphore_test.cpp
  head/devel/libassa/files/patch-tests:ttcp_assa.cpp
  head/devel/libassa/files/patch-tests_charinbuffer_test.cpp
Modified:
  head/devel/libassa/Makefile
  head/devel/libassa/distinfo
  head/devel/libassa/pkg-plist

Modified: head/devel/libassa/Makefile
==============================================================================
--- head/devel/libassa/Makefile	Sun Sep 13 22:02:56 2015	(r396866)
+++ head/devel/libassa/Makefile	Sun Sep 13 22:03:46 2015	(r396867)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libassa
-DISTVERSION=	3.5.0
+DISTVERSION=	3.5.1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//}
 
@@ -11,6 +11,7 @@ COMMENT=	C++ networking library and appl
 
 GNU_CONFIGURE=	yes
 USES=		libtool pathfix pkgconfig
+USE_AUTOTOOLS=	autoconf
 USE_LDCONFIG=	yes
 PLIST_SUB=	ASSA_VERSION=${PORTVERSION:R:R}
 

Modified: head/devel/libassa/distinfo
==============================================================================
--- head/devel/libassa/distinfo	Sun Sep 13 22:02:56 2015	(r396866)
+++ head/devel/libassa/distinfo	Sun Sep 13 22:03:46 2015	(r396867)
@@ -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

Added: head/devel/libassa/files/patch-assa_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libassa/files/patch-assa_Makefile.am	Sun Sep 13 22:03:46 2015	(r396867)
@@ -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 
+ 

Added: head/devel/libassa/files/patch-assa_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libassa/files/patch-assa_Makefile.in	Sun Sep 13 22:03:46 2015	(r396867)
@@ -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)

Added: head/devel/libassa/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libassa/files/patch-configure.ac	Sun Sep 13 22:03:46 2015	(r396867)
@@ -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=

Modified: head/devel/libassa/pkg-plist
==============================================================================
--- head/devel/libassa/pkg-plist	Sun Sep 13 22:02:56 2015	(r396866)
+++ head/devel/libassa/pkg-plist	Sun Sep 13 22:03:46 2015	(r396867)
@@ -59,7 +59,6 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509132203.t8DM3lws091660>