Commit graph

55 commits

Author SHA1 Message Date
Koop Mast
bb89f80c35 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]
2015-01-18 21:12:42 +00:00
Antoine Brodin
faa56ff7d9 Add missing dependency on pkgconf 2015-01-17 19:15:09 +00:00
Baptiste Daroussin
df914c9c5c cleanup plist 2014-12-20 18:58:13 +00:00
Koop Mast
6b1c2ea085 Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
2014-11-07 09:55:22 +00:00
Ruslan Makhmatkhanov
d3e42f460d graphics/gimp-gmic-plugin: update to 1.6.0.0 2014-10-04 12:33:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Dmitry Marakasov
d1459f8ca6 - Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips

Approved by:	portmgr blanket
2014-08-04 19:34:31 +00:00
Koop Mast
84ef570146 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.
2014-06-28 08:10:26 +00:00
Koop Mast
cf906e5cf2 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)
2014-06-17 20:05:30 +00:00
Rene Ladan
a99120304d Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs

Approved by:	portmgr (antoine)
2014-06-17 19:26:39 +00:00
Ruslan Makhmatkhanov
9923b5c9d3 graphics/gimp-gmic-plugin: fix install with non-default BASH option
Reported by:	Ajtim <lumiwa@gmail.com> (by private email)
2014-06-02 07:54:40 +00:00
Ruslan Makhmatkhanov
3028588229 graphics/gimp-gmic-plugin: update to 1.5.9.0 2014-06-01 20:10:51 +00:00
Ruslan Makhmatkhanov
cdc2c0f96b graphics/gimp-gmic-plugin: fix fetch once again
Upstream changed the distfile location second time in a month.

Reported by:	Heino Tiedemann <rotkaps_spam_trap@gmx.de> (ports@ ML)
2014-05-20 08:31:28 +00:00
Ruslan Makhmatkhanov
6bcce9694b graphics/gimp-gmic-plugin: fix fetch 2014-04-29 13:00:36 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Ruslan Makhmatkhanov
4032d45a04 - update to 1.5.8.3
- remove BASH option description - it's already in bsd.options.desc.mk
- switch to gcc, because clang produces unusable binary - it's crashing all the
  way. This is the reason for MFH
- install examples

Changelog: http://www.flickr.com/groups/gmic/discuss/72157639728004585/

MFH:	2014Q1
2014-02-22 21:59:57 +00:00
Ruslan Makhmatkhanov
b492b10f51 - update to 1.5.8.1
- use options helper
- support staging
2013-12-23 10:42:08 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Rusmir Dusko
1752bb5a6e 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)
2013-10-31 00:32:31 +00:00
Ruslan Makhmatkhanov
b3be864f04 - update to 1.5.7.1
- convert LIB_DEPENDS to modern syntax
- add NO_STAGE=yes
- fix build with clang [1]

Reported by:	Ajtim <lumiwa@gmail.com> [1]
2013-09-20 13:35:29 +00:00
Ruslan Makhmatkhanov
d7e8181c4a - update to 1.5.6.1
- convert USE_GMAKE to USES equivalent
2013-09-01 17:48:37 +00:00
Thierry Thomas
eddf97f3cc - Upgrade to 1.5.6.
- Remove conflict with gimp-gmic-plugin.
2013-07-04 21:56:34 +00:00
Ruslan Makhmatkhanov
b86275064e - update to 1.5.5.2 2013-05-02 14:13:29 +00:00
Ruslan Makhmatkhanov
4b937a54a8 - update to 1.5.5.0 2013-03-15 10:39:10 +00:00
Steve Wills
bb851b4028 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 03:32:27 +00:00
Ruslan Makhmatkhanov
36b9293fef - update to 1.5.2.4 2012-12-31 17:09:36 +00:00
Bryan Drewery
a5bd415ea6 - Chase graphics/ImageMagick update
- Remove ABI version from Magick++
- Trim header
2012-12-13 18:35:17 +00:00
Ruslan Makhmatkhanov
8fe96d8946 - update to 1.5.1.5 2012-06-17 18:02:31 +00:00
Ruslan Makhmatkhanov
85568a24e0 - register conflicts with graphics/cimg
Reported by:    Sulev-Madis 'ketas' Silber <madis555 at hot dot ee>
2012-06-04 17:53:56 +00:00
Ruslan Makhmatkhanov
d6e2922710 - convert to optionsNG 2012-06-03 21:39:32 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Greg Larkin
1ac1f1a022 - Chase graphics/GraphicsMagick13 shlib bumps
PR:		ports/166683
2012-05-10 15:05:59 +00:00
Ruslan Makhmatkhanov
6fdc7399cc - update to 1.5.1.0
Feature safe:   yes
2012-03-10 20:06:36 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Ruslan Makhmatkhanov
dd11979387 - update to 1.5.0.9 2012-02-15 04:46:46 +00:00
Ruslan Makhmatkhanov
a6c6d9cd12 - update to 1.5.0.6
Approved by:   miwi (co-mentor)
Feature safe:  yes
2011-11-20 06:13:22 +00:00
Ruslan Makhmatkhanov
1d3015aac7 Change email for my ports to FreeBSD one.
Approved by:	novel (mentor)
Feature safe:	yes
2011-11-10 22:20:18 +00:00
Brendan Fabeny
ac39d25cb1 - 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
2011-10-17 10:08:33 +00:00
Martin Matuska
d7745180e6 Bump ImageMagick library version and PORTREVISION
Reported by:	pointyhat (pav)
2011-10-13 08:34:39 +00:00
Pawel Pekala
6cc6751fd4 Update to version 1.5.0.3
PR:		ports/160977
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Approved by:	miwi, wen (mentors implicit)
2011-09-29 14:17:38 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Chris Rees
a743ada4d1 - Restore REINPLACE, unbreaking amd64 build
- While here, tidy up and use bsd.port.options.mk

Submitted by:	Ruslan Mahmatkhanov cvs-src@yandex.ru (maintainer)
2011-09-06 18:20:02 +00:00
Chris Rees
e14900c23e - Update to 1.5.0.1
- Disable OpenCV for now to unbreak the port

PR:		ports/160321
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-09-04 15:59:39 +00:00
Chris Rees
56e07d8f33 Mark as BROKEN -- Doesn't compile with latest OpenCV
http://www.flickr.com/groups/gmic/discuss/72157627398163163/

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), pav (via pointyhat)
2011-08-27 07:14:10 +00:00
Chris Rees
5b7e23192e - update to 1.5.0.0
- remove patch, applied upstream (files/patch-configure)

changelog:
http://www.flickr.com/groups/gmic/discuss/72157626797237913/

PR:		ports/158789
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-08-10 16:09:05 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00