New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #7406 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[dplight] BUG: port install -b ignores variants

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

Description

When installing using the -b flag for install, port will disregard any variant options given to it.

Steps to reproduce: 1. sudo port -b install emacs-devel +gtk 2. otool -L /opt/local/bin/emacs

Expected results: emacs is linked against libgtk since it is the gtk variant.

Actual results: emacs is not linked against libgtk, indicating that the gtk variant was not installed.

Change History

Changed 4 years ago by danchr@…

  • summary changed from [dplight] BUG: port install -b ignores variants to [dplight] BUG: port install -b ignores variants

DP doesn't itself believe that +gtk was installed:

% port installed emacs-devel The following ports are currently installed:

emacs_devel @22.0.50.1_20051224_1

Changed 4 years ago by olegb@…

Variants were ignored by the rpmpackage target.

I have added some support for variants, look at:

 http://opendarwin.org/pipermail/cvs-darwinports-all/2006-February/067830.html

for a bit'o'detail.

Changed 4 years ago by olegb@…

  • status changed from new to closed
  • resolution set to fixed

fixed.

Note: See TracTickets for help on using tickets.