Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 18:55:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205355] www/codeigniter (maybe others) fails to use default php
Message-ID:  <bug-205355-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205355

            Bug ID: 205355
           Summary: www/codeigniter (maybe others) fails to use default
                    php
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: junovitch@freebsd.org
          Reporter: loox@e-shell.net
          Assignee: junovitch@freebsd.org
             Flags: maintainer-feedback?(junovitch@freebsd.org)

Building in poudriere.

 I have in /usr/local/etc/poudriere.d/make.conf:

DEFAULT_VERSIONS+=pgsql=9.0 lua=5.1 php=5.4

And while building codeigniter i get:

Ports to build: codeigniter-2.2.4 php56-5.6.14 php56-mcrypt-5.6.14
php56-session-5.6.14

The line in codeigniter Makefile is:

USE_PHP=    mcrypt pcre session
WANT_PHP_WEB=    yes

It ignores the default versions.

Adding to /usr/local/etc/poudriere.d/make.conf:

DEFAULT_PHP_VER=54

makes codeigniter build against php5

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205355-13>