aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.Jung-uk Kim2017-07-282-5/+2
| | | | | | | | | PR: 221027 Reviewed by: mat Approved by: portmgr (antoine) Notes: svn path=/head/; revision=446854
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-07-271-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=446741
* Update to 2.4.82Matthew Rezny2017-07-276-33/+60
| | | | Notes: svn path=/head/; revision=446715
* - Add LICENSE_FILEPawel Pekala2017-07-261-39/+20
| | | | | | | | | | | | - Convert to options helpers - Add missing dependencies found by stage-qa - Remove USE_GCC it's only needed for ATLAS option and is handled by USES=fortran now - Fix build with ATLAS=on by providing correct lapack libs - Remove obvious comments Notes: svn path=/head/; revision=446696
* Update to 3.6.2Sunpoet Po-Chuan Hsieh2017-07-263-6/+6
| | | | | | | Changes: https://trac.osgeo.org/geos/browser/git/NEWS Notes: svn path=/head/; revision=446677
* Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-07-262-7/+8
| | | | | | | | Pointy hat: acm Sponsored by: Absolight Notes: svn path=/head/; revision=446655
* - Add LICENSEDmitry Marakasov2017-07-252-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=446561
* graphics/openimageio: fix build with OPENCV optionSteve Wills2017-07-241-1/+1
| | | | | | | | | Broken in r445627 Pointyhat to: swills Notes: svn path=/head/; revision=446539
* - Switch to options helpersDmitry Marakasov2017-07-242-4/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=446512
* graphics/farbfeld: Update to 3Tobias Kortkamp2017-07-234-8/+18
| | | | | | | | PR: 220946 Submitted by: aaron@baugher.biz (maintainer) Notes: svn path=/head/; revision=446499
* - New port: derelict-grl3Jose Alonso Cardenas Marquez2017-07-235-0/+60
| | | | | | | | | A dynamic binding to OpenGL for the D Programming Language WWW: https://github.com/DerelictOrg/DerelictGL3 Notes: svn path=/head/; revision=446439
* * Updated to 1.11Richard Gallamore2017-07-223-12/+15
| | | | | | | | | | | | | | | * Sorted Uses section Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.11 PR: 220748 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11694 Notes: svn path=/head/; revision=446428
* multimedia/assimp: rebuild consumers after r446390Jan Beich2017-07-221-0/+1
| | | | | | | | | ABI: https://abi-laboratory.pro/tracker/timeline/assimp/ PR: 220889 Pointy hat to: jbeich Notes: svn path=/head/; revision=446395
* multimedia/assimp: update to 4.0.0Jan Beich2017-07-221-1/+1
| | | | | | | | | Changes: https://github.com/assimp/assimp/releases/tag/v4.0.0 PR: 220889 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Notes: svn path=/head/; revision=446390
* Update GStreamer1 ports to 1.12.2.Koop Mast2017-07-228-8/+47
| | | | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ Notes: svn path=/head/; revision=446388
* Add SFCGAL optionSunpoet Po-Chuan Hsieh2017-07-201-2/+5
| | | | | | | | PR: 220876 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> Notes: svn path=/head/; revision=446282
* Add facedetect 0.1, simple face detector for batch processing.Emanuel Haupt2017-07-205-0/+58
| | | | Notes: svn path=/head/; revision=446258
* graphics/p5-feedgnuplot: update 1.42 -> 1.44Kurt Jaeger2017-07-192-5/+4
| | | | | | | Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.44/Changes Notes: svn path=/head/; revision=446228
* graphics/vapoursynth-fmtconv: disable on non-x86Jan Beich2017-07-181-0/+3
| | | | | | | | | | | | | | ../../src/fmtcl/MatrixProc.cpp:362:18: error: out-of-line definition of 'setup_fnc_sse' does not match any declaration in 'fmtcl::MatrixProc' void MatrixProc::setup_fnc_sse (bool int_proc_flag, SplFmt src_fmt, int src_bits, SplFmt dst_fmt, int dst_bits, bool single_plane_flag) ^~~~~~~~~~~~~ ../../src/fmtcl/MatrixProc.cpp:368:17: error: no member named 'process_1_flt_sse' in 'fmtcl::MatrixProc'; did you mean '::fmtcl::MatrixProc::process_1_flt_cpp'? _proc_ptr = &ThisType::process_1_flt_sse; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout (aarch64) Notes: svn path=/head/; revision=446139
* graphics/colmap: try to unbreak on non-x86Jan Beich2017-07-182-0/+51
| | | | | | | | | g++5: error: unrecognized command line option '-mfpmath=sse' Reported by: pkg-fallout (aarch64) Notes: svn path=/head/; revision=446135
* Update to 17.1.5Matthew Rezny2017-07-162-4/+4
| | | | Notes: svn path=/head/; revision=446036
* Register CONFLICTSPawel Pekala2017-07-162-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=446034
* Update to 3.3.0Sunpoet Po-Chuan Hsieh2017-07-162-4/+4
| | | | | | | Changes: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=446029
* - Switch to options helpersDmitry Marakasov2017-07-161-19/+12
| | | | | | | - Unsilence installation commands Notes: svn path=/head/; revision=445990
* graphics/R-cran-qcc: Update to 2.7Danilo G. Baio2017-07-163-5/+5
| | | | | | | | | | | Changes: https://cran.r-project.org/web/packages/qcc/NEWS PR: 220679 Submitted by: pfg (maintainer) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=445981
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-153-5/+5
| | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445948
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-153-5/+5
| | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445947
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-153-5/+5
| | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445945
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-153-5/+5
| | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445939
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-153-5/+5
| | | | | | | | | - Update WWW Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445938
* Add LICENSESunpoet Po-Chuan Hsieh2017-07-152-1/+3
| | | | | | | - Update WWW Notes: svn path=/head/; revision=445884
* I removed PORTEPOCH by error in r444299: fix it.Thierry Thomas2017-07-151-1/+2
| | | | | | | Since there, sort ONLY_FOR_ARCHS. Notes: svn path=/head/; revision=445855
* Removed octave_* shebangfix variablesRichard Gallamore2017-07-141-2/+0
| | | | | | | | | | | | | | These are not required and by adding octave SHEBANG_LANG adds these entires and more. https://www.freebsd.org/doc/en/books/porters-handbook/uses-shebangfix.html Reported by: matt Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11495 Notes: svn path=/head/; revision=445831
* - Update WWWDmitry Marakasov2017-07-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445795
* Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445781
* Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445780
* Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-142-4/+5
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445778
* Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445772
* Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445771
* - Update WWWDmitry Marakasov2017-07-141-1/+1
| | | | Notes: svn path=/head/; revision=445745
* * Fix qt option buildRichard Gallamore2017-07-143-5/+16
| | | | | | | | | | | | | | * Changed OCTAVE USES to option helper PR: 220247 Submitted by: Iouri V. Ivliev <fbsd@any.com.ru> (maintainer) Reported by: Jov <amutu@amutu.com> Reviewed by: lifanov (mentor), matthew (mentor), matt Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11495 Notes: svn path=/head/; revision=445722
* Update to 1.41Sunpoet Po-Chuan Hsieh2017-07-132-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Image-Info/CHANGES Notes: svn path=/head/; revision=445685
* graphics/blender: fix buildSteve Wills2017-07-131-0/+17
| | | | | | | | | | Build was failing due to addition of sincos() to base in r319047. PR: 219814 Reported by: O. Hartmann <ohartmann@walstatt.org> Notes: svn path=/head/; revision=445628
* graphics/openimageio: update to 1.7.10Steve Wills2017-07-134-32/+56
| | | | | | | | | | | While here, add patch for blender to fix it's build with this new version of openimageio. PR: 216601 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=445627
* Update to 2.19Niclas Zeising2017-07-123-18/+30
| | | | | | | | | | | | | Make DOC option work, and add EXAMPLES and EXIF options, and make use of OPTIONS_SUB [0] ChangeLog: https://feh.finalrewind.org/archive/2.19/ PR: 217802 [0] Submitted by: Piotr Kubaj [0] Notes: svn path=/head/; revision=445599
* Update KDE Frameworks to 5.36.0Tobias C. Berner2017-07-123-9/+9
| | | | | | | | | | PR: 220579 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11547 Notes: svn path=/head/; revision=445579
* - Pet portlintDmitry Marakasov2017-07-121-5/+6
| | | | | | | | | | - Fix shebangs - Unsilence installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=445576
* Bump PORTREVISION of several ports that depends of net/libvncserver toMarcelo Araujo2017-07-122-2/+2
| | | | | | | | | | | reflect the changes made on r445054. PR: ports/220565 (based on) Submitted by: Martin Birgmeier <la5lbtyi@aon.at> Sponsored by: iXsystems, Inc. Notes: svn path=/head/; revision=445565
* - fix build on armv6Dirk Meyer2017-07-111-0/+4
| | | | | | | | PR: 220591 Submitted by: Mikael Urankar Notes: svn path=/head/; revision=445473
* Update to 3.1.6Sunpoet Po-Chuan Hsieh2017-07-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=445384