When mass-upgrading phpMyAdmin across multiple servers it would be nice to be able to build a package without dependencies on a specific version and configuration of PHP. Fix: The following patch adds a new WITHOUT_PHP_DEPENDS option similar to what is found in databases/phppgadmin - allowing people to build packages with no PHP dependencies.
State Changed From-To: open->feedback Awaiting maintainers feedback
Approved, although I have a sneaking feeling that there must be a better way. Now wondering if it's possible to use a pkg_install script to modify the run-depends of a package at install time... Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK
State Changed From-To: feedback->open Approved by maintainer.
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat. http://www.freebsd.org/cgi/query-pr.cgi?pr=108034 Adding to audit trail from misfiled PR ports/108036: I fail to see the point of this, as equivalent functionality already exists within the port. Just turn off all the config options. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK Adding to audit trail from misfiled PR ports/108038: On Wed, Jan 17, 2007 at 01:21:49PM +0000, Matthew Seaman wrote: > I fail to see the point of this, as equivalent functionality already > exists within the port. Just turn off all the config options. No, that will leave the following line there: USE_PHP= mysql pcre session Sincerely, Brix -- Henrik Brix Andersen <henrik@brixandersen.dk>
rafan 2007-01-18 06:57:00 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile Log: - Add an option so users can build this package without any php dependencies. PR: ports/108034 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Approved by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) Revision Changes Path 1.64 +4 -0 ports/databases/phpmyadmin/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!