| Age | Commit message (Collapse) | Author |
|
The `%!PS` is missing due to a bug in Github.
(See https://github.com/Homebrew/homebrew/pull/36902#issuecomment-74705905)
Also modernize it.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes #35302.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Closes #32715.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #29455.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
--with-djvu was using slightly old code and producing warnings builds clean now on osx 10.9
|
|
|
|
|
|
Closes #28516.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Fix from @baikal.
Closes #27427
|
|
|
|
|
|
This is fragile but unfortunately it's required.
Fixes #27550.
|
|
See https://github.com/Homebrew/homebrew/pull/27212#issuecomment-37708159
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #27212.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This requires a second patch (from MacPorts), and a refreshing of
the first patch. Also, we no longer build against a Hombrewed
little-cms2 because it causes build failure.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #24076.
|
|
|
|
|
|
This fixes the build under superenv. I can actually reproduce the error
under stdenv as well, so there must be several factors that contribute
to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #20645.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Also use std env when djvu is requested.
Closes #20787.
|
|
|
|
|
|
Closes #16830.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This update no longer builds against hombrew lcms2, because the modified
version that ships with ghostscript is incompatible. Without this change
the build would fail with this error:
"_cmsPluginTHR", referenced from:
_gscms_create in gsicc_lcms2.o
ld: symbol(s) not found for architecture x86_64
Closes #18686.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
GS compiles properly with XQuartz. This is needed
for ghostview.
Closes #16924.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
gs-9.06 is designed to build with only `:libpng` these days, but it
fails to compile with superenv unless we specify that we don't
want to build with X11.
* Remove the `ENV['LIBS'] = some/X11/path`
* Add `--without-x` to fix a build error.
Fixes #14564
Closes #14596.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #12598.
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
The gs formula stopped working after libtiff was upgraded to 4.0.1.
It gives an error `no rule to make target obj/libtiff_.dev`.
Add the `--with-system-libtiff` flag so it compiles against 4.0.1.
Remove the `--disable-debug` flag, which is not a valid option.
Add deps on little-cms2 and jbig2dec and
Add `lcms2` and `jbig2dec` to the `renames` variable so that gs
will properly link against those two libraries that many people
already have installed who deal with images frequently. Without
those additions on systems with `lcms2` and `jbig2dec` installed,
`configure` will find them but not link correctly against them.
`autogen.sh` automatically calls configure and warns the user
that it is running configure with no args, explaining how to put
the args after `autogen.sh` if args are desired. Do that for
head builds. It is proper and saves configure from being run twice
when brewing head.
Fixes #12098
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #10559.
Also added missing deps for osm2pgsql.
Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
|