Commit graph

292 commits

Author SHA1 Message Date
Pav Lucistnik
3ec04c77b5 - Turn the self-tests off for now. Possible fix for failing test is in
ports/117986

Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-12 18:41:15 +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
Pav Lucistnik
09c82a569c - Prevent perllocal.pod from being written
Reported by:	pointyhat
With hat:	portmgr
2007-10-28 20:38:40 +00:00
Norikatsu Shigemura
560079b2e5 Chase OpenEXR library version bumped. 2007-10-07 17:46:16 +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
7e67407bc9 When PerlMagick fails to load its Magick.so binary piece during tests,
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.
2007-10-03 15:56:00 +00:00
Mikhail Teterin
c2595f452c Remove FPX from the default configuration. The unmaintained library is
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
2007-09-28 02:23:16 +00:00
Mikhail Teterin
dfcfbcc9ab The LDFLAGS, CPPFLAGS, etc. are set during configure step.
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
2007-09-26 22:54:14 +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
Edwin Groothuis
c6c32879eb [DEPS] graphics/ImageMagick reduce X dependencies
ImageMagick requires only USE_XORG=xext xt

PR:		ports/115869
Submitted by:	Martin Matuska <mm@FreeBSD.org>
Approved by:	maintainer timeout
2007-09-23 11:31:36 +00:00
Dirk Meyer
e3fe8e8d23 - chase shlib version of gvc (default off) 2007-08-07 16:38:36 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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
Pav Lucistnik
e8cb8584f2 - Re-enable PDF support now when default Ghostscript is -gpl
Submitted by:	rafan
2007-04-02 23:01:25 +00:00
Shaun Amott
26eea5af5d Fix build with graphviz support in some cases where it fails.
PR:		ports/111018
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2007-03-29 20:57:15 +00:00
Shaun Amott
35bf5b794b Bump PORTREVISION for previous commit. 2007-03-16 20:23:59 +00:00
Shaun Amott
8688d2d046 Switch off PDF support by default, to avoid requiring ghostscript-afpl.
This will be reviewed again if/after -afpl is made the default
ghostscript.
2007-03-16 13:32:26 +00:00
Andrey A. Chernov
0db632260f Turn gslib support into option. IM can work with gs with or without it.
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)
2007-02-23 03:48:43 +00:00
Shaun Amott
2d30022858 Upgrade to 6.3.2-0. 2007-01-25 19:00:56 +00:00
Shaun Amott
a72d2dc92a Minor fix for FreeBSD 4.x.
Submitted by:	tdb
2006-12-16 01:55:37 +00:00
Shaun Amott
66b5c1f0a5 Assume maintainership. 2006-12-15 22:26:18 +00:00
Mark Linimon
a86537301c Maintainer no longer has time for these ports.
Hat:		portmgr
2006-12-15 11:56:54 +00:00
Stanislav Sedov
8a1d6d6bd3 - Add options
PR:		ports/105183
Submitted by:	Alex Kozlov<spam@rm-rf.kiev.ua>
Approved by:	maintainer timeout (3 weeks)
2006-11-28 18:30:40 +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
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
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
2006-08-04 12:34:50 +00:00
Andrey A. Chernov
a1117ed619 Upgrade to 6.2.8-5
Submitted by:   maintainer
2006-07-26 15:44:03 +00:00
Pav Lucistnik
0808d7ad4c - Mirror unfetchable distfile on ftp.FreeBSD.org 2006-05-29 11:58:12 +00:00
Marcus Alves Grando
70d145df9f - Fix compilation when set WITHOUT_X11 and WITH_IMAGEMAGICK_FONTCONFIG
Approved by:	maintainer timeout (in combination with my last 2 commits)
2006-05-27 18:47:51 +00:00
Michael Nottebrock
a636a7eabd Reverse all occurrances of WITHOUT_IMAGEMAGICK_SVG to WITH_IMAGEMAGICK_SVG 2006-05-27 00:44:42 +00:00
Michael Nottebrock
36c043b020 Don't turn on SVG support by default, since librsvg brings in gtk-themes2
as a runtime dependency.
2006-05-27 00:37:16 +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
MANTANI Nobutaka
a97853991b Bump PORTREVISION to synchronize Wand-config with elimination of libdpstk
caused by upgrade of xorg-libraries.
2006-02-08 17:25:25 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +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
63db7b7d25 Fix building of ImageMagick on systems with graphviz installed but
disabled in the config menu.

Noticed by: mich, grrr and others.
2006-01-05 12:15:21 +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
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +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
Mikhail Teterin
fa725d714b Update from 6.1.9-2 to 6.1.9-4 and re-enable the FPX support. The vendor
flipped the `--without-fpx' into `--with-fpx' some time ago, but we did
not notice.
2005-02-17 15:39:00 +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