devel/libosmo-netif: Update to 0.1.1
PR: 224246 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
This commit is contained in:
parent
9c498904f0
commit
cfe9624134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456032
3 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue