Opened 18 years ago

Closed 18 years ago

#5778 closed defect (fixed)

BUG: phpmyadmin reports no dependencies, then downloads apache

Reported by: ray@… Owned by: joe@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

% port deps phpmyadmin phpmyadmin has no dependencies % % sudo port install phpmyadmin Password: ---> Fetching apache ---> Attempting to fetch apache_1.3.33.tar.gz from http://www.apache.org/dist/httpd/ C %

Ok, the port has no dependencies. Then why is it downloading apache? I already have apache. Do I want a new copy of apache for no reason? No, thank you.

Change History (3)

comment:1 Changed 18 years ago by mww@…

Owner: changed from darwinports-bugs@… to joe@…
Summary: phpmyadmin reports no dependencies, then downloads apacheBUG: phpmyadmin reports no dependencies, then downloads apache

comment:2 Changed 18 years ago by olegb@…

this is due to the fact that the port has these default variants:

default_variants +apache +mysql4 +php4

and variant deps are not reported.

there are to "fixes" to this

1) fix the dependency-engine (we have been talking about this for years) 2) stop screwing around with a humungus number of variants

comment:3 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

The default variants were removed from this port.

Note: See TracTickets for help on using tickets.