Skip to content

Commit

Permalink
www/mod_php74: Fix CONFLICTS_INSTALL
Browse files Browse the repository at this point in the history
- After d4b3ad6 mod_php* ports creates CONFLICTS with php* ports itself
- Adopt port

Reported by:	vvd@unislabs.com
Fixes:          d4b3ad make CONFLICTS_INSTALL visible to PHP module ports
MFH:		2022Q3
Sponsored by:	Bounce Experts
  • Loading branch information
5u623l20 committed Jul 9, 2022
1 parent 625fd41 commit 379250c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions www/mod_php74/Makefile
@@ -1,13 +1,16 @@
PORTREVISION= 1
CATEGORIES= www devel
PKGNAMEPREFIX= mod_

MAINTAINER= ports@FreeBSD.org
MAINTAINER= bofh@FreeBSD.org

CONFLICTS_INSTALL= mod_php[0-9][0-9]

PHP_PORT= lang/php74
MASTERDIR= ${.CURDIR}/../../${PHP_PORT}

OPTIONS_DEFINE= AP2FILTER
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
OPTIONS_EXCLUDE=CGI CLI FPM EMBED
OPTIONS_DEFINE= AP2FILTER
OPTIONS_EXCLUDE= CGI CLI EMBED FPM
AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)

.include "${MASTERDIR}/Makefile"

0 comments on commit 379250c

Please sign in to comment.