[Bug 241567] www/kanboard [patch] fix building with mysql

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 29 06:16:13 UTC 2019


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

            Bug ID: 241567
           Summary: www/kanboard [patch] fix building with mysql
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: vikashb at where-ever.za.net
                CC: bsd at if0.eu
             Flags: maintainer-feedback?(bsd at if0.eu)
                CC: bsd at if0.eu

Created attachment 208673
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208673&action=edit
patch to fix sanitycheck when mysql is enabled

when compiling with mysql support, the build fails:

=======================<phase: check-sanity   >============================
Unknown extension pdo_mysqli for PHP 72.

the attached diff fixes the issue


---------
root at l5580:/usr/ports/www/kanboard # diff -u Makefile Makefile.orig
--- Makefile    2019-10-29 08:12:17.570639000 +0200
+++ Makefile.orig       2019-10-29 08:12:04.346477000 +0200
@@ -32,7 +32,7 @@
 OPCACHE_DESC=  OPcache support (recommended)

 MYSQL_USES=    mysql
-MYSQL_USE=     PHP=pdo_mysql,mysqli
+MYSQL_USE=     PHP=pdo_mysqli,mysqli
 PGSQL_USES=    pgsql
 PGSQL_USE=     PHP=pdo_pgsql,pgsql
 SQLITE_USE=    PHP=pdo_sqlite,sqlite3
---------

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


More information about the freebsd-ports-bugs mailing list