Created attachment 144029 [details] 20140622-rtg.diff Update to use PHP mysqli extensions (as mysql extension is deprecated these days) Fix runtime dependancies to pull in perl's DBI and DBD::mysql modules for target maker. Add some options to pull in dependancies for mysql server and php web modules if needed. Fix: Added files: files/patch-etc-95.php Modified files: Makefile files/patch-etc-rtg.php files/patch-etc-view.php
Tested with poudriere, logs at http://poudriere.dan.tm/latest-per-pkg/rtg/0.7.4_11/
Hi. Building with the MYSQL option set fails here, you're likely missing some build dependency: configure: error: Cannot find MySQL header files under /usr/local ===> Script "configure" failed unexpectedly.
Created attachment 144037 [details] revised patch (v2) fixed the mysql dependancy
Thanks for that - i've replaced the patch with a new diff that sorts it with both options on and off. (different USE_MYSQL options!)
A commit references this bug: Author: rakuco Date: Sun Jun 22 19:03:48 UTC 2014 New revision: 358821 URL: http://svnweb.freebsd.org/changeset/ports/358821 Log: - Update to use PHP mysqli extensions (as mysql extension is deprecated these days) - Fix runtime dependencies to pull in perl's DBI and DBD::mysql modules for target maker. - Add some options to pull in dependencies for mysql server and php web modules if needed. PR: 191276 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Changes: head/net/rtg/Makefile head/net/rtg/files/patch-etc-95.php head/net/rtg/files/patch-etc-rtg.php head/net/rtg/files/patch-etc-view.php
Committed, thanks!