Changes between Version 1 and Version 2 of Ticket #61356, comment 16


Ignore:
Timestamp:
Nov 21, 2020, 11:27:41 PM (4 years ago)
Author:
hexadecagram ({16/7})
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61356, comment 16

    v1 v2  
    33What is the magic formula for bypassing ports that fail to build so that what **can** be built **will** be built? I have tried deactivating py27-gobject (and py27-pygtk) yet {{{port}}} still attempts to build them. I have also tried such things as {{{port upgrade -u outdated and not py27-gobject}}} without success.
    44
    5 EDIT: This seems to be doing the trick: {{{port rdependents py27-gobject | sed 1d | xargs sh -c 'sudo port deactivate "$@" < /dev/tty' --}}}
     5EDIT: This seems to be doing the trick: {{{port rdependents py27-gobject | sed 1d | xargs -o sudo port deactivate}}}