Bug 153369 - lang/php5: Wrong FPM manual declaration in Makefile
Summary: lang/php5: Wrong FPM manual declaration in Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 08:10 UTC by Alexey Markov
Modified: 2010-12-23 09:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Markov 2010-12-22 08:10:10 UTC
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"
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-12-22 16:10:33 UTC
State Changed
From-To: open->feedback

to which port does this PR apply?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-12-23 06:43:21 UTC
State Changed
From-To: feedback->open

Fix synopsis and assign. 


Comment 3 Mark Linimon freebsd_committer freebsd_triage 2010-12-23 06:43:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-23 08:56:36 UTC
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"
Comment 5 Alex Dupre freebsd_committer freebsd_triage 2010-12-23 08:56:46 UTC
State Changed
From-To: open->closed

Fixed, thanks!