notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: graphics/ImageMagick/pkg-plist

Number of commits found: 145 (showing only 100 on this page)

1 | 2  »  

Tuesday, 26 Dec 2017
16:17 kwm search for other commits by this committer
Update ImageMagick to 6.9.9-28.
Original commitRevision:457291 
Thursday, 28 Sep 2017
15:36 kwm search for other commits by this committer
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]
Original commitRevision:450852 
Friday, 26 May 2017
08:19 kwm search for other commits by this committer
Update ImageMagick to 6.9.8.6.

PR:		219497
Security:	50776801-4183-11e7-b291-b499baebfeaf
Original commitRevision:441760 
Monday, 5 Dec 2016
00:07 feld search for other commits by this committer
graphics/ImageMagick: Update to 6.9.6-4

Summarized changelog since 6.9.5-10:

  * Off by one memory allocation (reference
    https://github.com/ImageMagick/ImageMagick/issues/296).
  * Prevent fault in MSL interpreter (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
  * Added layer ZIP compression to the PSD encoder.
  * Unit test pass again after small SUN image patch.
  * Fixed incorrect RLE decoding when reading a DCM image that contains
    multiple segments.
  * Fixed incorrect RLE decoding when reading an SGI image (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)

PR:		214517
MFH:		2016Q4
Security:	CVE-2016-9298
Original commitRevision:427821 
Wednesday, 10 Aug 2016
10:02 kwm search for other commits by this committer
Update ImageMagick to 6.9.5-5.

Register indirect dependancies.
Allow slave port to overwrite PORTSCOUT.
Original commitRevision:420003 
Tuesday, 19 Apr 2016
14:10 adamw search for other commits by this committer
Fix the handling of type-apple.xml under @sample. PORTREVISION
bump for plist change.

Committed under just-fix-it.
Original commitRevision:413645 
10:21 kwm search for other commits by this committer
Update ImageMagick to 6.9.3-8.
Original commitRevision:413630 
Wednesday, 10 Feb 2016
12:37 kwm search for other commits by this committer
Update ImageMagick to 6.9.3-3.
Original commitRevision:408626 
Wednesday, 20 Jan 2016
10:05 kwm search for other commits by this committer
Update ImageMagick to 6.9.3-1.
Original commitRevision:406739 
Wednesday, 9 Dec 2015
12:57 kwm search for other commits by this committer
Update ImageMagick to 6.9.2-8.
Original commitRevision:403380 
Saturday, 28 Nov 2015
21:35 kwm search for other commits by this committer
Update ImageMagick to 6.9.2-7.
Original commitRevision:402561 
Sunday, 22 Nov 2015
10:15 kwm search for other commits by this committer
Update ImageMagick to 6.9.2-6.

* Convert the custom test target into a do-test target and run it when
  the TESTS options is selected.
* Sort plist
Original commitRevision:402222 
Wednesday, 30 Sep 2015
15:38 kwm search for other commits by this committer
Update ImageMagick to 6.9.2-3.
Original commitRevision:398220 
Wednesday, 2 Sep 2015
22:20 kwm search for other commits by this committer
Update ImageMagick to 6.9.2-0.
Original commitRevision:395913 
Tuesday, 2 Jun 2015
14:53 kwm search for other commits by this committer
Update ImageMagick to 6.9.1-4.
Original commitRevision:388361 
Friday, 29 May 2015
15:59 kwm search for other commits by this committer
Update ImageMagick to 6.9.1-3.
Original commitRevision:387870 
Tuesday, 10 Mar 2015
16:37 adamw search for other commits by this committer
Fix packaging. The file winds up in /config-%%QBIT%%%%HDRI%%/, not /config/.

No PORTREVISION bump as the port wouldn't package previously under any
configuration.

I'm committing this under "just-fix-it".
Original commitRevision:380942 
12:35 kwm search for other commits by this committer
Update ImageMagick to 6.9.0-10.

- USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config.
- Don't require ghostscript for the freetype2 option.
- Actualy remove the pkg-help file with is obsolete since r377347 when the
  library names where normalized.

Due to libMagick++-6.so bump, chase depend ports.
Original commitRevision:380910 
Sunday, 18 Jan 2015
21:12 kwm search for other commits by this committer
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]
Original commitRevision:377347 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Tuesday, 11 Nov 2014
21:07 kwm search for other commits by this committer
Unbreak install when the perl option is off.

Submitted by:	adamw@, Mike harding <mvharding@gmail.com>
Original commitRevision:372464 
12:20 kwm search for other commits by this committer
Fix plist.
Original commitRevision:372442 
Monday, 20 Oct 2014
17:04 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371283 
Sunday, 28 Sep 2014
10:38 kwm search for other commits by this committer
Update to 6.8.9-8.
Original commitRevision:369446 
Saturday, 28 Jun 2014
08:10 kwm search for other commits by this committer
Update to 6.8.9-4.

Document where the .la files are loaded from.
Don't rebuild ghostscript as build dep for when building packages with
 PACKAGE_BUILDING, only for when the test suite is enabled.
Actualy commit pkg-help, missed in the update to 6.8.9-3, woops.

Bump libMagick++ users since that library version got bumped.
Original commitRevision:359672 
Wednesday, 18 Jun 2014
14:34 kwm search for other commits by this committer
IM uses .la files to find the plugins. Add :keepla back to USES=libtool,
and a note that it is needed.

Reported by:	Alex V. Petrov <alexvpetrov@gmail.com>
Original commitRevision:358277 
09:58 kwm search for other commits by this committer
Catch up with recent perl changes. Fix the plist when PERL support is enabled.

Reported by:	Ajtim <lumiwa@gmail.com>
Original commitRevision:358238 
Tuesday, 17 Jun 2014
20:05 kwm search for other commits by this committer
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]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
Original commitRevision:358176 
Tuesday, 10 Jun 2014
12:14 mat search for other commits by this committer
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
Original commitRevision:357300 
Wednesday, 30 Apr 2014
17:27 tijl search for other commits by this committer
Convert to USES=libtool.
Original commitRevision:352691 
Thursday, 16 Jan 2014
00:53 mandree search for other commits by this committer
Fix packaging with MODULES option disabled, by not trying to package
empty directories.

