pkgsrc/devel/apr-util/Makefile
ryoon 6609b3e702 Update to 1.6.1
Changelog:
Changes with APR-util 1.6.1

  *) Win32: Add function exports from new apr_crypto API's missing in 1.6.0.

  *) Win32: Introduce XML_PARSER build-time variable to select the expat
     library name to be linked to libaprutil-1.dll. See Makefile.win

  *) Win32: Removed lingering xml/xml.dsp project forked from the expat
     Project in the 1.9x era. Use expat's maintained build schema instead,
     prior to building apr-util.

  *) apr_crypto: Fix compatibility with LibreSSL.  61596.
     [Bernard Spil <brnrd freebsd.org>, Yann Ylavic]

  *) sdbm: better database/page validation to fail cleanly when corrupted.
     [Yann Ylavic]
2017-10-24 12:25:13 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.50 2017/10/24 12:25:13 ryoon Exp $
DISTNAME= apr-util-1.6.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://apr.apache.org/
COMMENT= Apache Portable Runtime utilities
LICENSE= apache-2.0
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --without-gdbm
CONFIGURE_ARGS+= --without-odbc
CONFIGURE_ARGS+= --without-sqlite2
PKGCONFIG_OVERRIDE+= apr-util.pc.in
# just a list of exported symbols for a library that also starts with shebang
CHECK_INTERPRETER_SKIP= lib/aprutil.exp
MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR}
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.apr+= apr>=1.5.0
.include "../../devel/apr/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"