From owner-svn-ports-head@freebsd.org Mon Dec 11 14:09:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 971E5E92A76; Mon, 11 Dec 2017 14:09:36 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7155866687; Mon, 11 Dec 2017 14:09:36 +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 vBBE9ZYB071718; Mon, 11 Dec 2017 14:09:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBE9Zxt071715; Mon, 11 Dec 2017 14:09:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712111409.vBBE9Zxt071715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 14:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456032 - head/devel/libosmo-netif X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libosmo-netif X-SVN-Commit-Revision: 456032 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.25 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: Mon, 11 Dec 2017 14:09:36 -0000 Author: swills Date: Mon Dec 11 14:09:35 2017 New Revision: 456032 URL: https://svnweb.freebsd.org/changeset/ports/456032 Log: devel/libosmo-netif: Update to 0.1.1 PR: 224246 Submitted by: Nikola Kolev (maintainer) Modified: head/devel/libosmo-netif/Makefile head/devel/libosmo-netif/distinfo head/devel/libosmo-netif/pkg-plist Modified: head/devel/libosmo-netif/Makefile ============================================================================== --- head/devel/libosmo-netif/Makefile Mon Dec 11 14:07:32 2017 (r456031) +++ head/devel/libosmo-netif/Makefile Mon Dec 11 14:09:35 2017 (r456032) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmo-netif -PORTVERSION= 0.0.6 +PORTVERSION= 0.1.1 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-netif/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -13,7 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libosmocore.so:devel/libosmocore \ - libosmoabis.so:devel/libosmo-abis + libosmoabis.so:devel/libosmo-abis \ + libtalloc.so:devel/talloc BROKEN_mips= Does not build: undefined reference to __bswap_16 BROKEN_mips64= Does not build: undefined reference to __bswap_16 @@ -24,6 +25,19 @@ USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOXYGEN DAHDI + +DOXYGEN_DESC= Build documentation +DAHDI_DESC= Build DAHDI input driver + +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ + dot:graphics/graphviz +DOXYGEN_CONFIGURE_ENV_OFF=ac_cv_path_DOXYGEN=false + +DAHDI_BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:misc/dahdi +DAHDI_CPPFLAGS= -I${LOCALBASE}/include post-patch: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version Modified: head/devel/libosmo-netif/distinfo ============================================================================== --- head/devel/libosmo-netif/distinfo Mon Dec 11 14:07:32 2017 (r456031) +++ head/devel/libosmo-netif/distinfo Mon Dec 11 14:09:35 2017 (r456032) @@ -1,2 +1,3 @@ -SHA256 (libosmo-netif-0.0.6.tar.gz) = 9e6450f0cdd9fad0cc5b2c382a6dd3558613c6b7ebf015babba978fe29ee4065 -SIZE (libosmo-netif-0.0.6.tar.gz) = 151014 +TIMESTAMP = 1512668484 +SHA256 (libosmo-netif-0.1.1.tar.gz) = a15a75f59ce9cda801d3e240ede4673f5b6a173087321703b063aab3e94f90a0 +SIZE (libosmo-netif-0.1.1.tar.gz) = 182327 Modified: head/devel/libosmo-netif/pkg-plist ============================================================================== --- head/devel/libosmo-netif/pkg-plist Mon Dec 11 14:07:32 2017 (r456031) +++ head/devel/libosmo-netif/pkg-plist Mon Dec 11 14:09:35 2017 (r456032) @@ -11,6 +11,6 @@ include/osmocom/netif/rtp.h include/osmocom/netif/stream.h lib/libosmonetif.a lib/libosmonetif.so -lib/libosmonetif.so.3 -lib/libosmonetif.so.3.0.0 +lib/libosmonetif.so.4 +lib/libosmonetif.so.4.0.0 libdata/pkgconfig/libosmo-netif.pc