Bug 235940 - [PATCH] net-mgmt/zabbixXX-frontend remove MYSQL option
Summary: [PATCH] net-mgmt/zabbixXX-frontend remove MYSQL option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks: 235942
  Show dependency treegraph
 
Reported: 2019-02-22 15:57 UTC by Miroslav Lachman
Modified: 2019-05-24 11:31 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (pg)
000.fbsd: maintainer-feedback? (pg)


Attachments
Remove nonexistent MYSQL (554 bytes, patch)
2019-02-22 15:57 UTC, Miroslav Lachman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2019-02-22 15:57:34 UTC
Created attachment 202266 [details]
Remove nonexistent MYSQL

Option MYSQL was supported for PHP 5.x but PHP 5.6 was removed from the ports tree so we no longer have PHP extension "mysql". Only "mysqli" comming from PHP 7.x.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-23 05:47:36 UTC
A commit references this bug:

Author: tobik
Date: Sat Feb 23 05:47:05 UTC 2019
New revision: 493644
URL: https://svnweb.freebsd.org/changeset/ports/493644

Log:
  net-mgmt/zabbix4-frontend: Remove broken MYSQL option

  USE_PHP=mysql no longer works since PHP 5.6 was removed.

  PR:		235940
  Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>

Changes:
  head/net-mgmt/zabbix4-frontend/Makefile
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2019-02-23 11:05:50 UTC
Hi Tobias.

Please, could you commit this to other versions of Zabbix as well?

zabbix22-frontend
zabbix3-frontend
zabbix32-frontend
zabbix34-frontend

Regards.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-02-23 12:41:15 UTC
A commit references this bug:

Author: tobik
Date: Sat Feb 23 12:40:39 UTC 2019
New revision: 493667
URL: https://svnweb.freebsd.org/changeset/ports/493667

Log:
  net-mgmt/zabbix*-frontend: Remove broken MYSQL option

  USE_PHP=mysql no longer works since PHP 5.6 was removed.

  PR:		235940

Changes:
  head/net-mgmt/zabbix22-frontend/Makefile
  head/net-mgmt/zabbix3-frontend/Makefile
  head/net-mgmt/zabbix32-frontend/Makefile
  head/net-mgmt/zabbix34-frontend/Makefile
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2019-02-23 12:41:32 UTC
Done. It's a mystery to me why you could not do this yourself?
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2019-02-23 13:04:44 UTC
Thank you for committing it and sorry for bothering you.