Submitted by:	Lowell Gilbert
Original commitRevision:339881 
Tuesday, 14 Jan 2014
03:23 mandree search for other commits by this committer
Convert to staging. Beat Perl's .packlist into shape.
Fix shebang line in one example file.

Approved by: portmgr (implicit, blanket)
Original commitRevision:339659 
Tuesday, 7 Jan 2014
00:23 rakuco search for other commits by this committer
Go back to 6.8.0 :(

This reverts r338918, r338948, r338951 and r338953 (modulo reassigning the
port to ports@, some comment fixes and the removal of a patch that was meant
for FreeBSD 7).

ImageMagick is normally a beast to update, and somewhere between 6.8.0 and
6.8.8 the developers also decided to change the naming scheme for their
libraries, which requires updating tons of ports in the tree and bumping a
lot of PORTREVISIONs. I do not have the time for that at the moment, so it's
safer to go back to what was working and let a braver soul handle the update
properly later, otherwise the tree will be on fire for quite a while.

ache: I'm truly sorry for reverting your PerlMagick commits, but I couldn't
test if they still worked with the older version in a timely fashion.
Original commitRevision:338965 
Monday, 6 Jan 2014
23:17 ache search for other commits by this committer
Add new PerlMagick files to pkg-plist.
Move Makefile comment where it belongs.
Return back PERL option as default one. At least basic PerlMagick
functions works in my testing.
Original commitRevision:338953 
18:32 rakuco search for other commits by this committer
From the PR:

  1. Update to 6.8.8-1
  2. Remove PerlMagick as default as it's broken various people on:
    
http://www.imagemagick.org/discourse-server/viewforum.php?f=7&sid=b5596d2bbecf49db8100269f9f953150
     have also complained about broken PerlMagick
  3. Remove me as maintainer as I no longer have time to put up with IM's
     500 releases in a month.
  4. remove fourier patch as it was to fix something in 7.x which is now EOL

PR:		ports/185462
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Original commitRevision:338918 
Monday, 10 Dec 2012
08:18 beech search for other commits by this committer
- Update to 6.8.0-7
- Take maintainership

PR:		ports/174267
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Original commitRevision:308591 
Tuesday, 11 Sep 2012
01:14 tj search for other commits by this committer
Update to 6.7.9.4.

Change Log:

http://www.imagemagick.org/script/changelog.php

PR:		ports/171511
PR:		ports/171456
Submitted by:	4721@hushmail.com
Approved by:	eadler (mentor)
Original commitRevision:304068 
Monday, 23 Jul 2012
12:56 mm search for other commits by this committer
Update ImageMagick to 6.7.8.6
Convert to new options framework and use default option names.
Drop lcms v1 support.
Original commit
Tuesday, 19 Jun 2012
12:26 mm search for other commits by this committer
Only try to delete the module directories (they may not get created).

PR:             ports/169046
Original commit
Saturday, 9 Jun 2012
18:06 mm search for other commits by this committer
Update to 6.7.7-6
Re-enable WITH_IMAGEMAGICK_HDRI [1]

PR:             ports/168871 [1]
Submitted by:   sol@triumf.ca [1]
Original commit
Friday, 25 May 2012
22:13 mm search for other commits by this committer
Do not touch .keep files if not using WITH_IMAGEMAGICK_MODULES

PR:             ports/168323
Reported by:    Adam Weinberger <adamw@freebsd.org>
Original commit
Wednesday, 16 May 2012
08:48 mm search for other commits by this committer
Update to 6.7.6.9
Original commit
Sunday, 11 Mar 2012
10:29 mm search for other commits by this committer
Update to 6.7.5.10

Feature safe:   yes
Original commit
Sunday, 26 Feb 2012
12:50 mm search for other commits by this committer
Update to 6.7.5.7
Original commit
Wednesday, 25 Jan 2012
12:29 rm search for other commits by this committer
- fix pkg-plist
- remove unsupported versions of FreeBSD

PR:             163424
Submitted by:   4720 at hushmail dot com, rm (myself)
Reviewed by:    mm (maintainer; timeout 2 weeks+)
Original commit
Tuesday, 10 Jan 2012
09:35 mm search for other commits by this committer
Update ImageMagick to 6.7.4-4
Fix plist for some doc files [1]

PR:             ports/163424 [1]
Original commit
Saturday, 5 Nov 2011
14:44 mm search for other commits by this committer
Update to 6.7.3-3
Original commit
Tuesday, 11 Oct 2011
19:34 mm search for other commits by this committer
- Update to 6.7.3-0
- Add upstream patch to fix bundled tests [1]
- Add LCMS2 support (enabled by default)
- Add WEBP support (enabled by default)
- Enable WMF support by default
- Disable the IMAGEMAGICK_TESTS option by default
- Run tests if building package
- Update MASTER_SITES

PR:             ports/161487 [1]
Original commit
07:17 mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Original commit
Saturday, 28 May 2011
22:09 mm search for other commits by this committer
Update to 6.7.0.2
Original commit
Wednesday, 9 Mar 2011
13:58 mm search for other commits by this committer
- Update to 6.6.7.10
- Change WITH_IMAGEMAGICK_SVG to on by default and only warn if WITHOUT_X11
- Fix dependency on liblzma
Original commit
Sunday, 2 Jan 2011
14:42 mm search for other commits by this committer
- Update to 6.6.6-10
Original commit
Monday, 22 Nov 2010
13:47 mm search for other commits by this committer
- Update to 6.6.5-10
- Alphabetically sort OPTIONS
- Add WITH_THREADS option for threaded builds
- Rewrite handling of with/without threads
Original commit
Tuesday, 19 Oct 2010
10:29 mm search for other commits by this committer
- Update to 6.6.4.10
Original commit
Saturday, 16 Oct 2010
15:26 sunpoet search for other commits by this committer
- Add missing PLIST entries when IMAGEMAGICK_MODULES is set
- Pet portlint

PR:             ports/150714
Submitted by:   sunpoet (myself)
Approved by:    mm (maintainer timeout), pgollucci (mentor, implicit)
Original commit
Friday, 17 Sep 2010
15:30 mm search for other commits by this committer
- Update to 6.6.3-10
Original commit
Saturday, 24 Jul 2010
19:49 mm search for other commits by this committer
Update ImageMagick to 6.6.2-10
Original commit
Sunday, 28 Mar 2010
21:40 mm search for other commits by this committer
- Update to 6.6.0-10
- Remove HDRI from OPTIONS (broken by now)
Original commit
Thursday, 31 Dec 2009
11:01 mm search for other commits by this committer
- Update to 6.5.8-10
Original commit
Wednesday, 2 Dec 2009
18:54 mm search for other commits by this committer
- Update to 6.5.7-10
Original commit
Friday, 25 Sep 2009
13:54 mm search for other commits by this committer
- Fix pkg-plist if using WITH_MODULES

Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
Original commit
Tuesday, 8 Sep 2009
19:18 mm search for other commits by this committer
- Update to 6.5.5.7
Original commit
Wednesday, 12 Aug 2009
13:40 mm search for other commits by this committer
- Update to 6.5.4-10
Original commit
Thursday, 25 Jun 2009
07:56 mm search for other commits by this committer
- Fix pkg-plist if building modules

PR:             ports/136018
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Wednesday, 24 Jun 2009
18:08 mm search for other commits by this committer
- Update to 6.5.3-10
Original commit
Monday, 1 Jun 2009
21:27 mm search for other commits by this committer
- Update to 6.5.2-10
- Add Liquid Rescale library support [1]

PR:             ports/134867 [1]
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
Original commit
Sunday, 12 Apr 2009
08:43 mm search for other commits by this committer
- Update to 6.5.1-1
Original commit
Saturday, 7 Mar 2009
19:50 mm search for other commits by this committer
- Mark HDRI support as broken
- Fix pkg-plist if building modules
- Bump PORTREVISION

PR:             ports/132370
Reported by:    Denise H. G. <darcsis@gmail.com>
Original commit
Thursday, 12 Feb 2009
14:31 mm search for other commits by this committer
- Update to 6.4.9-3
Original commit
Tuesday, 10 Feb 2009
19:50 mm search for other commits by this committer
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Original commit
Wednesday, 31 Dec 2008
14:02 mm search for other commits by this committer
- 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]
Original commit
Monday, 29 Dec 2008
12:09 mm search for other commits by this committer
- Update to 6.4.8-2
- Remove patch and run self-tests again, developers fixed the problem
Original commit
Tuesday, 11 Nov 2008
10:13 mm search for other commits by this committer
- Update to 6.4.5-5
- Add filter patch for quantize
- Do not run tests on 8.x
Original commit
Monday, 29 Sep 2008
09:10 mm search for other commits by this committer
- Update to 6.4.4-0
Original commit
Tuesday, 17 Jun 2008
10:19 mm search for other commits by this committer
- Update to 6.4.1-8
Original commit
Thursday, 15 May 2008
13:42 mm search for other commits by this committer
- Update to 6.4.1-1
Original commit
Wednesday, 30 Apr 2008
03:58 mi search for other commits by this committer
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...
Original commit
Monday, 21 Apr 2008
02:46 mi search for other commits by this committer
Add overlooked files to the packing list.

