| Age | Commit message (Collapse) | Author |
|
Also removes a patch that is no longer required.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7673.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7651.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
From the developer: "stress is a deliberately simple workload generator
for POSIX systems. It imposes a configurable amount of CPU, memory, I/O,
and disk stress on the system. It is written in C, and is free software
licensed under the GPLv2"
I created this formula because it serves a simple but specific purpose
and is regularly available on Linux *BSD system.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Plugin for rbenv that adds basic gemset support.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #7528.
Closes #7572.
|
|
Previously, `outdated_brews` returned a list of lists---each containing three
components of a Formula object:
- f.rack
- f.name
- f.version
Frequently more information is required which necessitates back-casting from
`name` to a Formula object---simpy returning formula objects removes this step.
|
|
`rack` is a commonly used alias for `formula.prefix.parent`---so common that it
gets defined and used quite a bit. This patch makes `rack` an official method
of the `Formula` class.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Adding versionless soft link in INSTALL_LIB to allow linking with -llua (see
homebrew issue #6350 for an example) (Related to name change in commit
9228a05f98).
Fixes #7642.
Fixes #6648.
Closes #7561.
Closes #7517.
Closes #6235.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This is a little more tidy.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
GNU gv allows to view and navigate through PostScript and PDF documents
on an X display by providing a graphical user interface for the
Ghostscript interpreter.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Xaw3d is a general-purpose replacement for the Athena toolkit which adds
a 3D appearance and support for XPM images.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The X Window System used imake extensively up through
the X11R6.9 release, for both full builds within
the source tree and external software. X has since
moved to GNU autoconf and automake for its build system
in X11R7.0 and later releases, but still maintains
imake for building existing external software
programs that have not yet converted.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Refs #5188.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This prevents the Makefile from trying to drop things into
/Library/Perl without having to use inreplace or a patch.
Fixes #7630.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The upstream tarball for Qt was "stealth-updated", for details see this
MacPorts ticket: https://trac.macports.org/ticket/31252
Closes #7618.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
t1utils gets an update to 1.37 from 1.35. This archive creates a
group of CLI programs for manipulating Type 1 fonts, otherwise known
as Adobe Type 1 or Postscript fonts. Added a brew test function and
the --disable-dependency bit.
Closes #7608.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Build `i386` for Leopard and a fat binary for everything else. Failing to be
explicit can cause `xcodebuild` to attempt building for more architectures than
it really should.
Fixes #7619.
|
|
Related issue on MacPorts:
https://trac.macports.org/ticket/30370
Fixes #6631.
Fixes #7140.
Fixes #7463.
Closes #7523.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
When installing with --HEAD, cached repo clones do "git fetch origin"
followed by "git reset --hard". This will only reset the working tree
and index to the state of the local HEAD, but Homebrew will think it's
updated and install anyway. "git reset --hard origin/master" will
achieve the desired result.
Should fix #7613.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Otherwise, for formula that making the very first install into `sbin`, the
following line will fail with a critical error:
bin = (HOMEBREW_PREFIX/bin.basename).realpath.to_s
Because `sbin` will not exist until after `link` runs.
This isn't very clean as it moves `check_PATH` away from the other checks in
`caveats`, but I couldn't think of a better hotfix that did not require a bit
of code shuffling and re-writing.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
MySQL++ is a C++ wrapper for the MySQL C API. The maximum number of
columns allowable in a result set has been increased from 25 to 40 to
accommodate a wider range of projects without needing to recompile the
library.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The report was for 2336, but I can build it with 2335.
Closes #7439.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Based on http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/103384
Fixes #6032.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Call `ENV.x11` when building `--with-x`.
Fixes #7260.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7584.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Add binaries generated when "--cocoa" isn't enabled.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #6518.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Emacs-Patch: Suppress address randomization on Darwin (Bug#8395).
http://repo.or.cz/w/emacs.git/patch/f2cea124dffac9ca4b8ce1dbb9b746f8e81109a3
Emacs bug report:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8395
Fixes #6953.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7585.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|