From owner-svn-ports-all@freebsd.org Wed May 22 20:59:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74B0C15B73F8; Wed, 22 May 2019 20:59:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBC896A06C; Wed, 22 May 2019 20:59:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3DCE22D69; Wed, 22 May 2019 20:59:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4MKxSaV082428; Wed, 22 May 2019 20:59:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4MKxRow082422; Wed, 22 May 2019 20:59:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905222059.x4MKxRow082422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 May 2019 20:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502288 - in head/devel/libosmocore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/libosmocore: . files X-SVN-Commit-Revision: 502288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DBC896A06C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2019 20:59:29 -0000 Author: swills Date: Wed May 22 20:59:27 2019 New Revision: 502288 URL: https://svnweb.freebsd.org/changeset/ports/502288 Log: devel/libosmocore: update to 1.1.0 While here, improve formatting PR: 238047 Submitted by: Nikola Kolev (maintainer) Added: head/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c (contents, props changed) head/devel/libosmocore/files/patch-src_sockaddr__str.c (contents, props changed) Modified: head/devel/libosmocore/Makefile (contents, props changed) head/devel/libosmocore/distinfo (contents, props changed) head/devel/libosmocore/files/patch-src_timer__clockgettime.c (contents, props changed) head/devel/libosmocore/pkg-plist (contents, props changed) Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Wed May 22 20:51:57 2019 (r502287) +++ head/devel/libosmocore/Makefile Wed May 22 20:59:27 2019 (r502288) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmocore -PORTVERSION= 0.12.1 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -16,7 +16,9 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libpcsclite.so:devel/pcsc-lite \ libtalloc.so:devel/talloc -USES= alias autoreconf gmake libtool pathfix pkgconfig python:2.7 shebangfix +USES= alias autoreconf gmake libtool pathfix pkgconfig python:2.7 \ + shebangfix + GNU_CONFIGURE= yes LDFLAGS+= -lexecinfo USE_LDCONFIG= yes @@ -25,12 +27,12 @@ PORTDOCS= * SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py python_OLD_CMD= /usr/bin/python2 -OPTIONS_DEFINE= DOXYGEN DOCS +OPTIONS_DEFINE= DOCS DOXYGEN -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ - dot:graphics/graphviz -DOXYGEN_CONFIGURE_ENV_OFF=ac_cv_path_DOXYGEN=false +DOXYGEN_IMPLIES= DOCS +DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ + doxygen:devel/doxygen +DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_path_DOXYGEN=false post-patch: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version Modified: head/devel/libosmocore/distinfo ============================================================================== --- head/devel/libosmocore/distinfo Wed May 22 20:51:57 2019 (r502287) +++ head/devel/libosmocore/distinfo Wed May 22 20:59:27 2019 (r502288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535369943 -SHA256 (libosmocore-0.12.1.tar.gz) = 65672f48378cb6546d7ea76d2f86797cfa542a965241edcead1c69e0588a7529 -SIZE (libosmocore-0.12.1.tar.gz) = 1050105 +TIMESTAMP = 1558516456 +SHA256 (libosmocore-1.1.0.tar.gz) = 719372e536c47ead59aa2c56529cd8aa8d58875fc692bfe526f71e1cf85dad5a +SIZE (libosmocore-1.1.0.tar.gz) = 1210793 Added: head/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c Wed May 22 20:59:27 2019 (r502288) @@ -0,0 +1,11 @@ +--- src/gb/gprs_ns_sns.c.orig 2019-05-22 09:31:16 UTC ++++ src/gb/gprs_ns_sns.c +@@ -11,6 +11,8 @@ + #include + #include + ++#include ++ + #include + #include + #include Added: head/devel/libosmocore/files/patch-src_sockaddr__str.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libosmocore/files/patch-src_sockaddr__str.c Wed May 22 20:59:27 2019 (r502288) @@ -0,0 +1,11 @@ +--- src/sockaddr_str.c.orig 2019-05-22 09:18:33 UTC ++++ src/sockaddr_str.c +@@ -38,6 +38,8 @@ + #include + #include + ++#include ++ + /*! \addtogroup sockaddr_str + * + * Common operations to store IP address as a char string along with a uint16_t port number. Modified: head/devel/libosmocore/files/patch-src_timer__clockgettime.c ============================================================================== --- head/devel/libosmocore/files/patch-src_timer__clockgettime.c Wed May 22 20:51:57 2019 (r502287) +++ head/devel/libosmocore/files/patch-src_timer__clockgettime.c Wed May 22 20:59:27 2019 (r502288) @@ -1,6 +1,6 @@ ---- src/timer_clockgettime.c.orig 2018-07-18 15:04:27 UTC +--- src/timer_clockgettime.c.orig 2019-05-07 16:36:51 UTC +++ src/timer_clockgettime.c -@@ -72,16 +72,16 @@ static struct fakeclock* clkid_to_fakecl +@@ -75,16 +75,16 @@ static struct fakeclock* clkid_to_fakeclock(clockid_t switch(clk_id) { case CLOCK_REALTIME: return &realtime; Modified: head/devel/libosmocore/pkg-plist ============================================================================== --- head/devel/libosmocore/pkg-plist Wed May 22 20:51:57 2019 (r502287) +++ head/devel/libosmocore/pkg-plist Wed May 22 20:59:27 2019 (r502288) @@ -1,5 +1,6 @@ bin/osmo-arfcn bin/osmo-auc-gen +bin/osmo-config-merge bin/osmo-release.sh include/osmo-release.mk include/osmocom/codec/codec.h @@ -50,14 +51,17 @@ include/osmocom/core/select.h include/osmocom/core/sercomm.h include/osmocom/core/serial.h include/osmocom/core/signal.h +include/osmocom/core/sockaddr_str.h include/osmocom/core/socket.h include/osmocom/core/stat_item.h include/osmocom/core/statistics.h include/osmocom/core/stats.h include/osmocom/core/strrb.h include/osmocom/core/talloc.h +include/osmocom/core/tdef.h include/osmocom/core/timer.h include/osmocom/core/timer_compat.h +include/osmocom/core/use_count.h include/osmocom/core/utils.h include/osmocom/core/write_queue.h include/osmocom/crypt/auth.h @@ -93,10 +97,15 @@ include/osmocom/gsm/gsm0503.h include/osmocom/gsm/gsm0808.h include/osmocom/gsm/gsm0808_utils.h include/osmocom/gsm/gsm23003.h +include/osmocom/gsm/gsm29118.h +include/osmocom/gsm/gsm29205.h include/osmocom/gsm/gsm48.h +include/osmocom/gsm/gsm48_arfcn_range_encode.h include/osmocom/gsm/gsm48_ie.h +include/osmocom/gsm/gsm48_rest_octets.h include/osmocom/gsm/gsm_utils.h include/osmocom/gsm/gsup.h +include/osmocom/gsm/gsup_sms.h include/osmocom/gsm/ipa.h include/osmocom/gsm/l1sap.h include/osmocom/gsm/lapd_core.h @@ -104,6 +113,7 @@ include/osmocom/gsm/lapdm.h include/osmocom/gsm/meas_rep.h include/osmocom/gsm/mncc.h include/osmocom/gsm/oap.h +include/osmocom/gsm/oap_client.h include/osmocom/gsm/prim.h include/osmocom/gsm/protocol/gsm_03_40.h include/osmocom/gsm/protocol/gsm_03_41.h @@ -118,6 +128,7 @@ include/osmocom/gsm/protocol/gsm_08_58.h include/osmocom/gsm/protocol/gsm_09_02.h include/osmocom/gsm/protocol/gsm_12_21.h include/osmocom/gsm/protocol/gsm_23_003.h +include/osmocom/gsm/protocol/gsm_29_118.h include/osmocom/gsm/protocol/gsm_44_318.h include/osmocom/gsm/protocol/ipaccess.h include/osmocom/gsm/protocol/smpp34_osmocom.h @@ -133,6 +144,7 @@ include/osmocom/vty/logging.h include/osmocom/vty/misc.h include/osmocom/vty/ports.h include/osmocom/vty/stats.h +include/osmocom/vty/tdef_vty.h include/osmocom/vty/telnet_interface.h include/osmocom/vty/vector.h include/osmocom/vty/vty.h @@ -143,23 +155,23 @@ lib/libosmocoding.so lib/libosmocoding.so.0 lib/libosmocoding.so.0.1.1 lib/libosmocore.so -lib/libosmocore.so.11 -lib/libosmocore.so.11.0.0 +lib/libosmocore.so.12 +lib/libosmocore.so.12.1.0 lib/libosmoctrl.so lib/libosmoctrl.so.0 lib/libosmoctrl.so.0.3.0 lib/libosmogb.so -lib/libosmogb.so.6 -lib/libosmogb.so.6.1.0 +lib/libosmogb.so.9 +lib/libosmogb.so.9.0.0 lib/libosmogsm.so -lib/libosmogsm.so.10 -lib/libosmogsm.so.10.0.0 +lib/libosmogsm.so.12 +lib/libosmogsm.so.12.0.0 lib/libosmosim.so lib/libosmosim.so.0 -lib/libosmosim.so.0.0.2 +lib/libosmosim.so.0.1.0 lib/libosmovty.so lib/libosmovty.so.4 -lib/libosmovty.so.4.1.0 +lib/libosmovty.so.4.3.0 libdata/pkgconfig/libosmocodec.pc libdata/pkgconfig/libosmocoding.pc libdata/pkgconfig/libosmocore.pc