[Bug 201193] Mk/bsd.php.mk setting incorrect PHP_EXT_DIR

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 29 09:25:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201193

            Bug ID: 201193
           Summary: Mk/bsd.php.mk setting incorrect PHP_EXT_DIR
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: brnrd at freebsd.org
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 158155
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158155&action=edit
poudriere build log of textproc/php56-xsl

Today a build of php56-xsl failed for me (see att. poudriere bulk log)

Digging a bit deeper I found the problem related to the lib directory
determination in Mk/bsd.php.mk
Checks are against apache binary (not installed as a dependency using
poudriere), checks against portname suffixes event/worker (apache24 doesn't
have these) and checks if WITH_MPM is set to event/worker (for apache24 this is
controlled using apache24_SET=EVENT/WORKER).

After setting WITH_MPM=event, the php extension built OK.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list