svn commit: r456032 - head/devel/libosmo-netif
Steve Wills
swills at FreeBSD.org
Mon Dec 11 14:09:36 UTC 2017
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 <koue at chaosophia.net> (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
More information about the svn-ports-all
mailing list