Changes between Version 1 and Version 2 of Ticket #64892, comment 2


Ignore:
Timestamp:
Mar 26, 2022, 8:35:00 PM (2 years ago)
Author:
essandess (Steve Smith)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64892, comment 2

    v1 v2  
    221. This specific bug.
    332. The `tcl` code that makes @mascguy’s brain hurt (mine too, evidently): https://github.com/macports/macports-ports/pull/14354#discussion_r835502075
    4 3. The necessary `depends_lib` on `curl-ca-bundle` and `apple-pki-bundle` needed to update `trustedCAs.pem` Whenever these ports are updated, but also unnecessarily rebuilds and installs the `privoxy` binary.
     43. The necessary `depends_lib` on `curl-ca-bundle` and `apple-pki-bundle` needed to update `trustedCAs.pem` whenever these ports are updated, but also unnecessarily rebuilds and installs the `privoxy` binary.
    55
    66For 2: Chris, are you able to point to a cleaner `tcl` implementation of essentially file output operators like `>>`, but in `tcl`, not `bash`?