Opened 18 years ago

Closed 18 years ago

#7406 closed defect (fixed)

[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 (3)

comment:1 Changed 18 years ago by danchr@…

Summary: [dplight] BUG: port install -b ignores variants [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

comment:2 Changed 18 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.

comment:3 Changed 18 years ago by olegb@…

Resolution: fixed
Status: newclosed

fixed.

Note: See TracTickets for help on using tickets.