svn commit: r528485 - head/devel/apr1
Bernard Spil
brnrd at FreeBSD.org
Sun Mar 15 13:26:23 UTC 2020
Author: brnrd
Date: Sun Mar 15 13:26:22 2020
New Revision: 528485
URL: https://svnweb.freebsd.org/changeset/ports/528485
Log:
devel/apr1: Fix tomcat-native build
* Remove modification to build/apr_rules.mk introduced
in r322367. No further documentation on change found.
With hat: apache
PR: 244695
Submitted by: Michael Osipov <michael osipov siemens com>
Modified:
head/devel/apr1/Makefile
Modified: head/devel/apr1/Makefile
==============================================================================
--- head/devel/apr1/Makefile Sun Mar 15 12:52:02 2020 (r528484)
+++ head/devel/apr1/Makefile Sun Mar 15 13:26:22 2020 (r528485)
@@ -128,8 +128,6 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's/OSVERSION/${OSVERSION}/g' \
${APR_WRKDIR}/configure
- @${REINPLACE_CMD} -e '/recursive:/s/$$/ .MAKE/' \
- ${APR_WRKDIR}/build/apr_rules.mk.in
do-configure:
@${ECHO_MSG} "# ===> ${.TARGET} apr-${APR_VERSION}"
More information about the svn-ports-head
mailing list