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:
|
|
|
|
"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)
Component: |
infrastructure →
base
|
Milestone: |
→ MacPorts base bugs
|
Owner: |
changed from kvv@… to macports-dev@…
|
Priority: |
Expected →
Normal
|
Summary: |
"port deps" is not variant-specific →
BUG: "port deps" is not variant-specific
|
Cc: |
mjs@… removed
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Milestone: |
MacPorts base bugs →
MacPorts Future
|
Milestone: |
MacPorts Future
|
Duplicate of #11891.