Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Nov 2018 19:57:08
0.31.1_32

|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
28 Sep 2017 15:36:31
0.31.1_31

|
kwm  |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
26 May 2017 08:20:19
0.31.1_30

|
kwm  |
Chase ImageMagick shlib bump |
01 Apr 2016 14:00:57
0.31.1_29

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 11:55:26
0.31.1_29

|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
10 Mar 2015 14:16:03
0.31.1_29

|
amdmi3  |
- Strip library |
24 Feb 2015 14:04:52
0.31.1_28

|
jbeich  |
Pass maintainership
PR: 197781
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
18 Jan 2015 21:12:43
0.31.1_28

|
kwm  |
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2] |
25 Dec 2014 20:54:43
0.31.1_27

|
bapt  |
Bump portrevision after png update |
24 Dec 2014 16:04:23
0.31.1_26

|
antoine  |
Properly support png 1.5
Obtained from: pkgsrc |
07 Nov 2014 09:55:23
0.31.1_26

|
kwm  |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
20 Oct 2014 17:04:21
0.31.1_26

|
bapt  |
Cleanup plist |
22 Aug 2014 19:08:37
0.31.1_26

|
tijl  |
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies |
28 Jul 2014 21:54:34
0.31.1_25

|
adamw  |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify. |
17 Jun 2014 20:05:31


|
kwm  |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above ) |
04 Jun 2014 13:32:10
0.31.1_24

|
amdmi3  |
- Switch to USES=libtool, drop .la files |
21 Jan 2014 18:31:32
0.31.1_23

|
antoine  |
Stage support |
20 Sep 2013 18:35:46
0.31.1_23

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
14 Aug 2013 22:35:54
0.31.1_23

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
23 Apr 2013 10:47:03
0.31.1_23

|
bapt  |
Convert g* to USES=pkgconfig |
19 Mar 2013 13:04:31
0.31.1_23

|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
13 Dec 2012 18:35:52
0.31.1_23

|
bdrewery  |
- Chase graphics/ImageMagick update
- Trim header |
29 Oct 2012 14:13:59
0.31.1_22

|
bapt  |
Adding missing bits from previous commit
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
29 Oct 2012 11:05:21
0.31.1_22

|
bapt  |
- Optionify imagemagick dependency
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: ports/172013
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
22 Sep 2012 21:06:17
0.31.1_22

