| Summary: | lang/php5: Wrong FPM manual declaration in Makefile | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexey Markov <redrat> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback to which port does this PR apply? State Changed From-To: feedback->open Fix synopsis and assign. Responsible Changed From-To: freebsd-ports-bugs->ale ale 2010-12-23 08:56:31 UTC
FreeBSD ports repository
Modified files:
lang/php5 Makefile
Log:
Fix man page section for fpm.
PR: ports/153369
Submitted by: Alexey Markov <redrat@mail.ru>
Revision Changes Path
1.155 +1 -1 ports/lang/php5/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks! |
There is a simple error in Makefile: php-fpm.1 declared instead php-fpm.8, so making package for PHP with FPM suppport is failing because of missing file. Fix: .if defined(WITH_FPM) PHP_SAPI+= fpm -MAN1+= php-fpm.1 +MAN8+= php-fpm.8 USE_RC_SUBR+= php-fpm CONFIGURE_ARGS+=--enable-fpm \ --with-fpm-user=${WWWOWN} \--wyN5Vm3I8pSo5yvQg9aXeFNyZVW7sVd808ERryA2FDDGSOYl Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig 2010-12-22 07:49:41.000000000 +0000 +++ Makefile 2010-12-22 07:30:23.000000000 +0000 @@ -91,7 +91,7 @@ How-To-Repeat: 1. "make config" and check "Build FPM version (experimental)" 2. "make package"