| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Keep sysconfdir set to etc to avoid losing existing user configuration. sysconfdir was changed in ca09a39.
Closes #34818.
|
|
Replaces perl functionality; adds fix to avoid picking up perl
destinations outside of Homebrew's prefix if a user has set PERL_MM_OPT
like CPAN suggests.
Discussion in #34685; resolves #34770; partially reverts ca09a39 from
|
|
|
|
A few things here:
* Irssi defaults to using OpenSSL now, so our ``` —enable-ssl ```
argument was getting ignored and Irssi was hooking into the system
OpenSSL regardless. I’ve changed the dep to recommended, and fixed the
configure switch. Revision to deal with the system OpenSSL tapping.
* The Perl element has gone completely rogue. See #34685 for discussion
& problem.
* An optional dependency on Dante so people can roll the whole SOCKS
support if they so desire. It looks for the libs Dante ships, but it
doesn’t firmly depend on them, so optional.
Closes #34692.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This patch also enables the new configure option: --enable-true-color
and removes the devel version.
Closes #33111.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles
everything that relies on OpenSSL from the master branch to enforce the
new OpenSSL no-ssl2 rule.
|
|
For some reason, for a while now apparently, we’ve been pointing at an
Irssi devel build that 1) was a snapshot, 2) seemed to have a very
unstable checksum. This moves the devel build to a more stable but
still developmental release and subsequently hopefully a more stable
checksum. Ideally, this should be merged after my OpenSSL proposal has
been accepted or rejected.
Closes #31750.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30048.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25778.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #20952.
|
|
Closes #17725.
|
|
Closes #15389.
|
|
|
|
Closes #14653.
|
|
|
|
MacPorts used to have this too, for whatever reason, but they removed it
almost two years ago. I can build irssi fine without it, so I think it
needs better justification in the formula.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #8681.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- Fix paths in man page
- install configuration file to HOMEBREW_PREFIX/etc
- enable SOCKS library
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Though I think this now means the Perl stuff won't *just work*.
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Adds the --with-bot and --with-proxy fetures that were not included
using the --with-moduls argument. Also removes
--disable-dependancy-tracking.
The configure script will find the wrong perl include path. Adds the
correct configure option to fix this.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Reformat configure args
|
|
|
|
|
|
The system-provided Perl adds various -arch flags which are incompatible with
some flags that homebrew sets in CFLAGS. Patch the configure file to remove
the -arch flags for the Perl module compilation.
Fixes #367
|
|
Fixes #367
Signed-off-by: Max Howell <max@methylblue.com>
No reports of issues on 10.5 so I just disabled perl on 10.6.
|
|
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
|
|
|
|
Many formula were imported during the development of the dependency branch.
|
|
Irssi is a terminal based IRC client for UNIX systems. It also supports SILC
and ICB protocols via plugins.
|