Commit graph

116 commits

Author SHA1 Message Date
Martin Matuska
bc2d7b96f2 - Update to 6.8.2-3
- fix pkg-plist for modules [1]
- fix WMF module

PR:		ports/130060 [1]
Submitted by:	nork@FreeBSD.org [1]
2008-12-31 14:02:35 +00:00
Martin Matuska
5744910564 - Update to 6.4.8-2
- Remove patch and run self-tests again, developers fixed the problem
2008-12-29 12:09:57 +00:00
Martin Matuska
e95a728be4 - Update to 6.4.5-5
- Add filter patch for quantize
- Do not run tests on 8.x
2008-11-11 10:13:28 +00:00
Martin Matuska
55b9a8babe - Update to 6.4.4-0 2008-09-29 09:10:13 +00:00
Martin Matuska
e60d56b94a - Update to 6.4.1-8 2008-06-17 10:19:12 +00:00
Martin Matuska
2338225514 - Update to 6.4.1-1 2008-05-15 13:42:36 +00:00
Mikhail Teterin
1524ff5feb The 6.4.0-11 was rerolled under the same name. ImageMagick admitted the
mistake, but would not correct it:

http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11147

register the new size and checksums in distinfo, and adjust pkg-plist
for this new release. Bump PORTREVISION to signify it...
2008-04-30 03:58:53 +00:00
Mikhail Teterin
bc527982c1 Add overlooked files to the packing list.
Notified by:	pav
2008-04-21 02:46:58 +00:00
Mikhail Teterin
fa42a4a9f4 Upgrade to 6.4.0-7 -- currently the latest.
Notable changes:

	1. Pick the .lzma version of the vendor's distfile. Although
	   adds archivers/lzma to EXTRACT_DEPENDS, the savings make
	   it worth the trouble.
	2. Disable parallel build, until the vendor figures out, what
	   broke it.
	3. Disable use of our libtool -- somehow that does not work
	   any more. It would be nice, if our libtool-maintainers could
	   look into it -- just uncomment the relevant line in the new
	   Makefile and attempt building.
	4. Most of the things are now installed into "versioned" directories:
	   "ImageMagick-6.4.0" instead of "ImageMagick".
	5. API-headers now go into ${PREFIX}/include/ImageMagick instead of
	   directly into ${PREFIX}/include. This will make co-existence with
	   GraphicsMagick much easier.
2008-04-19 15:01:02 +00:00
Mikhail Teterin
a439f82661 Update from 6.3.5-10 to 6.3.6-9. Some of our patches were accepted
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
2007-11-07 05:46:29 +00:00
Mikhail Teterin
d1ece52b0c Explicitly disable support for OpenEXR and DjVu by default. These were
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...
2007-10-05 05:32:09 +00:00
Mikhail Teterin
9815076784 Upgrade from 6.3.3-5 to 6.3.5-10 -- the latest available. Take over
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...
2007-09-25 19:41:11 +00:00
Rong-En Fan
ffbfe57c4d - Update to 6.3.3-5 [1]
- 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
2007-04-03 16:25:26 +00:00
Shaun Amott
2d30022858 Upgrade to 6.3.2-0. 2007-01-25 19:00:56 +00:00
Pav Lucistnik
781099df87 - Update to 6.2.9.8
PR:		ports/104020
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2006-10-05 20:57:04 +00:00
Pav Lucistnik
a140229ae9 - Update to 6.2.9.3
PR:		ports/102817
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2006-09-04 18:36:59 +00:00
Andrey A. Chernov
a1117ed619 Upgrade to 6.2.8-5
Submitted by:   maintainer
2006-07-26 15:44:03 +00:00
Marcus Alves Grando
cad64a1755 - Fix detection of fontconfig and add knob to enable/disable
- 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
2006-05-26 01:41:08 +00:00
Marcus Alves Grando
24739242ec - Update to 6.2.7.7
- portlint(1)

PR:		96747
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet___sunpoet.net>
Approved by:	maintainer timeout (20 days)
2006-05-24 14:20:33 +00:00
Marcus Alves Grando
be7f5a0086 - Change deprecated gvCleanup to gvFreeContext [1]
- 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
2006-04-15 02:37:50 +00:00
Norikatsu Shigemura
cd1f166541 Conversion to a single libtool environment.
Approved by:	portmgr(clement),
		Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2006-03-07 14:18:31 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
999aa2d0da [patch] ImageMagick segfaults, port update to 6.2.5-5 solves problem
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
2006-01-05 03:56:16 +00:00
Pav Lucistnik
b679561845 - Update to 6.2.2.1
PR:		ports/80501
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2005-05-02 08:27:39 +00:00
Pav Lucistnik
28eb48bab7 - Fix WITH_IMAGEMAGICK_MODULES [1]
- 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]
2005-04-09 21:48:45 +00:00
Pav Lucistnik
3371bb19db - Update to 6.2.0-5
- 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)
2005-03-06 22:16:12 +00:00
Mikhail Teterin
b21957367c Add the xwindow.h header to pkg-plist.
Reported by:	lofi
2005-02-18 00:31:50 +00:00
Pav Lucistnik
51ca30db62 - Update to 6.1.9.2
PR:		ports/76479
Submitted by:	Gerald <gcoon@inch.com>
Approved by:	maintainer (illness)
2005-01-23 11:50:24 +00:00
Josef El-Rayes
6f9ab98a3d Update ImageMagick to 6.1.6-0.
This fixes vulnerability as documented in
http://www.vuxml.org/freebsd/eeb1c128-33e7-11d9-a9e7-0001020eed82.html

