Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2019 06:16:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241567] www/kanboard [patch] fix building with mysql
Message-ID:  <bug-241567-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: vikashb@where-ever.za.net
                CC: bsd@if0.eu
             Flags: maintainer-feedback?(bsd@if0.eu)
                CC: bsd@if0.eu

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

when compiling with mysql support, the build fails:

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

the attached diff fixes the issue


---------
root@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=3D  OPcache support (recommended)

 MYSQL_USES=3D    mysql
-MYSQL_USE=3D     PHP=3Dpdo_mysql,mysqli
+MYSQL_USE=3D     PHP=3Dpdo_mysqli,mysqli
 PGSQL_USES=3D    pgsql
 PGSQL_USE=3D     PHP=3Dpdo_pgsql,pgsql
 SQLITE_USE=3D    PHP=3Dpdo_sqlite,sqlite3
---------

--=20
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-241567-7788>