| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
15 Mar 2004 02:54:00
5.5.7.16  |
pav  |
- 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> |
14 Mar 2004 06:17:56
5.5.7.16  |
ade  |
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. |
17 Feb 2004 20:25:11
5.5.7.16  |
mi  |
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. |
13 Feb 2004 23:10:11
5.5.7.16  |
mi  |
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 |
11 Feb 2004 15:00:10
5.5.7.15_1  |
arved  |
Disable hdf4 on amd64. |
04 Feb 2004 05:21:48
5.5.7.15_1  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
5.5.7.15  |
trevor  |
SIZEify. |
21 Jan 2004 06:57:29
5.5.7.15  |
nork  |
Update to 5.5.7-15. |
20 Jan 2004 16:30:09
5.5.7.14  |
marcus  |
Use the new ghostscript options.
Submitted by: linimon |
10 Dec 2003 17:22:12
5.5.7.14  |
mi  |
Upgrade from 5.5.7-11 to yesterday's 5.5.7-14. Nothing to see here... |
20 Nov 2003 15:01:39
5.5.7.11_1  |
krion  |
- Add patch to choose build for print/ghostscript-gnu and
print/ghostscript-afp1
PR: 54926
Submitted by: Jens Rehsack <rehsack@liwing.de> |
24 Oct 2003 12:05:09
5.5.7.11_1  |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
05 Oct 2003 11:21:58
5.5.7.11_1  |
nork  |
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 |
04 Oct 2003 16:36:09
5.5.7.11  |
nork  |
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> |
13 Sep 2003 10:58:45
5.5.6_3  |
knu  |
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. |
10 Sep 2003 17:02:41
5.5.6_3  |
nork  |
Back out to 5.5.6.
Submitted by: marcus (portmgr) |
10 Sep 2003 16:28:36
5.5.7.10  |
nork  |
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> |
16 Aug 2003 14:56:26
5.5.6_3  |
ache  |
Build IM with all possible features by default to reduce complaints to
non-working binary, so rename all WITH_* granularity options to WITHOUT_* |
16 Aug 2003 14:43:18
5.5.6_2  |
ache  |
gs dependence is needed for freetype too |
16 Aug 2003 13:29:43
5.5.6_2  |
ache  |
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. |
22 Jul 2003 13:58:59
5.5.6_1  |
daichi  |
patch graphics/ImageMagick:
- Increased granularity for ImageMagick compile options
PR: 52538
Submitted by: David Sze <dsze@distrust.net> |
20 Jun 2003 13:28:40
5.5.6_1  |
ache  |
Restore LZW knob, not expired yet in Europe and Japan.
Autoenable it, if USA_RESIDENT == YES |
20 Jun 2003 12:54:53
5.5.6_1  |
ache  |
LZW patent expired, remove license knob |
04 May 2003 12:22:05
5.5.6  |
demon  |
Update to version 5.5.6;
Pass more sane arguments to libtool's -version-info option. |
24 Feb 2003 16:29:41
5.5.5  |
demon  |
Update to version 5.5.5. |
20 Feb 2003 18:08:19
5.5.1.4  |
knu  |
de-pkg-comment |
07 Feb 2003 00:09:00
5.5.1.4  |
naddy  |
URL updates.
PR: 47997
Submitted by: tadalunch@s5.xrea.com |
02 Feb 2003 13:48:07
5.5.1.4  |
arved  |
Add missing directory.
Submitted by: bento |
22 Jan 2003 15:36:23
5.5.1.4  |
fjoe  |
Fix compiling with jasper 1.600.0 (and later)
while retaining ability to compile with earlier jasper versions. |
28 Nov 2002 16:37:35
5.5.1.4  |
lioux  |
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) |
21 Nov 2002 19:00:38
5.5.1.4  |
arved  |
Unbreak on -CURRENT.
PR: 45546
Submitted by: bento, JY <leafy@leafy.idv.tw> |
29 Oct 2002 23:05:46
5.5.1.4  |
lioux  |
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 |
19 Oct 2002 18:22:48
5.5.1.1  |
ijliao  |
fix build on stable
PR: 44187, 44207
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Reviewed by: many people on -ports |
17 Oct 2002 18:46:12
5.5.1.1  |
mi  |
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. |
16 Oct 2002 10:11:34
5.4.8.3  |
mi  |
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. |
23 Sep 2002 09:32:34
5.4.8.3  |
knu  |
Remove a duplicate entry from MASTER_SITES. zoffy.asahi-net.or.jp ==
ring.asahi-net.or.jp, which is a member of RingServer. |
21 Sep 2002 03:06:37
5.4.8.3  |
ijliao  |
remove ftp.yggdrasil.com
it's offline for a long time
PR: 38191
Submitted by: Tom Rissman <trissman@mrdlaw.com> |
19 Sep 2002 21:11:48
5.4.8.3  |
ijliao  |
upgrade to 5.3.8-3
PR: 42736
Submitted by: Ports Fury |
05 Sep 2002 09:52:11
5.4.7.4_2  |
ache  |
Bump portrevision for prev change |
05 Sep 2002 08:01:40
5.4.7.4_1  |
ache  |
Move libwmf out of X11-only section, it understand WITHOUT_X11 |
31 Aug 2002 16:53:12
5.4.7.4_1  |
dwcjr  |
Add graphics/jasper to LIB_DEPENDS
Add graphics/hdf to optional LIB_DEPENDS
PR: 40897
Submitted by: tkato@prontomail.com |
22 Jul 2002 15:15:42
5.4.7.4  |
mi  |
Another micro-upgrade -- to 5.4.7-4 |
09 Jul 2002 02:46:31
5.4.7.1_1  |
lioux  |
o Fix build in case WITH_IMAGEMAGICK_MODULES is defined
o Trim pkg-plist
PR: 40358
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
07 Jul 2002 19:02:05
5.4.7.1_1  |
alane  |
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 |
07 Jul 2002 18:43:59
5.4.7.1  |
alane  |
Removed missing file from pkg-plist that prevented package from building. |
07 Jul 2002 18:40:25
5.4.7.1  |
alane  |
No feedback to contrary so far. Committed. |
06 Jul 2002 22:33:23
5.4.7.1  |
lioux  |
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 |
24 Jun 2002 15:17:16
5.4.6.2  |
lioux  |
o Update to 5.4.6.2
o Fix configure issue
PR: 39680
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Prompted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>,
too many |
20 Jun 2002 04:37:08
5.4.6.1_1  |
mi  |
Upgrade to 5.4.6.1 |
14 Jun 2002 19:38:27
5.4.5.1_1  |
ache  |
Remove GCC2 requirement, it builds fine with recently fixed GCC3 under -current
too (and I confirm it).
PR: 39300
Submitted by: Alexander Kabaev <ak03@gte.com> |
04 Jun 2002 23:05:12
5.4.5.1  |
obrien  |
Since I cannot pkg_add the dependancies to test this myself; we'll assume
this really cannot be compiled on -current with the stock compiler. |
26 May 2002 06:38:12
5.4.5.1  |
mi  |
Update to 5.4.5.1. I tested it on -stable, but it wouldn't build on
my current machine -- because the C++ is busted on it :-\ |
02 May 2002 22:24:28
5.4.4.5  |
pat  |
Update to 5.4.4.5
PR: 37685
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20 Apr 2002 01:50:10
5.4.4  |
ache  |
Remove patch not needed for 5.4.4 |
13 Apr 2002 18:17:34
5.4.4  |
ade  |
Add USE_GCC295 for 3.x systems that need it to build.
PR: 36831
Submitted by: Julian C. Dunn <julian@dreaming.org> |
29 Mar 2002 00:31:38
5.4.4  |
pat  |
Update to 5.4.4 |
15 Mar 2002 06:21:46
5.4.3.11_2  |
ache  |
Workaround hack for perl Ping() method wrong image dimension bug.
According to author, it is fixed in different way in not yet released 5.4.4 |
12 Mar 2002 22:38:47

