aboutsummaryrefslogtreecommitdiff
path: root/graphics/hugin
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of graphics/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371326
* Cleanup plistBaptiste Daroussin2014-10-201-19/+0
| | | | Notes: svn path=/head/; revision=371283
* 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
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Chase libexiv2.so shlib version bump after r350163Alexey Dokuchaev2014-04-041-2/+3
| | | | | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :( Notes: svn path=/head/; revision=350164
* - Update to 2013.0.0 (released 2013-10-27)Matthias Andree2014-03-273-146/+131
| | | | | | | | | | | | | | | | | - Fix a few minor portlint nitpicks while at it. The port has successfully been test compiled on 9.2-amd64 and 10.0-amd64, and redports reported success on 8.4-amd64 and 9.2-i386, too. The application starts and looks sane on 9.2-amd64, but haven't yet built panos with it. 10+ fails on redports because it uses the unfixed enblend port. PR: 187555 Approved by: maintainer timeout (vd@, 14 days) Notes: svn path=/head/; revision=349356
* Convert to staging. Modernize.Matthias Andree2014-03-132-34/+28
| | | | | | | | | | Add missing USES=desktop-file-utils shared-mime-info, bumping PORTREVISION. Note that hugin could be upgraded to 2014.0 later. Notes: svn path=/head/; revision=348019
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-9/+9
| | | | Notes: svn path=/head/; revision=336262
* Fix python path in graphics/hugin's pkg-plistVasil Dimov2013-12-022-3/+4
| | | | | | | Submitted by: makc@, kwm@, duchateau.olivier@gmail.com Notes: svn path=/head/; revision=335520
* Fix graphics/hugin's pkg-plistVasil Dimov2013-12-021-0/+3
| | | | Notes: svn path=/head/; revision=335508
* Fix graphics/hugin's pkg-plistVasil Dimov2013-12-022-2/+17
| | | | Notes: svn path=/head/; revision=335481
* Followup to r335410: use !defined(_LIBCPP_VERSION) insteadVasil Dimov2013-12-021-1/+1
| | | | | | | | | of !defined(__clang__). Submitted by: tijl@ Notes: svn path=/head/; revision=335459
* Fix graphics/hugin build with clang.Vasil Dimov2013-12-011-0/+11
| | | | | | | | PR: ports/182742 Submitted by: dumbbell@ Notes: svn path=/head/; revision=335410
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)Rusmir Dusko2013-11-201-2/+1
| | | | | | | Approved by: wg (mentor) Notes: svn path=/head/; revision=334422
* graphics/ilmbaseRusmir Dusko2013-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* 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
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-111-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326995
* Convert to new options frameworkBaptiste Daroussin2013-05-061-6/+8
| | | | Notes: svn path=/head/; revision=317482
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Upgrade graphics/hugin from 2011.4.0 to 2012.0.0Vasil Dimov2013-02-176-5868/+15
| | | | | | | Submitted by: grog@ Notes: svn path=/head/; revision=312429
* Chase boost updateBaptiste Daroussin2013-01-311-6/+2
| | | | Notes: svn path=/head/; revision=311310
* Make graphics/hugin compilable with clang.Vasil Dimov2013-01-212-0/+40
| | | | | | | | PR: ports/175427 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=310757
* - Chase OpenEXR lib updateSteve Wills2013-01-171-1/+1
| | | | Notes: svn path=/head/; revision=310539
* Fix compilation problem with clang in graphics/huginVasil Dimov2012-11-121-0/+11
| | | | | | | | | PR: ports/170758 Submitted by: Heath Nielson <heathn@gmail> Feature safe: yes Notes: svn path=/head/; revision=307333
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* Update graphics/exiv2 to version 0.23.Boris Samorodov2012-07-311-2/+2
| | | | | | | | | | | | The so library version has changed. Bump PORTREVISIONs at dependent ports. PR: ports/169733 Submitted by: bsam (me) Approved by: multimedia (maintainer timeout 3 weeks) Notes: svn path=/head/; revision=301793
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Remove dependency on graphics/autopanosift, it is no longer requiredVasil Dimov2012-04-211-9/+0
| | | | | | | and that software is no longer available from vendor site. Notes: svn path=/head/; revision=295183
* Upgrade graphics/hugin from 2010.4.0 to 2011.4.0Vasil Dimov2012-04-215-11/+5860
| | | | Notes: svn path=/head/; revision=295182
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - chase exiv2 library bumpBaptiste Daroussin2011-04-121-2/+2
| | | | | | | | - while here remove some MD5 - fix some forgottern desktop-file-utils dependencies Notes: svn path=/head/; revision=272597
* Fix graphics/hugin pkg-plistVasil Dimov2011-01-252-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268220
* Upgrade graphics/hugin from 2009.4.0 to 2010.4.0Vasil Dimov2011-01-104-88/+80
| | | | | | | | | | * WX Unicode is now required to build Hugin * Remove the requirement for GCC 4.2 on 6.x since Hugin does not do RPATH_REMOVE anymore (see the log message for graphics/hugin/Makefile, rev 1.43) Notes: svn path=/head/; revision=267581
* Chase exiv2 shlib bump.Koop Mast2010-08-201-1/+1
| | | | Notes: svn path=/head/; revision=259619
* Change dependency from boost-python back to boost-libs.Max Brazhnikov2010-06-251-2/+2
| | | | | | | | | | PR: ports/147801 Submitted by: makc@ Approved by: vd@ (maintainer timeout two weeks) Feature safe: yes Notes: svn path=/head/; revision=256968
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Add glew to the list of supported USE_GL variablesPietro Cerutti2010-04-271-2/+2
| | | | | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav) Notes: svn path=/head/; revision=253358
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+11
| | | | Notes: svn path=/head/; revision=251715
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* The error with GCC 4.4:Vasil Dimov2010-02-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found which I just fixed by using an older GCC is because hugin-2009.4.0/src/hugin1/hugin/cmake_install.cmake includes this code: FILE(RPATH_REMOVE FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hugin") which does remove the rpath setting -Wl,rpath=/usr/local/lib/gcc44 which was injected by /usr/ports/Mk/bsd.gcc.mk and then /usr/lib/libstdc++.so.6 is picked up instead of /usr/local/lib/gcc44/libstdc++.so.6 If we have to compile with GCC 4.4 some day, then we will have to remove the above RPATH_REMOVE code from cmake files. $ strings /usr/lib/libstdc++.so.6 |grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_FORCE_NEW $ strings /usr/local/lib/gcc44/libstdc++.so.6 |grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_FORCE_NEW GLIBCXX_DEBUG_MESSAGE_LENGTH $ Feature safe: yes Notes: svn path=/head/; revision=250094
* Use ${OSVERSION} after including bsd.port.pre.mkVasil Dimov2010-02-201-4/+4
| | | | | | | | | | | | | | | Feature safe: yes PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: Feature safe: Notes: svn path=/head/; revision=250092
* graphics/hugin:Vasil Dimov2010-02-201-1/+3
| | | | | | | | | | | | | | | | | The compilation is known to fail on 6.x with GCC 3.4, so use non-standard GCC (4.4+) only on 6.x and older. On 7.x and above use the base GCC instead of GCC 4.4+ because: 1. GCC 4.4+ is not needed anyway and 2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found Reported by: Hannes Hauswedell <h2@fsfe.org> Feature safe: yes Notes: svn path=/head/; revision=250091
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285