Submitted by:	maintainer
PR:		ports/74487
Approved by:	mat
2004-12-05 13:58:11 +00:00
Norikatsu Shigemura
8a4b5a7cc5 Fix pkg-plist (some added documents/images). 2004-08-21 19:55:25 +00:00
Norikatsu Shigemura
9109d16180 Oops, I forgot. 2004-08-21 19:51:09 +00:00
Pav Lucistnik
5125ba1754 - Update to 6.0.2.6 [1]
- Simplify plist [2]
- Reflect new mpeg2 dependency [3]

PR:		ports/67671 [3], ports/67861 [1,2]
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer) [1],
		michael johnson <ahze@ahze.net> [2],
		edwin [3]
Approved by:	maintainer
2004-06-12 14:52:07 +00:00
Pav Lucistnik
1f3995892e - Update to 6.0.2
PR:		ports/67628
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-06-06 15:22:29 +00:00
Pav Lucistnik
2de67f6591 - Add empty directories to package, so deinstalling of package does not throw
warnings about nonexisting directories

Approved by:	maintainer
2004-05-31 21:24:33 +00:00
Pav Lucistnik
47aa782e80 - Revert my previous commit, it does not fix the problem. 2004-05-31 20:39:04 +00:00
Pav Lucistnik
971d3bc19e - Put @dirrm of Q8/Q16 modules under %%MODULES%%
Reported by:	Tinderbox
2004-05-31 20:04:08 +00:00
Pav Lucistnik
78c4e576ec - Update to 6.0.1
For what's new in 6.0 please read
  http://www.imagemagick.org/www/News.html
2004-05-19 19:48:16 +00:00
Mikhail Teterin
9e3d9a8de4 Closer investigation shows, that ImageMagick stopped supporting HDF
format on or before July 2002:

	http://studio.imagemagick.org/pipermail/magick-users/2002-July/003703.html

Indeed, the HDF bits are commented out in the package's
configure/autoconf and none of the utilities installed by the port
actually link with HDF.

Rather than bump PORTREVISION, upgrade to the 5.5.7.16 (from .15).

Prompted by: troubles with HDF and amd64
2004-02-13 23:10:11 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Norikatsu Shigemura
0cb16a3e06 o Utilize CONFICTS
o Utilize USE_GNOME
o Install pkgconfig .pc file to correct place
o Support alternative PTHREAD_LIBS difinition

PR:		ports/57592
Submitted by:	Ports Fury
2003-10-05 11:21:58 +00:00
Norikatsu Shigemura
142eb4adfe Update to 5.5.7-11. [1]
o Removed two (now obsolate) libtool version patches
  as ImageMagick now uses internal version system for
  them starting from 0:0:0 (5.5.8 will become 0:1:0),
  also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
  variables removed from the source.
o Removed two other patches as now they are already
  embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
  installations based on selection while installing.
  Also Makefile modifed to reflect this.

Minor cleanup MASTER_SITES.
Utilize PLIST_SUB from post-install:

PR:		ports/55274 (Update to 5.5.7-10) [1]
Submitted by:	Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Reviewed by:	Rob Lahaye <lahaye@snu.ac.kr>
2003-10-04 16:36:09 +00:00
Norikatsu Shigemura
ae73475092 Back out to 5.5.6.
Submitted by:	marcus (portmgr)
2003-09-10 17:02:41 +00:00
Norikatsu Shigemura
05952ca740 Update to 5.5.7-10. [1]
o Removed two (now obsolate) libtool version patches
  as ImageMagick now uses internal version system for
  them starting from 0:0:0 (5.5.8 will become 0:1:0),
  also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
  variables removed from the source.
o Removed two other patches as now they are already
  embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
  installations based on selection while installing.
  Also Makefile modifed to reflect this.

PR:		ports/55274 [1]
Submitted by:	Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Pointed out by:	Rob Lahaye <lahaye@snu.ac.kr>
2003-09-10 16:28:36 +00:00
Dmitry Sivachenko
c0293039a8 Update to version 5.5.6;
Pass more sane arguments to libtool's -version-info option.
2003-05-04 12:22:05 +00:00
Dmitry Sivachenko
eafeb8df84 Update to version 5.5.5. 2003-02-24 16:29:41 +00:00
Tilman Keskinoz
7bde166145 Add missing directory.
Submitted by:	bento
2003-02-02 13:48:07 +00:00
Mario Sergio Fujikawa Ferreira
a9dd0a728b o Update to 5.5.1.4
o Remove VERSION number from both directory and library names (e.g.,
  libMagick++-5.5.1.so becomes libMagick++.so)
o Add a library version number back; thus, fixing library dependencies
  which require this port to have a library version number. Current
  number is 5 (e.g., libMagick++.so.5)
o Update PLIST accordingly
2002-10-29 23:05:45 +00:00
Mikhail Teterin
343105c3c9 My last commit, intended to fix -current, did not do so, and broke
-stable :-( Upgrade the port to the latest to compensate.

The port now installs things in version specific directories, so
add the version number to PLIST_SUB.

Remove USE_REINPLACE -- the port uses PERL anyway.

As usual, the hardest thing to do is to fix the pkg-plist.
2002-10-17 18:46:12 +00:00
Ying-Chieh Liao
d764207296 upgrade to 5.3.8-3
PR:		42736
Submitted by:	Ports Fury
2002-09-19 21:11:48 +00:00