Index: head/devel/libosmo-netif/Makefile =================================================================== --- head/devel/libosmo-netif/Makefile (revision 456031) +++ head/devel/libosmo-netif/Makefile (revision 456032) @@ -1,31 +1,45 @@ # $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}/ MAINTAINER= koue@chaosophia.net COMMENT= Library containing common/shared code regarding network interface 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 BROKEN_powerpc64= Does not build: undefined reference to __bswap_16 BROKEN_sparc64= Does not build: undefined reference to __bswap_16 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 .include Index: head/devel/libosmo-netif/distinfo =================================================================== --- head/devel/libosmo-netif/distinfo (revision 456031) +++ head/devel/libosmo-netif/distinfo (revision 456032) @@ -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 Index: head/devel/libosmo-netif/pkg-plist =================================================================== --- head/devel/libosmo-netif/pkg-plist (revision 456031) +++ head/devel/libosmo-netif/pkg-plist (revision 456032) @@ -1,16 +1,16 @@ include/osmocom/netif/amr.h include/osmocom/netif/channel.h include/osmocom/netif/channel/abis_ipa_client.h include/osmocom/netif/channel/abis_ipa_server.h include/osmocom/netif/datagram.h include/osmocom/netif/ipa.h include/osmocom/netif/ipa_unit.h include/osmocom/netif/osmux.h include/osmocom/netif/rs232.h 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