aboutsummaryrefslogtreecommitdiff
path: root/graphics/ilmbase
Commit message (Collapse)AuthorAgeFilesLines
* Security update OpenEXR and ilmbase to 2.2.1.Matthias Andree2017-12-018-59/+29
| | | | | | | | | | | | | | | | | | | | | | While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil, the locally built libIlmImf gets precedence over the one in /usr/local, to permit upgrades in a running system with the older version installed. This changes the library's SONAME, so bump PORTREVISION of all dependees. Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4. Security: CVE-2017-9110 Security: CVE-2017-9111 Security: CVE-2017-9112 Security: CVE-2017-9113 Security: CVE-2017-9114 Security: CVE-2017-9115 Security: CVE-2017-9116 Security: 803879e9-4195-11e7-9b08-080027ef73ec Notes: svn path=/head/; revision=455244
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-154-47/+28
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=365038
* Grab after nemsysis gave these up.Matthias Andree2014-04-101-1/+1
| | | | Notes: svn path=/head/; revision=350779
* - Reset maintainer to ports@Rusmir Dusko2014-04-091-1/+1
| | | | Notes: svn path=/head/; revision=350735
* - Switch to USES=cmakeRusmir Dusko2014-03-275-79/+79
| | | | | | | | | | | | | | | | | | - Use patch instead of USES pathfix - Remove THREAD Option - Remove obsolete REINPLACE and .la files, needed that works graphics/nvidia-texture-tools ports/172108, remove from pkg-plist [1] - Symlink libraries [1] - Add patches files/patch-CMakeLists.txt and files/patch-IlmThread__CMakeLists.txt for proper Cmake usage [1] - Remove obsolete patch files/patch-configure - All dependent ports builds fine, only graphics/hugin-devel have self problem with build Reviewed by: amdmi3@ [1] Notes: svn path=/head/; revision=349312
* - Change license BSD to BSD3CLAUSERusmir Dusko2014-03-245-11/+19
| | | | | | | | | - Add MAJORVER, VER - Strip libraries - Recreate patches with make makepatch Notes: svn path=/head/; revision=349036
* - Update to 2.1.0Rusmir Dusko2013-11-193-9/+11
| | | | | | | Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334331
* graphics => ilmbase & OpenEXR: Fix == bashism in configure scriptJohn Marino2013-11-121-0/+1
| | | | | | | | | | | The latest versions of ilmbase and OpenEXR come with "== xyes" and "== xno" in the configure script, potentially causing misconfiguration as seen in DragonFly 3.6. Fix both in the post-patch target with sed. Approved by: portmgr (bapt), maintainer AFK Notes: svn path=/head/; revision=333553
* graphics/ilmbaseRusmir Dusko2013-10-3110-58/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=332189
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* Do not try to delete a directory that is not created by the portBaptiste Daroussin2013-02-122-6/+1
| | | | | | | Spotted by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=312101
* - Update to 1.0.3Steve Wills2013-01-179-60/+84
| | | | | | | | | | - Give maintainership to submitter PR: ports/172337 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=310532
* - Update to 1.0.2Steve Wills2012-09-204-50/+55
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=304581
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* Fix typo.Norikatsu Shigemura2008-10-021-1/+1
| | | | | | | | PR: ports/127767 Submitted by: amdmi3 Notes: svn path=/head/; revision=221133
* Fix pkg-plist and override OpenEXR's include files issue.Norikatsu Shigemura2008-07-232-54/+1
| | | | | | | | | So bump PORTREVISION, accordingly. Pointy hat to: myself Notes: svn path=/head/; revision=217382
* Update to 1.0.1.Norikatsu Shigemura2008-07-223-6/+59
| | | | | | | | | | | | [note] The submitter suggested 'regression-test' target, but I *added* "regression" target. I consider that ports system should be supported generic 'regression test' framework. PR: ports/125091 Submitted by: Pedro F. Giffuni pfgshield-freebsd at yahoo dot com Notes: svn path=/head/; revision=217304
* Disable 'make test' on the build cluster, since it is failing with aMark Linimon2007-10-281-5/+1
| | | | | | | | | | | | | | | | coredump, and hundreds of dependent packages can't be built because of it. While here, turn threading on by default to try to fix graphics/blender build. (Suggested by: submitter) I am declaring a short mainter-timeout on this to unblock the package builds. PR: ports/117412 Submitted by: beech Hat: portmgr Notes: svn path=/head/; revision=202202
* Cosmetic Change & Add CONFLICT to old OpenEXR.Norikatsu Shigemura2007-10-081-4/+6
| | | | Notes: svn path=/head/; revision=201068
* make test on PACKAGE_BUILDING.Norikatsu Shigemura2007-10-071-0/+4
| | | | | | | Suggested by: mi Notes: svn path=/head/; revision=201064
* o Enable/disable multithread file I/O support.Norikatsu Shigemura2007-10-076-1/+131
| | | | | | | | | | | o Add make test. o Fix some warning. o Bump PORTREVISION, accordingly. Submitted by: mi Notes: svn path=/head/; revision=201052
* Add IlmBase 1.0.0, has four ILM's basic libraries as known as Half,Norikatsu Shigemura2007-10-065-0/+113
IlmThread, Imath and Iex. These libraries was separated from OpenEXR. So I'll make OpenEXR depend on this port. Notes: svn path=/head/; revision=201010