| Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
Fixes build failures on Lion. See this MacPorts ticket for more info:
https://trac.macports.org/ticket/30413
Fixes #7604.
Closes #7606.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
lcdf-typetools was updated to version 2.92 in the formula and
compiled on OSX 10.6.8 x86_64 using llvm 2335 from XCode 4.0.2.
The LCDF Typetools package contains several command-line programs for
manipulating PostScript Type 1 and PostScript-flavored OpenType fonts.
Closes #7603.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7605.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7607.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Also fix some patching.
Closes #7596.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Laurent Raufaste <analogue@glop.org>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Also depend on Fuse4x instead of telling users to install MacFUSE.
|
|
Parallel build fails on an 8 core Mac.
|
|
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
A few formulae are missing trailing newlines.
Let's be POSIXly correct about trailing newlines, which are part of the
definition of a "line" and hence a "file". Even "diff" has it's own
special handling for files without trailing newlines.
Perhaps an audit check is in order.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Remove install from head since 2.0.0 is now head. Remove references to
journaling being disabled by default (it is now enabled by default).
Closes #7590.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7594.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
s3fs is a tool that can mount S3 buckets as FUSE-based filesystems.
|
|
Add --enable-jit to configure_options if --jit is used as an option when
installing LLVM.
Closes #7426.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7569.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7568.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Also update new homepage.
Closes #7575.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7581.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
aespipe is an encryption tool that reads from standard input and writes to standard output.
Closes #7587.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Allows a remote computer to be mounted as a FUSE filesystem through a SSH
connection.
Also a good "hello, world!" program for FUSE.
|
|
Provides libraries required to build and run programs that use FUSE
filesystems. Note that this formula installs `libfuse4x` instead of the
traditional `libfuse` in order to avoid clashing with MacFUSE and other
`libfuse` distributions---such as the one bundled with VMWare Fusion.
Configure scripts for software expecting to link against `libfuse` will need to
be modified accordingly.
Closes #7371.
Closes #6185.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
This formula provides the kernel extension required to run FUSE-based
filesystems using fuse4x.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7558.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Without Numpy, the Python bindings can't deal with Raster data very well which
pretty much hoses half of the GDAL functionality.
|