non port: graphics/ImageMagick/Makefile |
Number of commits found: 400 (showing only 100 on this page) |
Monday, 6 Jan 2014
|
23:08 rakuco
Revert weird LICENSE change that crept in in r338918.
Reported by: ohauer@
|
22:07 ache
Fix PerlMagick build and install
|
18:32 rakuco
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)
|
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Wednesday, 20 Nov 2013
|
19:56 delphij
Remove extra PORTREVISION.
|
14:25 nemysis
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor)
|
Thursday, 31 Oct 2013
|
00:32 nemysis
graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches
- Bump dependent ports' revisions
Approved by: pawel / wg (mentors)
|
Friday, 4 Oct 2013
|
09:32 bapt
Readd the PKGNAMESUFFIX it was used by a slave port
|
08:52 bapt
Do not arbitrary rename packages
|
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Monday, 9 Sep 2013
|
22:49 mm
Bump some PORTREVISIONs due to graphics/webp update to 0.3.1
|
Tuesday, 3 Sep 2013
|
17:13 antoine
Magick-config and friends run depend on pkgconf
Approved by: portmgr (bapt)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wednesday, 31 Jul 2013
|
06:54 az
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
Wednesday, 12 Jun 2013
|
17:45 az
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
|
17:09 az
- Fix build with new site_perl
Submitted by: poyopoyo@puripuri.plala.or.jp
|
Tuesday, 23 Apr 2013
|
10:53 bapt
Fix after previous commit
|
10:47 bapt
Convert g* to USES=pkgconfig
|
Tuesday, 26 Mar 2013
|
15:56 bapt
ghostscript7 is very very outdated consider using newer version like
print/ghostscript9
Approved by: doceng (gjb)
|
Sunday, 3 Mar 2013
|
05:15 beech
- Pass maintainership back to c.petrik.sosa@gmail.com
|
04:56 beech
- Back to pool
|
Thursday, 17 Jan 2013
|
16:05 swills
- Chase lib version changes from ilmbase and OpenEXR updates
|
Monday, 10 Dec 2012
|
08:18 beech
- Update to 6.8.0-7
- Take maintainership
PR: ports/174267
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
|
01:20 eadler
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik
|
Sunday, 25 Nov 2012
|
16:38 crees
Over to new volunteer.
PR: ports/173907
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe: yes
|
Tuesday, 11 Sep 2012
|
01:14 tj
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)
|
Monday, 27 Aug 2012
|
19:16 adamw
Remove DOCS from OPTIONS_DEFAULT, already there per bsd.port.mk.
Pointed out by: sunpoet
|
14:34 adamw
Enable a DOCS option---code was already in place to respect
the setting, but it wasn't in OPTIONS.
|
Thursday, 26 Jul 2012
|
07:57 dougb
Fix typo: s/USE_PKGCONFIF/USE_PKGCONFIG/
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Monday, 23 Jul 2012
|
12:56 mm
Update ImageMagick to 6.7.8.6
Convert to new options framework and use default option names.
Drop lcms v1 support.
|
01:33 dougb
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Tuesday, 19 Jun 2012
|
12:26 mm
Only try to delete the module directories (they may not get created).
PR: ports/169046
|
12:19 mm
Disable HDRI by default. It fails the analyze.sh test on some systems.
|
Wednesday, 13 Jun 2012
|
04:49 bf
update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that was
formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11
has been merged back into graphics/djvulibre
|
Monday, 11 Jun 2012
|
22:15 mm
Update to 6.7.7-7
|
Saturday, 9 Jun 2012
|
18:06 mm
Update to 6.7.7-6
Re-enable WITH_IMAGEMAGICK_HDRI [1]
PR: ports/168871 [1]
Submitted by: sol@triumf.ca [1]
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Saturday, 26 May 2012
|
22:45 mm
Move tests/validate-colorspace.sh patch to REINPLACE_CMD
Fix shell comparsion in validate-colorspace.sh
|
Friday, 25 May 2012
|
22:13 mm
Do not touch .keep files if not using WITH_IMAGEMAGICK_MODULES
PR: ports/168323
Reported by: Adam Weinberger <adamw@freebsd.org>
|
Thursday, 24 May 2012
|
17:45 mm
Update to 6.7.7-0
|
Wednesday, 16 May 2012
|
08:48 mm
Update to 6.7.6.9
|
Sunday, 11 Mar 2012
|
10:29 mm
Update to 6.7.5.10
Feature safe: yes
|
Sunday, 26 Feb 2012
|
12:50 mm
Update to 6.7.5.7
|
Wednesday, 25 Jan 2012
|
12:29 rm
- 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+)
|
Tuesday, 10 Jan 2012
|
09:35 mm
Update ImageMagick to 6.7.4-4
Fix plist for some doc files [1]
PR: ports/163424 [1]
|
Wednesday, 9 Nov 2011
|
15:26 miwi
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sunday, 6 Nov 2011
|
18:01 mm
Upgrade to 6.7.3-4
Add WITH_IMAGEMAGICK_PANGO to OPTIONS [1]
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> (private e-mail) [1]
|
Saturday, 5 Nov 2011
|
14:44 mm
Update to 6.7.3-3
|
Saturday, 29 Oct 2011
|
12:27 miwi
- Fix build on FreeBSD 10
|
Monday, 17 Oct 2011
|
14:58 mm
Update to 6.7.3-1
|
10:08 bf
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
|
Tuesday, 11 Oct 2011
|
19:34 mm
- 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]
|
07:17 mm
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
|
Friday, 23 Sep 2011
|
22:26 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
|
Wednesday, 31 Aug 2011
|
14:40 mm
Fix RSVG_CFLAGS
Reported by: John W <jwdevel@gmail.com>
|
Thursday, 25 Aug 2011
|
17:15 mm
Update to 6.7.1.10
Remove X11 knob (differenced by graphics/ImageMagick-nox11)
|
Thursday, 11 Aug 2011
|
19:20 kwm
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Monday, 25 Jul 2011
|
14:04 mm
WITH_IMAGEMAGICK_DJVU depend on graphics/djvulibre-nox11 [1]
Fix handling of WITH_IMAGEMAGICK_LZMA
Bump PORTREVISION
PR: ports/158861 [1]
|
Friday, 8 Jul 2011
|
12:51 mm
Update to 6.7.0.10
|
Saturday, 28 May 2011
|
22:09 mm
Update to 6.7.0.2
|
Friday, 20 May 2011
|
08:31 dinoex
- bump after update to graphviz-0.28
|
Thursday, 31 Mar 2011
|
08:39 stas
- Update graphics/djvulibre* to 3.5.25. [1]
- Update djview4 to version 4.7.
- Bump up portrevisions of all dependent ports.
PR: ports/155742 [1]
Submitted by: Takefu <takefu@airport.fm>
|
Thursday, 17 Mar 2011
|
21:12 mm
Fix LIB_DEPENDS for lzma
Reported by: pav
|
Thursday, 10 Mar 2011
|
22:47 mm
- Fix compilation if WITHOUT_X11 set
PR: ports/155437
|
Wednesday, 9 Mar 2011
|
13:58 mm
- Update to 6.6.7.10
- Change WITH_IMAGEMAGICK_SVG to on by default and only warn if WITHOUT_X11
- Fix dependency on liblzma
|
Friday, 21 Jan 2011
|
23:51 mm
- Clean up Makefile
- Use SH
PR: ports/154196
Submitted by: sunpoet@FreeBSD.org
Feature safe: yes
|
Monday, 10 Jan 2011
|
09:08 mm
- Fix WITH_IMAGEMAGICK_WMF build
|
Sunday, 2 Jan 2011
|
14:42 mm
- Update to 6.6.6-10
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Wednesday, 24 Nov 2010
|
00:40 dougb
Allow the Makefile to determine the state of PERL_THREADED.
While I'm here, you cannot rely on the value of a define to be
something specific, it is either defined or it is not.
No PORTREVISION bump because WITH_THREADS is not the default, and for
those attempting to use this option and/or related options the port has
not built since the last update.
Approved by: lack of response from maintainer, problem affecting users
|
Monday, 22 Nov 2010
|
13:47 mm
- Update to 6.6.5-10
- Alphabetically sort OPTIONS
- Add WITH_THREADS option for threaded builds
- Rewrite handling of with/without threads
|
Sunday, 21 Nov 2010
|
08:59 stas
- Update graphics/djvulibre to 3.5.23.
- Bump portrevisions of all dependent ports.
PR: ports/152353, ports/152353 (based on)
Submitted by: Takefu <takefu@airport.fm>
|
Tuesday, 19 Oct 2010
|
10:29 mm
- Update to 6.6.4.10
|
Saturday, 16 Oct 2010
|
15:26 sunpoet
- 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)
|
Friday, 17 Sep 2010
|
15:30 mm
- Update to 6.6.3-10
|
Saturday, 24 Jul 2010
|
19:49 mm
Update ImageMagick to 6.6.2-10
|
Friday, 4 Jun 2010
|
08:09 pav
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr
|
Friday, 21 May 2010
|
15:01 mm
- Update to 6.6.1-10
|
Wednesday, 12 May 2010
|
15:07 mm
- Add missing support knob for FFTW and enable by default
- Bump PORTREVISION
PR: ports/146514
Submitted by: swell.k@gmail.com
|
Sunday, 28 Mar 2010
|
21:40 mm
- Update to 6.6.0-10
- Remove HDRI from OPTIONS (broken by now)
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Thursday, 31 Dec 2009
|
11:01 mm
- Update to 6.5.8-10
|
Wednesday, 2 Dec 2009
|
18:54 mm
- Update to 6.5.7-10
|
Tuesday, 22 Sep 2009
|
21:00 mm
- Update to from 6.5.5-7 to 6.5.5-10
This is a release-ish version of ImageMagick (each X.Y.Z-10 is kept on
mirrors for a long time).
Several bugfixes since 6.5.5-7
Feature safe: yes
|
Tuesday, 8 Sep 2009
|
19:18 mm
- Update to 6.5.5.7
|
Saturday, 22 Aug 2009
|
02:23 amdmi3
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Thursday, 13 Aug 2009
|
07:18 mm
- Fix build on pre-8 systems: replace carg() with atan2()
- Tinderbox did not discover this
PR: ports/137712
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
|
Wednesday, 12 Aug 2009
|
13:40 mm
- Update to 6.5.4-10
|
Sunday, 2 Aug 2009
|
19:36 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
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
|
Friday, 3 Jul 2009
|
14:23 stas
- djvulibre DSO version has changed to 22. Reflect this.
- ImageMagick should never depend on djvulibre, instead -nox11
version should be used, which contains the library required.
|
Wednesday, 24 Jun 2009
|
18:08 mm
- Update to 6.5.3-10
|
Monday, 1 Jun 2009
|
21:27 mm
- Update to 6.5.2-10
- Add Liquid Rescale library support [1]
PR: ports/134867 [1]
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
Tuesday, 5 May 2009
|
15:05 mm
- Update to 6.5.1-10
|
Sunday, 12 Apr 2009
|
08:43 mm
- Update to 6.5.1-1
|
Friday, 3 Apr 2009
|
23:28 mm
- Update to 6.5.1-0
|
Number of commits found: 400 (showing only 100 on this page) |