|
knu  |
Bump PORTREVISION after the freetype2 shlib major update. |
07 Mar 2002 02:40:05 
|
pat  |
- Update to 5.4.3.11 - Dont remove .la files |
05 Mar 2002 00:17:14 
|
pat  |
- Update to 5.4.3.10 - Remove .la files (requested by mi) |
03 Mar 2002 01:10:06 
|
mi  |
Update to 5.4.3.9. Obey DOCSDIR and NOPORTDOCS. Fix some warnings -- time_t is
rather int than long. |
27 Feb 2002 20:23:24 
|
mi  |
Update to 5.4.3-6 -- released today :-) One more include file installed, and a
few more files of documentation. |
22 Feb 2002 05:06:37 
|
pat  |
Update to 5.4.3.5 |
21 Feb 2002 06:31:16 
|
pat  |
Update to 5.4.3.4 |
21 Jan 2002 17:26:30 
|
mi  |
Remove major-number specifications from most of the entries in
LIB_DEPENDS. ImageMagick will compile with any version of -ljpeg, -ljbig,
-lmpeg2, -lbz2, -lfpx, -lfreetype, -lxml2, -lpng, -llcms. I'm not sure about
-ltiff (we had the old, incompatible version ported for a while as recently as
a few years ago) and -lltdl (libtool). |
21 Jan 2002 11:46:49 
|
sobomax  |
Update version number of freetype2 shared library. |
05 Jan 2002 09:46:36 
|
pat  |
Update to 5.4.1.2 |
09 Dec 2001 03:28:48 
|
lioux  |
o Correct a "fix" that was made to the PR before commiting in last revision
o This port requires special treatment regarding pthreads support, more
than the ordinary one o According to submitter: "Of cource, it isn't ordinary
style to use -lc_r and -pthread at once, there are some reasons for
hardcoding -lc_r within configure script of ImageMagick port even if on
-stable" |
08 Dec 2001 19:57:27 
|
lioux  |
Update to 5.4.0.5 |
22 Sep 2001 06:59:41 
|
sf  |
update to 5.3.8.2. |
13 Sep 2001 08:25:09 
|
knu  |
Build without libwmf. (and bump PORTREVISION accordingly) |
11 Sep 2001 22:23:46 
|
knu  |
Replace the ghostscript6 dependencies with ghostscript-gnu. |
11 Sep 2001 03:02:57 
|
ache  |
Bump png major |
25 Aug 2001 05:50:16 
|
petef  |
Add missing files to pkg-plist when including modules. |
25 Aug 2001 04:18:49 
|
petef  |
Update to version 5.3.7. |
15 Aug 2001 21:33:16 
|
knu  |
Conditionalize bzip2 dependencies. |
09 Aug 2001 02:22:17 
|
ache  |
Back out part of my changes (with-modules by default) because PerlMagick not
really work (while 'make test' works), pointed by "KATO Tsuguru"
<tkato@prontomail.com> Add comment describing situation. |
09 Aug 2001 01:11:15 
|
ache  |
Allow more flexible tuning for with/without-threads option |
08 Aug 2001 21:41:16 
|
ache  |
Bymp portrevision for prev. changes |
08 Aug 2001 21:02:49 
|
ache  |
Enable 16bit pixels by default since they are enabled by default in newer
ImageMagick versions. Add WITHOUT_ option to disable them. |
08 Aug 2001 07:17:40 
|
lioux  |
Update to 5.3.6 |
12 Jul 2001 11:10:30 
|
sobomax  |
Update version number of freetype2 shared library. |
03 Jul 2001 02:34:58 
|
lioux  |
o Update port to version 5.3.5 o Update MASTER_SITES definitly removing
SOURCEFORGE |
24 Jun 2001 20:03:19 
|
lioux  |
Update MASTER_SITES as it seems SOURCEFORGE is no longer carrying these
distfiles, keep it as a last resort MASTER_SITE for a while |
12 Jun 2001 17:45:08 
|
knu  |
Update to 5.3.4. |
05 Jun 2001 12:38:35 
|
sobomax  |
Standartise the way used to disable X11 support in various ports. From now on
WITHOUT_X11 is the Only True Way[tm]. |
17 Apr 2001 20:39:20 
|
sada  |
Upgrade to version 5.3.1 . |
11 Apr 2001 00:15:57 
|
mi  |
lcms/lcms.h --> lcms.h -- that's how the new lcms-1.07 is installed |
09 Apr 2001 19:20:17 
|
sobomax  |
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided only
for forthcoming 4.3 release, after which it will be removed. |
21 Mar 2001 21:11:24 
|
trevor  |
When compiled with X, ImageMagick conflicts with display. Warn users about
the conflict. Squeeze the pkg-comment files so they are less than 71
characters. |
14 Mar 2001 12:48:02 
|
knu  |
Reword pkg-comment to shorten it to under 70 bytes and let there be no
misunderstanding about the interactivity of image manipulation tools. |
13 Mar 2001 22:36:26 
|
sf  |
o cleanup MASTER_SITES. o add dependency on devel/libfpx. o get rid of
libtool dependency unless WITH_MODULES. o trim unnecessary BUILD_DEPENDS'. |
13 Mar 2001 16:14:52 
|
mi  |
Reword the pkg-comment to stress, that the X11-dependent display functionality
is optional. |
09 Mar 2001 19:51:27 
|
mi  |
Made ``--with-modules'' an optional argument triggered by WITH_MODULES knob.
IMO, this should be removed at all. It seems, the "modules" provide
solution to a problem that does not exist. And provide poorly. First, every
module is really a shell script (.la), which loads the namesake shared
object (.so). Second -- they don't work. At least, not on FreeBSD. I wish
someone did cd work/ImageMagick-<version>/PerlMagick/demo make before
enabling them for the rest of us... |
08 Mar 2001 01:06:35 
|
mi  |
Something I wanted to do for a long time -- make this port build without
X11 support, for use on X11-less servers. Some dependencies had to be
turned off -- until those ports are fixed to support the NO_X knob as well.
|
06 Mar 2001 17:19:54 
|
sf  |
o drop non-responsive maintainer. jseger nothing commits last 6 months. o
update to 5.2.9. |
25 Jan 2001 11:05:14 
|
ache  |
Bump PORTREVISION I forget Checksum changed (on the file we not use) |
23 Jan 2001 23:00:25 
|
ache  |
Since we don't have our perl threaded by default, PerlMagick not works. This
patch adds --with-threads only when perl is threaded. Fixing Makefile.PL only
not helps because libMagick.so linking _require_ -pthread when --with-threads
used. |
17 Jan 2001 17:11:17 
|
sf  |
bump PORTREVISION; added new file. |
17 Jan 2001 17:04:52 
|
sf  |
add missing manpage. |