Notified by:    pav
Original commit
Saturday, 19 Apr 2008
15:01 mi search for other commits by this committer
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.
Original commit
Wednesday, 7 Nov 2007
05:46 mi search for other commits by this committer
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
Original commit
Friday, 5 Oct 2007
05:32 mi search for other commits by this committer
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...
Original commit
Tuesday, 25 Sep 2007
19:41 mi search for other commits by this committer
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...
Original commit
Tuesday, 3 Apr 2007
16:25 rafan search for other commits by this committer
- 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
Original commit
Thursday, 25 Jan 2007
19:00 shaun search for other commits by this committer
Upgrade to 6.3.2-0.
Original commit
Thursday, 5 Oct 2006
20:57 pav search for other commits by this committer
- Update to 6.2.9.8

PR:             ports/104020
Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Original commit
Monday, 4 Sep 2006
18:36 pav search for other commits by this committer
- Update to 6.2.9.3

PR:             ports/102817
Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Original commit
Wednesday, 26 Jul 2006
15:44 ache search for other commits by this committer
Upgrade to 6.2.8-5

Submitted by:   maintainer
Original commit
Friday, 26 May 2006
01:41 mnag search for other commits by this committer
- 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
Original commit
Wednesday, 24 May 2006
14:20 mnag search for other commits by this committer
- 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)
Original commit
Saturday, 15 Apr 2006
02:37 mnag search for other commits by this committer
- 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
Original commit
Tuesday, 7 Mar 2006
14:18 nork search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr(clement),
                Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Sunday, 22 Jan 2006
05:52 edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Thursday, 5 Jan 2006
03:56 edwin search for other commits by this committer
[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
Original commit
Monday, 2 May 2005
08:27 pav search for other commits by this committer
- 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)
Original commit
Saturday, 9 Apr 2005
21:48 pav search for other commits by this committer
- 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]
Original commit
Sunday, 6 Mar 2005
22:16 pav search for other commits by this committer
- 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)
Original commit
Friday, 18 Feb 2005
00:31 mi search for other commits by this committer
Add the xwindow.h header to pkg-plist.

Reported by:    lofi
Original commit
Sunday, 23 Jan 2005
11:50 pav search for other commits by this committer
- Update to 6.1.9.2

PR:             ports/76479
Submitted by:   Gerald <gcoon@inch.com>
Approved by:    maintainer (illness)
Original commit
Sunday, 5 Dec 2004
13:58 josef search for other commits by this committer
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
Original commit

Number of commits found: 145 (showing only 100 on this page)

1 | 2  »