ports/153369: Wrong FPM manual declaration in Makefile

Alexey Markov redrat at mail.ru
Wed Dec 22 08:10:11 UTC 2010


>Number:         153369
>Category:       ports
>Synopsis:       Wrong FPM manual declaration in Makefile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 08:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Markov
>Release:        6.4-RELEASE-p9
>Organization:
JSC Complitex
>Environment:
FreeBSD ns.complitex.ru 6.4-RELEASE-p9 FreeBSD 6.4-RELEASE-p9 #0: Fri Jan  8 14:04:51 MSK 2010     redrat at ns.complitex.ru:/arc/obj/arc/src/sys/NS  i386
>Description:
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.
>How-To-Repeat:
1. "make config" and check "Build FPM version (experimental)"
2. "make package"
>Fix:
--- Makefile.orig       2010-12-22 07:49:41.000000000 +0000
+++ Makefile    2010-12-22 07:30:23.000000000 +0000
@@ -91,7 +91,7 @@

 .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} \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list