summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Turn the self-tests off for now. Possible fix for failing test is inPav Lucistnik2007-11-121-1/+1
| | | | | | | | | | ports/117986 Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202645
* Update from 6.3.5-10 to 6.3.6-9. Some of our patches were acceptedMikhail Teterin2007-11-076-81/+25
| | | | | | | | | | | | | | upstream. The tests should work with and without X11. Enable FPX by default. Resolve all related PRs. Approved by: portmgr (linimon) PR: 67815 PR: 117635 PR: 116874 PR: 114387 Notes: svn path=/head/; revision=202558
* - Prevent perllocal.pod from being writtenPav Lucistnik2007-10-281-0/+2
| | | | | | | | Reported by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=202231
* Chase OpenEXR library version bumped.Norikatsu Shigemura2007-10-071-0/+1
| | | | Notes: svn path=/head/; revision=201056
* Explicitly disable support for OpenEXR and DjVu by default. These wereMikhail Teterin2007-10-053-3/+66
| | | | | | | | | | | | | | | | | | never dependencies before, so official packages never contained the support, but if a local system had them installed, ImageMagick would try to use them -- and sometimes fail. Also add a patch, that modifies the module-searching algorithm from /always/ checking the compiled-in constant path, to only checking it, if an environment variable is not set. This fixes a problem with testing, where a module installed by an earlier version of the software could be used by the newly built version, that's being tested. This port has too many options -- perhaps, support for the most common things (like PNG, JPEG, and GIF) should be permanent... Notes: svn path=/head/; revision=200889
* When PerlMagick fails to load its Magick.so binary piece during tests,Mikhail Teterin2007-10-031-1/+1
| | | | | | | | | | | it goes into a frenzy consuming all available memory before actually reporting an error and exiting. Try to reduce the impact of this cascading failure by running the tests under a limit of 20m of memory. In "good" builds that seems to be enough. Notes: svn path=/head/; revision=200740
* Remove FPX from the default configuration. The unmaintained library isMikhail Teterin2007-09-281-1/+11
| | | | | | | | | | | | too buggy for general use :( Initiate the lists of options whose presence (or absence) break self-tests, and set IGNORE, if any such conflict is found. Reported by: numerous Notes: svn path=/head/; revision=200248
* The LDFLAGS, CPPFLAGS, etc. are set during configure step.Mikhail Teterin2007-09-261-5/+0
| | | | | | | | | | | | | We don't need to bother with the situations, when /etc/make.conf, etc. are updated between configure and build. The way things are now, linking might break in certain cases because LDFLAGS is set to empty string (instead of being unset). Notified by: Pierre Guinoiseau Notes: svn path=/head/; revision=200149
* Upgrade from 6.3.3-5 to 6.3.5-10 -- the latest available. Take overMikhail Teterin2007-09-258-103/+95
| | | | | | | | | | | | | | | | | | | | | maintainership -- with the previous maintainer's approval. Remove explicit requirements for shared library major numbers of dependencies. Like in almost all other ports, these quite gratuitous. Scale the build to multiple CPUs, if available on the building system. Automatically run vendor's self-tests (unless disabled via OPTIONS). Apply DOS2UNIX to a number of files including the HTML pages. NB: ImageMagick's configure tries to detect an OpenMP-capable compiler. This /may/ be a problem, when gcc-4.2 (such as on 7.x) or greater is used... An explicit `--disable-openmp' may be needed... Notes: svn path=/head/; revision=200108
* [DEPS] graphics/ImageMagick reduce X dependenciesEdwin Groothuis2007-09-231-2/+2
| | | | | | | | | | | ImageMagick requires only USE_XORG=xext xt PR: ports/115869 Submitted by: Martin Matuska <mm@FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=199975
* - chase shlib version of gvc (default off)Dirk Meyer2007-08-071-1/+1
| | | | Notes: svn path=/head/; revision=197297
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 6.3.3-5 [1]Rong-En Fan2007-04-035-10/+52
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=189110
* - Re-enable PDF support now when default Ghostscript is -gplPav Lucistnik2007-04-021-4/+6
| | | | | | | Submitted by: rafan Notes: svn path=/head/; revision=189056
* Fix build with graphviz support in some cases where it fails.Shaun Amott2007-03-291-2/+3
| | | | | | | | PR: ports/111018 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=188781
* Bump PORTREVISION for previous commit.Shaun Amott2007-03-161-1/+1
| | | | Notes: svn path=/head/; revision=187534
* Switch off PDF support by default, to avoid requiring ghostscript-afpl.Shaun Amott2007-03-161-2/+2
| | | | | | | | This will be reviewed again if/after -afpl is made the default ghostscript. Notes: svn path=/head/; revision=187522
* Turn gslib support into option. IM can work with gs with or without it.Andrey A. Chernov2007-02-231-13/+13
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=185719
* Upgrade to 6.3.2-0.Shaun Amott2007-01-254-26/+30
| | | | Notes: svn path=/head/; revision=183281
* Minor fix for FreeBSD 4.x.Shaun Amott2006-12-161-1/+1
| | | | | | | Submitted by: tdb Notes: svn path=/head/; revision=179885
* Assume maintainership.Shaun Amott2006-12-151-1/+1
| | | | Notes: svn path=/head/; revision=179881
* Maintainer no longer has time for these ports.Mark Linimon2006-12-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179850
* - Add optionsStanislav Sedov2006-11-281-1/+24
| | | | | | | | | PR: ports/105183 Submitted by: Alex Kozlov<spam@rm-rf.kiev.ua> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=178191
* - Update to 6.2.9.8Pav Lucistnik2006-10-054-15/+16
| | | | | | | | PR: ports/104020 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=174584
* - Update to 6.2.9.3Pav Lucistnik2006-09-043-6/+11
| | | | | | | | PR: ports/102817 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=172203
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169648
* Upgrade to 6.2.8-5Andrey A. Chernov2006-07-263-6/+12
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=168822
* - Mirror unfetchable distfile on ftp.FreeBSD.orgPav Lucistnik2006-05-291-1/+2
| | | | Notes: svn path=/head/; revision=163830
* - Fix compilation when set WITHOUT_X11 and WITH_IMAGEMAGICK_FONTCONFIGMarcus Alves Grando2006-05-272-1/+16
| | | | | | | Approved by: maintainer timeout (in combination with my last 2 commits) Notes: svn path=/head/; revision=163633
* Reverse all occurrances of WITHOUT_IMAGEMAGICK_SVG to WITH_IMAGEMAGICK_SVGMichael Nottebrock2006-05-271-1/+1
| | | | Notes: svn path=/head/; revision=163566
* Don't turn on SVG support by default, since librsvg brings in gtk-themes2Michael Nottebrock2006-05-271-1/+1
| | | | | | | as a runtime dependency. Notes: svn path=/head/; revision=163565
* - Fix detection of fontconfig and add knob to enable/disableMarcus Alves Grando2006-05-263-47/+95
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=163446
* - Update to 6.2.7.7Marcus Alves Grando2006-05-243-17/+37
| | | | | | | | | | | - portlint(1) PR: 96747 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet___sunpoet.net> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=163283
* - Change deprecated gvCleanup to gvFreeContext [1]Marcus Alves Grando2006-04-152-16/+29
| | | | | | | | | | | | | | | - Fix link with pthreads using LDFLAGS [2] - Fix pkg_config files when use pthreads. [3] - Bump PORTREVISION - portlint(1) PR: 91557 [1], 94287 [2], 94614 [3] Submitted by: Seva Gluschenko <gvs___rinet.ru> [1], lioux [3] Notified by: cokane [2] Approved by: maintainer timeout, 28 days Notes: svn path=/head/; revision=159537
* Conversion to a single libtool environment.Norikatsu Shigemura2006-03-072-3/+103
| | | | | | | | Approved by: portmgr(clement), Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=157008
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Bump PORTREVISION to synchronize Wand-config with elimination of libdpstkMANTANI Nobutaka2006-02-081-0/+1
| | | | | | | caused by upgrade of xorg-libraries. Notes: svn path=/head/; revision=155536
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Fix building of ImageMagick on systems with graphviz installed butEdwin Groothuis2006-01-051-0/+1
| | | | | | | | | disabled in the config menu. Noticed by: mich, grrr and others. Notes: svn path=/head/; revision=152801
* [patch] ImageMagick segfaults, port update to 6.2.5-5 solves problemEdwin Groothuis2006-01-054-177/+166
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=152777
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Update to 6.2.2.1Pav Lucistnik2005-05-023-61/+52
| | | | | | | | | PR: ports/80501 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Notes: svn path=/head/; revision=134489
* - Fix WITH_IMAGEMAGICK_MODULES [1]Pav Lucistnik2005-04-093-9/+26
| | | | | | | | | | | - Resort MASTER_SITES PR: ports/79697 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) Reported by: NAKAMURA Takeshi <1yen@sh.rim.or.jp> [1] Notes: svn path=/head/; revision=132834
* - Update to 6.2.0-5Pav Lucistnik2005-03-063-18/+30
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=130478
* Add the xwindow.h header to pkg-plist.Mikhail Teterin2005-02-181-0/+1
| | | | | | | Reported by: lofi Notes: svn path=/head/; revision=129121
* Update from 6.1.9-2 to 6.1.9-4 and re-enable the FPX support. The vendorMikhail Teterin2005-02-172-5/+4
| | | | | | | | flipped the `--without-fpx' into `--with-fpx' some time ago, but we did not notice. Notes: svn path=/head/; revision=129093
* - Update to 6.1.9.2Pav Lucistnik2005-01-233-6/+8
| | | | | | | | | PR: ports/76479 Submitted by: Gerald <gcoon@inch.com> Approved by: maintainer (illness) Notes: svn path=/head/; revision=127131