aboutsummaryrefslogtreecommitdiff
path: root/graphics/OpenEXR
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r421626 r421694Matthias Andree2016-09-107-22/+22
| | | | | | | | | | | | | | | | | | | | Replace objdump by readelf. Fixes build on arm64. While here, refresh patches. PR: 212308 Submitted by: emaste@ Reported by: andrew@ Differential Revision: D7842 Fixup r421626 to unbreak build on newer readelf. Reported by: antoine@ Approved by: portmgr (feld@) Notes: svn path=/branches/2016Q3/; revision=421712
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Unbreak the build on PowerPC by using modern GCC versionAlexey Dokuchaev2015-11-202-44/+10
| | | | | | | | | | | | | - Do not use += to set initial CONFIGURE_ARGS value - Convert to option helpers and new test framework (TEST_TARGET) - Remove extra patch that prevented installation of the example files (it is not needed in the post-staging era: running `make package OPTIONS_UNSET=EXAMPLES -DBATCH' will produce package without the exampes by default, requiring no special hacks) - Wrap one overly long line by optimizing away one of the STRIP_CMD's Notes: svn path=/head/; revision=401989
* - Fix build with base gcc on 8.x and 9.x, remove USE_GCCDmitry Marakasov2015-04-093-24/+68
| | | | | | | | PR: 196712 Approved by: mandree (maintainer) Notes: svn path=/head/; revision=383631
* graphics category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-1/+1
| | | | | | | | | graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382266
* Fix compilation if SSE2 is enabled on i386.Matthias Andree2015-01-196-3/+76
| | | | | | | | | | | | | | | | | While here, fix regression tests and see that things are fine. (Some regression-test issues remain for largestack, the default build passes make regression now on i386 and amd64). (No revision bump because these are build fixes, and the regression test stuff does not become part of the installed material.) Assisted by: truckman@ PR: 196014 Submitted by: truckman@ Notes: svn path=/head/; revision=377376
* - Drop .la files, no dependees require themDmitry Marakasov2014-12-112-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=374549
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Also strip libIlmImfUtil-2_2.so.22.Matthias Andree2014-08-151-1/+2
| | | | Notes: svn path=/head/; revision=365064
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-155-14/+58
| | | | | | | | | | | | | | | | | | | | | | 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
* Avoid OBJDUMP warning on 10+, make error message more accurate.Matthias Andree2014-07-031-4/+4
| | | | Notes: svn path=/head/; revision=360442
* Add sanity check to match LIB_DEPENDS C++ library against ours.Matthias Andree2014-07-031-1/+13
| | | | Notes: svn path=/head/; revision=360439
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* 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=350736
* Use proper libtool magic, to obtain a proper libIlmImf.la file that doesMatthias Andree2014-04-072-5/+4
| | | | | | | | | | not refer to non-existing other .la files. Fixes build of graphics/gegl on FreeBSD 10+. Bump PORTREVISION. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=350541
* - Change license BSD to BSD3CLAUSERusmir Dusko2014-03-244-11/+17
| | | | | | | | | - Add MAJORVER, VER - Strip library - Recreate patches with make makepatch Notes: svn path=/head/; revision=349037
* - Remove obsolete REINPLACE_CMD,Rusmir Dusko2013-11-291-3/+0
| | | | | | | | | | Upstream have changed Makefile.am and Makefile.in Reported by: mandree, danfe Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335161
* - Rerolled tarballRusmir Dusko2013-11-281-2/+2
| | | | | | | | Reported by: makc Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=335127
* - Fix typoRusmir Dusko2013-11-211-1/+1
| | | | | | | | Requested by: kwm Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334466
* Bump PORTREVISION to trigger fix in r334407.Jimmy Olgeni2013-11-201-0/+1
| | | | Notes: svn path=/head/; revision=334420
* Install missing ImfDeepImageStateAttribute.h.Jimmy Olgeni2013-11-202-0/+4
| | | | | | | | | Unbreaks graphics/gegl and graphics/ApmasCTL. Submitted by: nemysis Notes: svn path=/head/; revision=334407
* - Update to 2.1.0Rusmir Dusko2013-11-193-5/+7
| | | | | | | Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=334332
* 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-317-99/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* examples are always installed, so do not create a broken plist if EXAMPLES ↵Baptiste Daroussin2013-05-261-17/+17
| | | | | | | | | is unset the same way ${DOCSDIR}-1.7.1 is always created even if DOCS is unset. Notes: svn path=/head/; revision=319079
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316343
* - Update to 1.7.1Steve Wills2013-01-1710-98/+122
| | | | | | | | | | - Give maintainership to submitter PR: ports/172339 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=310533
* - Update to 1.7.0Steve Wills2012-09-203-10/+20
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=304582
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Fix build with GCC 45Philip M. Gollucci2010-12-103-1/+21
| | | | | | | | | | | - Bump PORTREVISION PR: ports/148990 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (nork ; 136 days) Notes: svn path=/head/; revision=266014
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix build on powerpc.Norikatsu Shigemura2010-04-251-4/+1
| | | | | | | | PR: ports/146020 (based on) Submitted by: Andreas Tobler andreast-list fgznet ch Notes: svn path=/head/; revision=253195
* Mark as broken on powerpc: fails to configure.Mark Linimon2010-03-221-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251362
* - Explicitely link with threads library, otherwise it was impossible to link ↵Dmitry Marakasov2009-09-081-1/+5
| | | | | | | | | | | with -lIlmImf (and dependent libraries as well) without -pthread PR: 133291 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=241024
* -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 pkg-plist and override OpenEXR's include files issue.Norikatsu Shigemura2008-07-231-1/+1
| | | | | | | | | So bump PORTREVISION, accordingly. Pointy hat to: myself Notes: svn path=/head/; revision=217382
* - Disable self-tests completely. The hang needs to be investigated before theyPav Lucistnik2008-06-201-7/+9
| | | | | | | can be re-enabled. Notes: svn path=/head/; revision=215338
* - Disable selftext on amd64/8 - we have a runaway IlmImfTest on pointyhatPav Lucistnik2008-05-191-0/+2
| | | | Notes: svn path=/head/; revision=213367
* Upgrade from 1.6.0 to 1.6.1, which includes some fixes for dealing withMikhail Teterin2008-04-192-4/+4
| | | | | | | | | corrupted files. Approved by: maintainer Notes: svn path=/head/; revision=211581
* Re-enable self-test for sparc64-7.Mark Linimon2008-03-031-1/+3
| | | | | | | Requested by: marius Notes: svn path=/head/; revision=208362
* Turn off self-test for sparc64. This was the way that sparc64-6.3R packagesMark Linimon2008-01-181-2/+4
| | | | | | | | | were built. Hat: portmgr Notes: svn path=/head/; revision=205814
* make test on PACKAGE_BUILDING.Norikatsu Shigemura2007-10-071-1/+8
| | | | | | | Suggested by: mi Notes: svn path=/head/; revision=201064
* Add missing LIB_DEPENDS.Norikatsu Shigemura2007-10-071-0/+2
| | | | Notes: svn path=/head/; revision=201057
* Update to 1.6.0.Norikatsu Shigemura2007-10-077-106/+47
| | | | Notes: svn path=/head/; revision=201055
* Add backup sites.Norikatsu Shigemura2007-03-171-2/+3
| | | | | | | | PR: ports/110307 Submitted by: John Merryweather Cooper <john_m_cooper <@> yahoo.com> Notes: svn path=/head/; revision=187554
* Oops, I forgot cvs remove.Norikatsu Shigemura2007-03-123-59/+0
| | | | | | | | Reported by: many people Pointy hat to: myself Notes: svn path=/head/; revision=187182