Opened 18 years ago

Closed 18 years ago

#5787 closed defect (invalid)

BUG: can not remove variants

Reported by: jpprudhomme@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

When I want to do this : port install phpmyadmin +php5 -php4 +apache2 -apache it reply to me by the usage message (it does'nt like the '-').

if I just put php5 and apache2, it says to me that there is a conflict.

I am using port version 1.102 on mac os 10.4.3

Change History (4)

comment:1 Changed 18 years ago by mww@…

Summary: can not remove variantsBUG: can not remove variants

comment:2 Changed 18 years ago by blb@…

Does the following work?

port install phpmyadmin -- +php5 -php4 +apache2 -apache

comment:3 Changed 18 years ago by jpprudhomme@…

Yes, It is working, Thanks This trick should be written in the man page I think

(In reply to comment #1)

Does the following work?

port install phpmyadmin -- +php5 -php4 +apache2 -apache

comment:4 Changed 18 years ago by blb@…

Resolution: invalid
Status: newclosed

For now, I've added this issue to the DarwinPorts' FAQ wiki at

http://wiki.opendarwin.org/index.php/DarwinPorts:FAQ

Note: See TracTickets for help on using tickets.