From f9df425c1492b7a3ca85efd6519fb9da2d630675 Mon Sep 17 00:00:00 2001 From: brnrd Date: Sun, 11 Mar 2018 14:23:28 +0000 Subject: Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache --- lang/php56/Makefile | 2 +- lang/php70/Makefile | 2 +- lang/php71/Makefile | 2 +- lang/php72/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/php56/Makefile b/lang/php56/Makefile index d570000e78f..993ff1bc0bd 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -86,7 +86,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" +.include "${PORTSDIR}/Mk/Uses/apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} CONFIGURE_ARGS+=--with-apxs2filter=${APXS} .else diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 748fffd9917..540f7df24d2 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -92,7 +92,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" +.include "${PORTSDIR}/Mk/Uses/apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} CONFIGURE_ARGS+=--with-apxs2filter=${APXS} .else diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 970a7a089f0..d3a8643ba4c 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" +.include "${PORTSDIR}/Mk/Uses/apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} CONFIGURE_ARGS+=--with-apxs2filter=${APXS} .else diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 71cbbf0a190..cd5628217ed 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -86,7 +86,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" +.include "${PORTSDIR}/Mk/Uses/apache.mk" .if ${PORT_OPTIONS:MAP2FILTER} CONFIGURE_ARGS+=--with-apxs2filter=${APXS} .else -- cgit