Bug 108034 - [patch] Add WITHOUT_PHP_DEPENDS option to databases/phpmyadmin
Summary: [patch] Add WITHOUT_PHP_DEPENDS option to databases/phpmyadmin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 12:50 UTC by Henrik Brix Andersen
Modified: 2007-01-18 07:00 UTC (History)
1 user (show)

See Also:


Attachments
phpmyadmin.diff (753 bytes, patch)
2007-01-17 12:50 UTC, Henrik Brix Andersen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2007-01-17 12:50:20 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-17 12:50:30 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Matthew Seaman 2007-01-17 15:45:16 UTC
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
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-01-17 16:48:09 UTC
State Changed
From-To: feedback->open

Approved by maintainer.
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-01-17 16:52:10 UTC
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>
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-18 06:57:07 UTC
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"
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2007-01-18 06:59:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!