Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- use SUBST_CMD instead of a perl regex for sample config for apache …
…httpd's modphp, possible without pain now that we have UPDATE_PLIST_ARGS. - install empty php-fpm.d directory and handle pkg_delete -c with @extraunexec - cat www.conf to the end of php-fpm.conf on all of !5.6, previously this was just done on 7.0. (not installing this to php-fpm.d/www.conf to avoid making a conflicting config for updating users).
- Loading branch information
Showing
13 changed files
with
38 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| @comment $OpenBSD: PLIST-apache,v 1.2 2018/06/08 19:42:40 kili Exp $ | ||
| @comment $OpenBSD: PLIST-apache,v 1.3 2018/10/17 12:44:02 sthen Exp $ | ||
| @option no-default-conflict | ||
| @option is-branch | ||
| @conflict php->=5.6,<=5.6.36p8 | ||
| @conflict php-apache->=5.6,<5.7 | ||
| lib/php-${PV}/libphp5.so | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/ | ||
| share/examples/php-${PV}/php.conf | ||
| share/examples/php-${PV}/modphp.conf | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| @comment $OpenBSD: PLIST-apache,v 1.2 2018/06/08 19:42:40 kili Exp $ | ||
| @comment $OpenBSD: PLIST-apache,v 1.3 2018/10/17 12:44:02 sthen Exp $ | ||
| @option no-default-conflict | ||
| @option is-branch | ||
| @conflict php->=7.0,<=7.0.30p8 | ||
| @conflict php-apache->=7.0,<7.1 | ||
| lib/php-${PV}/libphp7.so | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/ | ||
| share/examples/php-${PV}/php.conf | ||
| share/examples/php-${PV}/modphp.conf | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| @comment $OpenBSD: PLIST-apache,v 1.1 2018/09/28 22:22:03 sthen Exp $ | ||
| @comment $OpenBSD: PLIST-apache,v 1.2 2018/10/17 12:44:02 sthen Exp $ | ||
| @option no-default-conflict | ||
| @option is-branch | ||
| @conflict php-apache->=7.1,<7.2 | ||
| lib/php-${PV}/libphp7.so | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/ | ||
| share/examples/php-${PV}/php.conf | ||
| share/examples/php-${PV}/modphp.conf | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| @comment $OpenBSD: PLIST-apache,v 1.1 2018/09/28 22:22:03 sthen Exp $ | ||
| @comment $OpenBSD: PLIST-apache,v 1.2 2018/10/17 12:44:02 sthen Exp $ | ||
| @option no-default-conflict | ||
| @option is-branch | ||
| @conflict php-apache->=7.2,<7.3 | ||
| lib/php-${PV}/libphp7.so | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/ | ||
| share/examples/php-${PV}/php.conf | ||
| share/examples/php-${PV}/modphp.conf | ||
| @sample ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters