From owner-svn-ports-head@freebsd.org Sat Jul 28 15:47:34 2018 Return-Path: Delivered-To: svn-ports-head@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 E90B31055938; Sat, 28 Jul 2018 15:47:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E73873D9F; Sat, 28 Jul 2018 15:47:33 +0000 (UTC) (envelope-from joneum@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 6BC55B25; Sat, 28 Jul 2018 15:47:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6SFlXI3086600; Sat, 28 Jul 2018 15:47:33 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SFlWZo086597; Sat, 28 Jul 2018 15:47:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807281547.w6SFlWZo086597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 28 Jul 2018 15:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475586 - in head/devel/libosmocore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/devel/libosmocore: . files X-SVN-Commit-Revision: 475586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 15:47:34 -0000 Author: joneum Date: Sat Jul 28 15:47:32 2018 New Revision: 475586 URL: https://svnweb.freebsd.org/changeset/ports/475586 Log: devel/libosmocore: update to 0.11.0 Changelog: http://git.osmocom.org/libosmocore/plain/debian/changelog?h=0.11.0 PR: 229886 Submitted by: Nikola Kolev (maintainer) Added: head/devel/libosmocore/files/ head/devel/libosmocore/files/patch-src_timer__clockgettime.c (contents, props changed) Modified: head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/pkg-plist Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Sat Jul 28 15:02:55 2018 (r475585) +++ head/devel/libosmocore/Makefile Sat Jul 28 15:47:32 2018 (r475586) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libosmocore -PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -15,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= fails to compile: application.c:179: #pragma GCC diagnostic not allowed inside functions -LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ +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 Modified: head/devel/libosmocore/distinfo ============================================================================== --- head/devel/libosmocore/distinfo Sat Jul 28 15:02:55 2018 (r475585) +++ head/devel/libosmocore/distinfo Sat Jul 28 15:47:32 2018 (r475586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509796944 -SHA256 (libosmocore-0.10.2.tar.gz) = d25431a464989599fb8f5c3d80c9ae4e971563dca0283d785ec21979d49b1e3a -SIZE (libosmocore-0.10.2.tar.gz) = 839366 +TIMESTAMP = 1531925675 +SHA256 (libosmocore-0.11.0.tar.gz) = 7ee784c157f7eae8f0a7ea4151efb480eab2afc78939f9b5bbf809be51210cc9 +SIZE (libosmocore-0.11.0.tar.gz) = 1006376 Added: head/devel/libosmocore/files/patch-src_timer__clockgettime.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libosmocore/files/patch-src_timer__clockgettime.c Sat Jul 28 15:47:32 2018 (r475586) @@ -0,0 +1,27 @@ +--- src/timer_clockgettime.c.orig 2018-07-18 15:04:27 UTC ++++ src/timer_clockgettime.c +@@ -72,16 +72,16 @@ static struct fakeclock* clkid_to_fakecl + switch(clk_id) { + case CLOCK_REALTIME: + return &realtime; +- case CLOCK_REALTIME_COARSE: +- return &realtime_coarse; ++// case CLOCK_REALTIME_COARSE: ++// return &realtime_coarse; + case CLOCK_MONOTONIC: + return &mono; +- case CLOCK_MONOTONIC_COARSE: +- return &mono_coarse; +- case CLOCK_MONOTONIC_RAW: +- return &mono_raw; +- case CLOCK_BOOTTIME: +- return &boottime; ++// case CLOCK_MONOTONIC_COARSE: ++// return &mono_coarse; ++// case CLOCK_MONOTONIC_RAW: ++// return &mono_raw; ++// case CLOCK_BOOTTIME: ++// return &boottime; + case CLOCK_PROCESS_CPUTIME_ID: + return &proc_cputime_id; + case CLOCK_THREAD_CPUTIME_ID: Modified: head/devel/libosmocore/pkg-plist ============================================================================== --- head/devel/libosmocore/pkg-plist Sat Jul 28 15:02:55 2018 (r475585) +++ head/devel/libosmocore/pkg-plist Sat Jul 28 15:47:32 2018 (r475586) @@ -3,6 +3,8 @@ bin/osmo-auc-gen bin/osmo-release.sh include/osmo-release.mk include/osmocom/codec/codec.h +include/osmocom/codec/ecu.h +include/osmocom/codec/gsm610_bits.h include/osmocom/coding/gsm0503_coding.h include/osmocom/coding/gsm0503_interleaving.h include/osmocom/coding/gsm0503_mapping.h @@ -54,6 +56,7 @@ include/osmocom/core/stats.h include/osmocom/core/strrb.h include/osmocom/core/talloc.h include/osmocom/core/timer.h +include/osmocom/core/timer_compat.h include/osmocom/core/utils.h include/osmocom/core/write_queue.h include/osmocom/crypt/auth.h @@ -75,6 +78,7 @@ include/osmocom/gsm/a5.h include/osmocom/gsm/abis_nm.h include/osmocom/gsm/apn.h include/osmocom/gsm/bitvec_gsm.h +include/osmocom/gsm/bts_features.h include/osmocom/gsm/comp128.h include/osmocom/gsm/comp128v23.h include/osmocom/gsm/gan.h @@ -133,32 +137,33 @@ include/osmocom/vty/vector.h include/osmocom/vty/vty.h lib/libosmocodec.so lib/libosmocodec.so.0 -lib/libosmocodec.so.0.0.0 +lib/libosmocodec.so.0.1.0 lib/libosmocoding.so lib/libosmocoding.so.0 -lib/libosmocoding.so.0.0.0 +lib/libosmocoding.so.0.1.0 lib/libosmocore.so -lib/libosmocore.so.9 -lib/libosmocore.so.9.0.0 +lib/libosmocore.so.10 +lib/libosmocore.so.10.0.0 lib/libosmoctrl.so lib/libosmoctrl.so.0 -lib/libosmoctrl.so.0.1.0 +lib/libosmoctrl.so.0.2.0 lib/libosmogb.so -lib/libosmogb.so.5 -lib/libosmogb.so.5.0.0 +lib/libosmogb.so.6 +lib/libosmogb.so.6.0.0 lib/libosmogsm.so -lib/libosmogsm.so.8 -lib/libosmogsm.so.8.0.0 +lib/libosmogsm.so.9 +lib/libosmogsm.so.9.0.0 lib/libosmosim.so lib/libosmosim.so.0 -lib/libosmosim.so.0.0.1 +lib/libosmosim.so.0.0.2 lib/libosmovty.so lib/libosmovty.so.4 -lib/libosmovty.so.4.0.0 +lib/libosmovty.so.4.0.1 libdata/pkgconfig/libosmocodec.pc libdata/pkgconfig/libosmocoding.pc libdata/pkgconfig/libosmocore.pc libdata/pkgconfig/libosmoctrl.pc libdata/pkgconfig/libosmogb.pc libdata/pkgconfig/libosmogsm.pc +libdata/pkgconfig/libosmosim.pc libdata/pkgconfig/libosmovty.pc