e0b09836bd
Changes for APR 1.6.5 *) Fix Win32 build breakage in apr_os_exp_time_put() in 1.6.4. [Rainer Jung] Changes for APR 1.6.4 (not released) *) configure: Fix detection of <net/if.h> on OpenBSD. PR 61976. [David Carlier <devnexen gmail.com>, Yann Ylavic] *) Fix apr_parse_addr_port() regression in scope_id parsing introduced in 1.6.3. [Rainer Jung] *) Fix Win32 file buffer locking behavior for single threaded file streams. [Evgeny Kotkov, Mladen Turk, Jean-Frederic Clere] *) Numerous corrections to APR poll behavior. [Yann Ylavic]
35 lines
955 B
Makefile
35 lines
955 B
Makefile
# $NetBSD: Makefile,v 1.79 2018/12/02 10:22:39 wiz Exp $
|
|
#
|
|
# Take care, changelogs often include "PR 12345" strings
|
|
# which cause GNATS indigestion.
|
|
|
|
DISTNAME= apr-1.6.5
|
|
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
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= apr.pc.in
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-devrandom=/dev/urandom
|
|
CONFIGURE_ARGS+= --with-installbuilddir=${PREFIX}/libexec/apr
|
|
CONFIGURE_ENV+= LIBS=${LIBS:M*:Q}
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
TEST_TARGET= check
|
|
|
|
post-install:
|
|
${RM} ${DESTDIR}${PREFIX}/libexec/apr/libtool
|
|
${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${DESTDIR}${PREFIX}/libexec/apr/libtool
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.endif
|
|
.include "../../mk/bsd.pkg.mk"
|