Index: head/net/openbsc/Makefile =================================================================== --- head/net/openbsc/Makefile (revision 404613) +++ head/net/openbsc/Makefile (revision 404614) @@ -1,52 +1,51 @@ # $FreeBSD$ PORTNAME= openbsc PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ MAINTAINER= koue@chaosophia.net COMMENT= GSM network in a box software LICENSE= GPLv3 LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi \ libosmocore.so:${PORTSDIR}/devel/libosmocore \ libosmoabis.so:${PORTSDIR}/devel/libosmo-abis \ libosmonetif.so:${PORTSDIR}/devel/libosmo-netif \ libdbi.so:${PORTSDIR}/databases/libdbi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} USES= autoreconf compiler:c11 gmake pkgconfig USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes -OPENSSL_PORT= security/libressl -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes AUTOMAKE_ARGS= --gnu --add-missing --copy CONFIGURE_ARGS+= CFLAGS="-I${LOCALBASE}/include" OPTIONS_DEFINE= BSC NAT SQLITE OPTIONS_DEFAULT= BSC NAT BSC_DESC= Enable OSMO BSC NAT_DESC= Enable NAT support SQLITE_DESC= Enable SQLite support OPTIONS_SUB= yes BSC_CONFIGURE_ENABLE= osmo-bsc NAT_CONFIGURE_ENABLE= nat NAT_BUILD_DEPENDS= ${LOCALBASE}/lib/libsccp.a:${PORTSDIR}/devel/libosmo-sccp NAT_RUN_DEPENDS= ${LOCALBASE}/lib/libsccp.a:${PORTSDIR}/devel/libosmo-sccp SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 post-patch: ${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version .include Index: head/net/openbsc/files/patch-configure.ac =================================================================== --- head/net/openbsc/files/patch-configure.ac (nonexistent) +++ head/net/openbsc/files/patch-configure.ac (revision 404614) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2015-12-18 14:09:38 UTC ++++ configure.ac +@@ -27,7 +27,10 @@ PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.2.0) + PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.6.4) + PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.1) +-PKG_CHECK_MODULES(LIBCRYPTO, libcrypto >= 0.9.5) ++#PKG_CHECK_MODULES(LIBCRYPTO, libcrypto >= 0.9.5) ++AC_CHECK_LIB([crypto], [EVP_EncryptInit], [], ++ [AC_MSG_FAILURE([can't find openssl crypto lib])] ++ []) + + # Enabke/disable the NAT? + AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])], Property changes on: head/net/openbsc/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property