| Age | Commit message (Collapse) | Author |
|
This option was removed in 8cdf4d8ebf439eb9a9ffcaa0e455ced9459e1e41
because it did not do anything.
|
|
|
|
|
|
Closes #30621.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #30674.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30672.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Changes:
* Display information on auto-(de)?activation
* Support manual (de)?activation with auto-activation enabled
* Exit as error when (de)?activation failed
* Use https://bootstrap.pypa.io/ to install setuptools and pip
* Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade`
Closes #30669.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30679.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30677.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30676.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30678.
|
|
|
|
Closes #30656.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30663.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30649.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
libxml2 support will be compiled into wine if configure finds it. But
configure will not find it in an 'XCode only' environment.
Adding ENV.libxml2 to the formula appears to resolve the issue
satisfactorily. (The formula specifies 'env :std'.)
'wine without libxml2' breaks at least one Windows InstallShield based
'exe style' installer. InstallShield is widely used to develop Windows
installer packages, so there are probably many Windows installers that
will fail in libxml2's absence.
Closes #30591.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This option will install HTML documentation.
Closes #30608.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30622.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
MPICH changed the way the fortran flag works. Instead of using --disable-fc
and --disable-f77, it now just has one --disable-fortran. This patch updates
the formula to follow that convention.
Closes #30572.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30662.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30666.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30633.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30640.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30636.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30657.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
When determining whether to remove a symlink during unlinking, we check
three things:
(a) Is the destination a symlink?
(b) Does the destination exist?
(c) Does the destination resolve to the source path?
However, since we know that the source path exists, (b) is guaranteed if
(a) and (c) are true. Thus checking (b) is unnecessary.
Similarly, when creating a new symlink during linking, we first check to
see if the link already exists by checking the same three criteria.
Again, checking (b) is unnecessary here.
See also the expanded test coverage in b52b579b.
Addendum: although we know that the source path exists during unlinking,
it doesn't matter. If the source path does not exist, then we still know
we have a broken symlink pointing into the keg we are unlinking, and
removing that symlink is still safe.
|
|
|
|
Closes #30647.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30643.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Assists users in creating one-time pads. Still actively supported
upstream, and has gathered a lot of renewed interest thanks to Hak5
covering the tool recently.
|
|
Closes #30655.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|