Update security/base to 1.2.4; this PR supercedes ports/94085. base r1.2.4 includes many, many bugfixes and changes which PDF library it uses. I added hooks to the Makefile to allow the user to choose which database to use, as well as the option to include support for PDF via print/fpdf. Updated ./files/pkg-message.in to include mention of FPDF path, since it does not use the standard PHP sub-ports or standard PHP class paths. Any feedback on how I implemented how the the hooks are handled would be appreciated.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
> +.if defined(WITH_MYSQL) > +USE_PHP+= mysql > +.endif > + > +.if defined(WITH_PGSQL) > +USE_PHP+= pgsql > +.endif > + > +.if defined(WITH_PDF) > +USE_PHP+= zlib > +RUN_DEPENDS+= ${LOCALBASE}/share/fpdf/fpdf.php:${PORTSDIR}/print/fpdf > +.endif Could you please convert this port to OPTIONS and send a new patch please ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #328: Fiber optics caused gas main leak
State Changed From-To: open->feedback Ask for maintainer fix.
State Changed From-To: feedback->open Feedback recevied, converting to options will come later.
State Changed From-To: open->feedback It looks like the Makefile could use a few variables from bsd.tcl.mk. Could you please check this and, if true, either submit a new diff ?
State Changed From-To: feedback->open Wrong PR :)
State Changed From-To: open->feedback Please tell where WANT_PHP_PEAR= yes comes from, I've been unable to find any reference to it.
State Changed From-To: feedback->open new patch received
State Changed From-To: open->closed Committed. Thanks!