Commit Graph

220 Commits

Author SHA1 Message Date
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
Akinori MUSHA
b34fbea816 Fix freetype2 configuration failure and build ImageMagick with the
freetype2 support properly (unless WITHOUT_IMAGEMAGICK_TTF is not
defined).

Patches have been sent to the developer forum.  Hopefully the next
version to 6.0.0 will include the fix.
2004-04-21 08:06:14 +00:00
Pav Lucistnik
32ad9ffee6 - Add WITH_WINDOWS_FONT_DIR knob to allow setting --with-window-font-dir
configure tunable from outside.

PR:		ports/64258
Submitted by:	Seva Gluschenko <gvs@rinet.ru>
2004-03-15 02:54:00 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mikhail Teterin
f6aff3c986 Somehow, the PerlMagick/Magick.c (and the .o !!) generated by vendor
ended up in the distribution. Be sure to remove the .c, so it gets
re-generated from Magick.xs by the Perl installed on the system. It used
to work for -current, where Perl happened be similar enough to that of
Christy, but broke PerlMagick for (some?) -stable users, where Perl's
API is different.
2004-02-17 20:25:11 +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
Tilman Keskinoz
289c0fb9c9 Disable hdf4 on amd64. 2004-02-11 15:00:10 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Norikatsu Shigemura
7198c8ca75 Update to 5.5.7-15. 2004-01-21 06:57:29 +00:00
Joe Marcus Clarke
b7eeb1b30d Use the new ghostscript options.
Submitted by:	linimon
2004-01-20 16:30:09 +00:00
Mikhail Teterin
09900bd9cc Upgrade from 5.5.7-11 to yesterday's 5.5.7-14. Nothing to see here... 2003-12-10 17:22:12 +00:00
Kirill Ponomarev
01f39cc932 - Add patch to choose build for print/ghostscript-gnu and
print/ghostscript-afp1

PR:		54926
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-11-20 15:01:39 +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
Akinori MUSHA
a681d83b8e Change `LIB_DEPENDS=' in the middle of optional dependency lines to
`LIB_DEPENDS+=', to prevent this port from getting built without tiff
support, which wasn't intended. (Luckily jpeg and png were enabled via
other indirect dependencies)

This should fix some dependent ports such as ruby-rmagick.
2003-09-13 10:58:45 +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
Andrey A. Chernov
211870818a Build IM with all possible features by default to reduce complaints to
non-working binary, so rename all WITH_* granularity options to WITHOUT_*
2003-08-16 14:56:26 +00:00
Andrey A. Chernov
c26227ae21 gs dependence is needed for freetype too 2003-08-16 14:43:18 +00:00
Andrey A. Chernov
0bd1e5a5f4 Add IMAGEMAGICK string to all WITH_ and WITHOUT_ granularity options to
allow to put them in /etc/make.conf
Handle threaded case using WITH_IMAGEMAGICK_PERL
Turn JPEG on by default, distributed ImageMagick binary is little
usable without it.
2003-08-16 13:29:43 +00:00
Daichi GOTO
ef4c6bce23 patch graphics/ImageMagick:
- Increased granularity for ImageMagick compile options

PR:		52538
Submitted by:	David Sze <dsze@distrust.net>
2003-07-22 13:58:59 +00:00
Andrey A. Chernov
cc1b5a1cae Restore LZW knob, not expired yet in Europe and Japan.
Autoenable it, if USA_RESIDENT == YES
2003-06-20 13:31:51 +00:00
Andrey A. Chernov
8671187e9d LZW patent expired, remove license knob 2003-06-20 12:54:52 +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
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Christian Weisgerber
9a51e3bc8a URL updates.
PR:		47997
Submitted by:	tadalunch@s5.xrea.com
2003-02-07 00:09:00 +00:00
Tilman Keskinoz
7bde166145 Add missing directory.
Submitted by:	bento
2003-02-02 13:48:07 +00:00
Max Khon
738a2ee53a Fix compiling with jasper 1.600.0 (and later)
while retaining ability to compile with earlier jasper versions.
2003-01-22 15:36:23 +00:00
Mario Sergio Fujikawa Ferreira
bdbf1030b2 After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 16:37:35 +00:00
Tilman Keskinoz
d742d20316 Unbreak on -CURRENT.
PR:		45546
Submitted by:	bento, JY <leafy@leafy.idv.tw>
2002-11-21 19:00:38 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +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
Ying-Chieh Liao
248ae9d969 fix build on stable
PR:		44187, 44207
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Reviewed by:	many people on -ports
2002-10-19 18:22:48 +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
Mikhail Teterin
e632867959 The patch needed now on -current. Should not hurt -stable either:
X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h.
2002-10-16 10:11:34 +00:00
Akinori MUSHA
1a35a2b556 Remove a duplicate entry from MASTER_SITES. zoffy.asahi-net.or.jp ==
ring.asahi-net.or.jp, which is a member of RingServer.
2002-09-23 09:32:33 +00:00
Ying-Chieh Liao
d2b241ba32 remove ftp.yggdrasil.com
it's offline for a long time

PR:		38191
Submitted by:	Tom Rissman <trissman@mrdlaw.com>
2002-09-21 03:06:37 +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
Andrey A. Chernov
ee9976fca9 Bump portrevision for prev change 2002-09-05 09:52:10 +00:00
Andrey A. Chernov
1d1bc5a16a Move libwmf out of X11-only section, it understand WITHOUT_X11 2002-09-05 08:01:39 +00:00
David W. Chapman Jr.
d886a16935 Add graphics/jasper to LIB_DEPENDS
Add graphics/hdf to optional LIB_DEPENDS

PR:		40897
Submitted by:	tkato@prontomail.com
2002-08-31 16:53:12 +00:00
Mikhail Teterin
0343349cb3 Another micro-upgrade -- to 5.4.7-4 2002-07-22 15:15:42 +00:00
Mario Sergio Fujikawa Ferreira
3f18987d26 o Fix build in case WITH_IMAGEMAGICK_MODULES is defined
o Trim pkg-plist

PR:		40358
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-09 02:46:31 +00:00
Alan Eldridge
4cb0d154d9 Bump PORTREVISION. Changed pkg-plist so that binary pkg will actually build.
I know this is a borderline case, but I'll err on the safe side ...

PR:	40295
2002-07-07 19:02:05 +00:00
Alan Eldridge
1555945a22 No feedback to contrary so far. Committed. 2002-07-07 18:40:25 +00:00
Mario Sergio Fujikawa Ferreira
f1460b6c2d Update to 5.4.7-1
PR:		39989, 40270
Submitted by:	KATO Tsuguru <tkato@prontomail.com>,
		Guilherme J. R. Oliveira <guilherme@nortenet.pt>
Reviewed by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
Prompted by:	many in FreeBSD-ports mailing list
2002-07-06 22:33:23 +00:00