|
rm  |
- fix ming dependency option name
Reported by: Naram Qashat <cyberbotx at cyberbotx dot com> (via ports@) |
12 Jun 2012 21:42:32
0.31.1_22
|
bapt  |
Conver to new options framework |
01 Jun 2012 05:26:28
0.31.1_22
|
dinoex  |
- update png to 1.5.10 |
11 Oct 2011 19:38:24
0.31.1_21
|
mm  |
Bump PORTREVISION and ImageMagick shared library |
23 Sep 2011 22:26:39
0.31.1_20
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
31 Aug 2011 12:31:23
0.31.1_20
|
kwm  |
Chase graphics/ming shlib bump.
Reported by: Jashank Jeremy <jashank.jeremy@gmail.com> (via irc) |
02 Aug 2011 10:01:45
0.31.1_20
|
gahr  |
- Disable default swf support via graphics/ming, which is currently broken |
03 Jul 2011 14:12:23
0.31.1_20
|
ohauer  |
-remove MD5 |
02 May 2011 12:44:53
0.31.1_20
|
makc  |
Bump PORTREVISION after open-mofit update |
04 Dec 2010 07:34:27
0.31.1_19
|
ade  |
Sync to new bsd.autotools.mk |
24 Jul 2010 19:49:59
0.31.1_19
|
mm  |
Update ImageMagick to 6.6.2-10 |
28 Mar 2010 21:41:12
0.31.1_18
|
mm  |
- Bump Magick++, MagickWand or MagickCore dependency |
28 Mar 2010 06:47:48
0.31.1_17
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.31.1_16
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:23:13
0.31.1_15 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Aug 2009 19:36:34
0.31.1_15
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
0.31.1_15
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
10 Feb 2009 19:50:55
0.31.1_14
|
mm  |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
17 Dec 2008 10:28:40
0.31.1_13
|
pav  |
- Fix build with new ImageMagick
PR: ports/129637
Submitted by: Tom Russo <russo@bogodyn.org> |
02 Dec 2008 22:02:41
0.31.1_13
|
gahr  |
- Re-enable and fix ImageMagick support
- Fix LIB_DEPENDS list |
02 Dec 2008 21:39:36
0.31.1_12
|
gahr  |
- Disable ImageMagick support (broken) |
26 Sep 2008 13:59:09
0.31.1_11
|
gahr  |
- Fix ImageMagick libraries |
01 Jul 2008 08:29:57
0.31.1_11
|
miwi  |
- Fix Options
PR: 125129
Submitted by: Warren Block <wblock@wonkity.com> |
19 Apr 2008 17:56:05
0.31.1_10 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
26 Jan 2008 14:10:19
0.31.1_9
|
tabthorpe  |
- OPTIONify dependencies
- While I am here, use SF macro
PR: ports/117805
Submitted by: Roland Smith <rsmith xs4all.nl>
Reviewed by: miwi
Sponsored by: FreeBSD Bug-a-thon #3 |
15 Jun 2007 13:10:58
0.31.1_9
|
pav  |
- Fix pstoedit detection in configure script, pstoedit switched to pkg-config
recently
- Style
PR: ports/111400
Reported by: bf <bf2006a@yahoo.com> |
19 May 2007 20:32:57
0.31.1_8
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Feb 2007 00:16:01
0.31.1_7
|
linimon  |
Reset kanou@khdd.net due to maintainer timeouts and no response to earlier
mail.
Hat: portmgr |
10 Feb 2007 06:05:06
0.31.1_7
|
kris  |
Use libtool15 port instead of included version to avoid objformat a.out botch |
24 May 2006 14:21:45
0.31.1_7
|
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
26 Apr 2006 08:36:33
0.31.1_6
|
leeym  |
- unbreak for ming.4 |
24 Apr 2006 13:55:16
0.31.1_6
|
leeym  |
- catch up with graphics/ming
Pointy hat: garga |
23 Feb 2006 10:40:45
0.31.1_6
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:35:18
0.31.1_5
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Jan 2006 03:57:35
0.31.1_5
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
30 Nov 2005 11:59:08
0.31.1_4
|
garga  |
- Remove bzip2 from list of dependencies,
it has been part of base system since 4.4
PR: 88989
Submitted by: edwin
Approved by: maintainer timeout (16 days) |
15 Nov 2005 06:52:12
0.31.1_4
|
ade  |
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. |
20 Apr 2005 11:19:00
0.31.1_4
|
vs  |
Prune redundant LIB_DEPENDS
PR: ports/80128
Submitted by: Udo Mueller via maintainer |
06 Mar 2005 22:16:54
0.31.1_3
|
pav  |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer) |
05 Dec 2004 15:12:36
0.31.1_2
|
josef  |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi |
09 Jul 2004 17:43:11
0.31.1_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
31 Mar 2004 03:12:58
0.31.1_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.31.1_1
|
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. |
25 Feb 2004 22:55:55
0.31.1_1
|
pav  |
Chase repomove graphics/hdf* -> science/hdf* |
04 Oct 2003 16:36:19
0.31.1_1
|
nork  |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly. |
28 Mar 2003 13:35:06
0.31.1
|
nork  |
Resurrect new address changed in previous commit.
Pointed out by: kris |
28 Mar 2003 13:06:30
0.31.1
|
kris  |
Reset bouncing maintainer address. |
21 Feb 2003 12:15:34
0.31.1
|
knu  |
De-pkg-comment. |
04 Feb 2003 02:53:56
0.31.1
|
edwin  |
maintainer update to version 0.31.1
Please note that it bumps the shlib versionnumber.
PR: ports/47205
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> |
23 Nov 2002 14:23:15
0.31.0
|
olgeni  |
libautotrace.so.1 -> libautotrace.so.2 |
08 Nov 2002 04:28:59
0.31.0
|
edwin  |
Autotrace port is updated to 0.31.0 by maintainer.
Shared library version is changed from 1 to 2 and
one port (graphics/frontline) is affected.
PR: ports/44846
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> |
13 Sep 2002 16:45:02
0.30.5
|
sobomax  |
Update to 0.30.5. |
12 Sep 2002 11:15:17
0.30_2
|
sobomax  |
- Remove redundant USE_AUTOCONF;
- correct regex supplied to REINPLACE_CMD (remove perlis'm), so that
autotrace.pc is now installed into correct location;
- adjust pkg-plist accordingly, sort and remove redundant items;
- bump PORTREVISION. |
29 Jun 2002 19:03:07
0.30_1
|
ijliao  |
${PERL} -> ${REINPLACE_CMD}
fix PLIST
bump portrevision
PR: 39981
Submitted by: maintainer |
22 Apr 2002 20:02:47
0.30
|
pat  |
Update to 0.30
PR: 36776
Submitted by: maintainer |
12 Mar 2002 22:54:13

|
knu  |
Bump PORTREVISION after the freetype2 shlib major update. |
11 Mar 2002 17:25:31

|
sobomax  |
Chase increase of freetype2 shlib version. |
03 Feb 2002 00:42:28

|
pat  |
Update to 0.29 |
21 Jan 2002 11:46:49

|
sobomax  |
Update version number of freetype2 shared library. |
25 Dec 2001 05:04:32

|
dwcjr  |
Update to 0.28 |
18 Sep 2001 06:57:52

|
knu  |
Reflect the updates of libwmf and ming. |
11 Sep 2001 03:22:51

|
ache  |
Bump png major |
15 Aug 2001 21:33:16

|
knu  |
Conditionalize bzip2 dependencies. |
12 Jul 2001 11:10:30

|
sobomax  |
Update version number of freetype2 shared library. |
19 May 2001 16:29:55

|
ijliao  |
add autotrace convert bitmap to vector graphics |