Changes between Initial Version and Version 1 of Ticket #49760


Ignore:
Timestamp:
Nov 21, 2015, 7:03:32 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The message is correct. You need to install tk with the +x11 variant by running:

sudo port install tk +x11

Quartz is not X11. Quartz refers to the native windowing system of OS X, as opposed to the X or X11 windowing system common to UNIX systems.

You're probably thinking of XQuartz, the unfortunately confusing name for an X11 distribution for OS X. The name is probably meant to convey "X running on Quartz". MacPorts does not require XQuartz. MacPorts includes ports that have the same software as XQuartz.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49760

    • Property Status changed from new to closed
    • Property Type changed from request to defect
    • Property Resolution changed from to invalid
    • Property Port tk added
  • Ticket #49760 – Description

    initial v1  
    11HI,
    22IMHO Quartz is X11, but port says
     3{{{
    34:debug:archivefetch tk is installed with the following variants: +quartz
    45:debug:archivefetch   required: x11, forbidden:
     
    1213    invoked from within
    1314"eval $pre $targetname"
     15}}}