- SVG support requires X11 support, so mark as IGNORE if WITHOUT_X11
is defined [2]
- Correct set CPPFLAGS for fontconfig, librsvg, and graphviz [3]
PR: ports/109862 [2], ports/110141[3]
Submitted by: rafan [1], chinsan [2], Maxim Samsonov <xors at mne.ru> [3]
Approved by: shuan
Switch to gs-afpl as default one checked. IM needs newer gs for some
operations and gs-gnu is too old.
Add without-dps option by default since Xorg does not have required
DPS library anymore. DPS is poor choice in any case because renders first
page only. When DPS is off, gs automatically used, which is the right thing.
Approved by: shaun (maintainer)
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
- Fix detection of librsvg and add knob to enable/disable
- Fix leftovers when set many combinations of WITH/WITHOUT
- Respect CFLAGS/LDFLAGS
- Bump PORTREVISION since have default features that now are detected property
Pointy hat to: me
Approved by: maintainer timeout (on past commit)
Tested by: many and me on all day
Using 'convert' utility, even on basic operations causes
job to be done, but command exits via receiveing SEGFAULT
signal.
Using new version of ImageMagick (6.2.5-5), convert utility
works as expected.
This problem also applies to pecl-imagick. And of course
is also solved by this port update
/etc/make.cof is empty during port install
Also included an update to libMagick.so.9!
Submitted by: Piotr Rybicki <meritus@innervision.pl>
Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/91270
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- fixes a security vulnerability
Reported by: simon
Security: http://vuxml.freebsd.org/713c3913-8c2b-11d9-b58c-0001020eed82.html
- change logic in WITH_WMF/WITHOUT_WMF because of dependencies on X11 and ImageMagick modules
Reported by: Joan Picanyol i Puig <lists-freebsd@biaix.org>
PR: ports/78454
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
- Add fruitsalad.org mirror to prevent fetch problems in case ImageMagick
decides to update again
- Don't install/append to perllocal.pod [1]
PR: ports/74928
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by: pointyhat via kris [1]
overwriting files installed by libltdl port. Stop it.
Warning: people who installed ImageMagick 6.1.6.0 or 6.1.6.0_1 should
probably run
portupgrade -f libltdl
after updating ImageMagick to recover original libltdl files.
PR: ports/74875
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by: Neil Darlow <neil@darlow.co.uk>
o Adios --enable-lzh. This was obsoleted from 6.0.3-3 or above. [1]
o Utilize libtool15.
Pointed out by: sf [1]
Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)