Opened 17 years ago

Closed 16 years ago

Last modified 14 years ago

#12258 closed defect (duplicate)

BUG: "port deps" is not variant-specific

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

Description

"port deps ImageMagick" and "port deps ImageMagick +no_x11" produce exactly the same output even though the no_x11 version does not require XFree86. This makes it difficult to figure out if, for example, "port install ImageMagick +no_x11" will in fact do the right thing.

$ port deps ImageMagick
ImageMagick has library dependencies on:
        pkgconfig
        XFree86
        bzip2
        jpeg
        libpng
        tiff
        zlib
        freetype
        fontconfig
        libiconv
        expat
        libxml2
$ port deps ImageMagick +no_x11
ImageMagick has library dependencies on:
        pkgconfig
        XFree86
        bzip2
        jpeg
        libpng
        tiff
        zlib
        freetype
        fontconfig
        libiconv
        expat
        libxml2

Change History (4)

comment:1 Changed 17 years ago by nox@…

Component: infrastructurebase
Milestone: MacPorts base bugs
Owner: changed from kvv@… to macports-dev@…
Priority: ExpectedNormal
Summary: "port deps" is not variant-specificBUG: "port deps" is not variant-specific

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Cc: mjs@… removed
Resolution: duplicate
Status: newclosed

Duplicate of #11891.

comment:3 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Milestone: MacPorts Future
Note: See TracTickets for help on using tickets.