aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/tesseract: Update to 4.0.0Tobias C. Berner2019-03-277-37/+23
| | | | | | | | | | | | | | Changelog: https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400 - due to an issue with the build system the man pages are missing -- this will be corrected at a later stage. - bump revisions of dependencies due to shlib-version change. PR: 234285 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=496977
* Make sure the port links against libthr.soRaphael Kubo da Costa2019-03-272-1/+13
| | | | | | | | | | | | | | | | | This fixes the build in HEAD after lld received support for --no-allow-shlib-undefined in base r345349. Upstream looks for libpthread in sem_init(3), which is part of libc on FreeBSD. Look for a symbol that's in libpthread to make sure we link against it. See also: https://github.com/tesseract-ocr/tesseract/issues/2344 PR: 236812 Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=496936
* graphics/geoserver: Update version 2.14.1=>2.15.0Muhammad Moinur Rahman2019-03-263-370/+381
| | | | Notes: svn path=/head/; revision=496928
* Fix build after base r345349Antoine Brodin2019-03-252-1/+12
| | | | | | | PR: 236141 Notes: svn path=/head/; revision=496850
* Fix build with DEFAULT_VERSIONS=python=3.xAntoine Brodin2019-03-251-0/+1
| | | | | | | PR: 234687 Notes: svn path=/head/; revision=496848
* graphics/sdl_ttf: unbreak --no-allow-shlib-undefined with Gold or LLD 9Jan Beich2019-03-251-0/+14
| | | | | | | | | | | | | | | | | Clang 8 on x86 with -O1 converts ceil(float) to ceilf() but wants -msse4.1 to use builtin. GCC 8 on x86 and aarch64 with -O1 and Clang 8 on aarch64 always use builtin ceil(). To avoid guessing when library call will be made just append -lm explicitly. ld: error: ./.libs/libSDL_ttf.so: undefined reference to ceilf PR: 236141 Reported by: pkg-fallout (via antoine) Obtained from: upstream Approved by: portmgr blanket (blocks 144 consumers) Notes: svn path=/head/; revision=496824
* Simplify pthread + libtool workaround.Raphael Kubo da Costa2019-03-251-2/+4
| | | | | | | | | | | | | | Improve upon r496818. Instead of setting both MAKE_ENV and patching ilmthread's Makefile, just make sure PTHREAD_LIBS is set a configuration time. This is what Debian does, and it achieves the same solution with fewer lines. While here, add an explanation for why we need this. PR: 236734 Approved by: mandree (maintainer) Notes: svn path=/head/; revision=496820
* Link against -lpthread to prepare for linker changesMatthias Andree2019-03-251-1/+3
| | | | | | | | PR: 236734 Reported by: rakuco@ Notes: svn path=/head/; revision=496818
* graphics/pcl-pointclouds: unbreak with boost 1.70Jan Beich2019-03-252-0/+5
| | | | | | | | PR: 236595 Obtained from: upstream Notes: svn path=/head/; revision=496812
* graphics/py-scikit-image:Max Brazhnikov2019-03-252-6/+5
| | | | | | | | | | | - Update to 0.14.2 - Take maintainership PR: 236763 Approved by: Eric Camachat (maintainer) Notes: svn path=/head/; revision=496802
* Update variety to 0.7.1 and unbreak.Koop Mast2019-03-244-194/+122
| | | | | | | | | PR: 236180 (based on) Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=496777
* - restore order in USESDirk Meyer2019-03-241-2/+2
| | | | Notes: svn path=/head/; revision=496775
* Remove expired webkit-gtk2 and webkit-gtk3 ports.Koop Mast2019-03-241-2/+2
| | | | | | | | Bump graphics/variety deprecation date, there is a patch for a update which uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix. Notes: svn path=/head/; revision=496768
* graphics/ipe: Update version 7.2.8=>7.2.11Muhammad Moinur Rahman2019-03-244-9/+14
| | | | Notes: svn path=/head/; revision=496767
* Add explicit build dependency on pythonAntoine Brodin2019-03-241-1/+1
| | | | | | | PR: 234633 Notes: svn path=/head/; revision=496765
* Convert to options target helperSunpoet Po-Chuan Hsieh2019-03-242-2/+3
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=496747
* Upgrade to v.2.5.4.Thierry Thomas2019-03-242-4/+4
| | | | Notes: svn path=/head/; revision=496708
* rawtherapee: fix exit SIGABRT, enable OpenMP/i386Matthias Andree2019-03-235-40/+190
| | | | | | | | | | | | | | | | | | | | | | Backport 'Explicitly destroy static Glib::RefPtr<>s on exit' from Hombre57's hidpi-icons branch in GitHub (now merged to dev branch). Also expose pixbufCache globally and explicitly .clear() it before exit(). Fixes the SIGABRT-on-exit issue. Remove the wrapper that runs ulimit -c 0 before rawtherapee. Enable OpenMP on i386 (uses GCC for now). Shorten option descriptions so they don't get truncated. Only add -msse2 on i386 and amd64, to fix broken aarch64/powerpc64 builds. Fix various portlint warnings, removing USE_LDCONFIG. PR: 205370 Notes: svn path=/head/; revision=496692
* Fix a type in an option descriptionGreg Lewis2019-03-231-1/+1
| | | | Notes: svn path=/head/; revision=496669
* Fix build after base r345349Koop Mast2019-03-231-2/+6
| | | | | | | | | While here pet portlint. PR: 236141 Notes: svn path=/head/; revision=496668
* Update goocanvas2 to 2.0.4.Koop Mast2019-03-233-13/+20
| | | | | | | | Assign maintainer to gnome@ Fix makefile issues reported by portlint Notes: svn path=/head/; revision=496667
* graphics/gmic: Update 2.5.3 -> 2.5.4Yuri Victorovich2019-03-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=496666
* Update cairo to 1.16.0.Koop Mast2019-03-234-60/+9
| | | | | | | | PR: 233742 Submitted by: Charlie Li <ml+freebsd@vishwin.info> Notes: svn path=/head/; revision=496632
* - Chase devel/mdds updatingLi-Wen Hsu2019-03-231-4/+6
| | | | | | | This is in preparation of the upcoming libreoffice 6.2.2 Notes: svn path=/head/; revision=496619
* graphics/drm-current-kmod: update snapshotNiclas Zeising2019-03-232-5/+5
| | | | | | | | | | | | Update graphics/drm-current-kmod to the latest snapshot. This fixes issues where the readeon driver didn't depend on the ttm module. Reported by: johalun Approved by: jmd (implicit) MFH: 2019Q1 (implicit approval, drm driver blanket) Notes: svn path=/head/; revision=496614
* graphics/py-geopandas: Update 0.4.0_1 -> 0.4.1Bradley T. Hughes2019-03-222-5/+4
| | | | | | | | | | | | | | | | | Small bug-fix release for compatibility with the latest Fiona and PySAL releases: - Compatibility with Fiona 1.8: fix deprecation warning (#854 and #916). - Compatibility with PySAL 2.0: switched to mapclassify instead of PySAL as dependency for choropleth mapping with the scheme keyword (#872). - Fix for new overlay implementation in case the intersection is empty (#800). PR: 236533 Submitted by: lbartoletti@tuxfamily.org (maintainer) Sponsored by: Miles AS Notes: svn path=/head/; revision=496600
* Update to 2.4.1Sunpoet Po-Chuan Hsieh2019-03-222-4/+4
| | | | | | | Changes: https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News Notes: svn path=/head/; revision=496586
* Update to 2.4.1Sunpoet Po-Chuan Hsieh2019-03-222-4/+4
| | | | | | | Changes: https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News Notes: svn path=/head/; revision=496585
* Update to 2.4.1Sunpoet Po-Chuan Hsieh2019-03-222-5/+4
| | | | | | | Changes: https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News Notes: svn path=/head/; revision=496584
* grpahics/drm-current-kmod: Update snapshotNiclas Zeising2019-03-223-5/+6
| | | | | | | | | | | | | | | Update graphics/drm-current-kmod to the latest snapshot. This breaks out the ttm layer to its own module to have things initialized in the correct order. Fixes FreeBSDDesktop drm-kms issue #137 Submitted by: johalun Approved by: jmd (maintainer, implicit) MFH: 2019Q1 (implicit approval, drm driver blanket) Notes: svn path=/head/; revision=496567
* - Fix LICENSE: their website says it's MIT, but the source code comesAlexey Dokuchaev2019-03-223-4/+60
| | | | | | | | | | | | | | | | | with GPLv3 boilerplate file and README.md says "GPLv3 or later"; - Milton comes with custom TTF font, without it GUI looks pretty bad, so install it under ${DATADIR} and set the font path in the program; - Similar to WIN32 code, set window icon in the platform_setup_cursor() function using the IMG_Load() from SDL2 ``image'' package. While it can load Windows ICO files directly, for files with multiple images, the first one found with the highest color count is chosen, which in our case is 16x16x32 (the smallest). Tentatively extract all icons as PNG files, install them all, and use 256x256 icon by default. Notes: svn path=/head/; revision=496552
* graphics/frei0r: Add USES=gnome; whitespace alignJason E. Hale2019-03-221-3/+4
| | | | | | | | PR: 236661 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Notes: svn path=/head/; revision=496520
* Fix the following error on !x86:Mark Linimon2019-03-211-1/+8
| | | | | | | | | | | g++8: error: unrecognized command line option '-msse2'; did you mean '-misel'? PR: 236692 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=496442
* graphics/py-djvulibre: Update 0.8.3 -> 0.8.4Yuri Victorovich2019-03-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=496381
* Switch to devel/llvm80 for DEFAULT_VERSIONSJan Beich2019-03-201-1/+1
| | | | | | | PR: 235215 Notes: svn path=/head/; revision=496337
* Introduce a separate port of pecl-imagick using ImageMagick version 7.Martin Matuska2019-03-202-0/+19
| | | | Notes: svn path=/head/; revision=496325
* Switch pecl-imagick back to ImageMagick 6.Martin Matuska2019-03-201-6/+8
| | | | | | | | | There will be a slave port pecl-imagick-im7 with dependency on ImageMagick 7. PR: 233522 Notes: svn path=/head/; revision=496324
* graphics/openjump: Update to 1.14.1Koichiro Iwao2019-03-204-43/+39
| | | | | | | | | | | | | | | | | | | | | | | The update of graphics/openjump from version 1.13 to 1.14.1 release rev. 6147 brings important bugfixes and new features[1]: Some of the many new features and improvements * CORE source is now java 8 * general java 11 runtime compatibility * Add an option to connect to a WMS with invalid certificate * Improve LayerView naming and saving, allow views based on view * Added LegendPlugin to display a legend of symbols adopted into the view * PLUS: Added OpenKLEM extension for topographic and Hydrological analysis * Added histogram plugin for raster which calculates also statistic indices, relative and cumulative frequancies [1] https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.14.1/ PR: 236555 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=496320
* graphics/gmic: Update 2.5.2 -> 2.5.3Yuri Victorovich2019-03-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=496303
* Milton is an open source application that lets you Just Paint.Alexey Dokuchaev2019-03-1910-0/+146
| | | | | | | WWW: https://www.miltonpaint.com/ Notes: svn path=/head/; revision=496288
* graphics/pencil2d: Update 0.6.2-63 -> 0.6.3Yuri Victorovich2019-03-192-6/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=496244
* graphics/pecl-imagck: switch to ImageMagick 7Martin Matuska2019-03-191-3/+3
| | | | | | | | PR: 233522 Submitted by: Arnaud de Prelle <arnaud@pnzone.net> Notes: svn path=/head/; revision=496229
* Ugrade to v.2.5.3 and fix CFLAGS.Thierry Thomas2019-03-182-6/+5
| | | | Notes: svn path=/head/; revision=496205
* - fix bug from r496028Dirk Meyer2019-03-181-0/+1
| | | | | | | PR: 236606 Notes: svn path=/head/; revision=496146
* graphics/qtpbfimageplugin: update to 1.3Steve Wills2019-03-182-4/+4
| | | | | | | | PR: 236535 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> (maintainer) Notes: svn path=/head/; revision=496145
* graphics/gpxsee: update to 7.4Steve Wills2019-03-182-4/+4
| | | | | | | | PR: 236536 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> (maintainer) Notes: svn path=/head/; revision=496143
* Fix build on gcc-based architectures:Mark Linimon2019-03-181-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=496131
* Fix build on gcc-based architectures:Mark Linimon2019-03-181-1/+2
| | | | | | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" While here, add gl to USES in accordance with current practice. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=496130
* graphics/drawpile: Update 2.1.2 -> 2.1.3Yuri Victorovich2019-03-173-4/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=496111
* graphics/oyranos: reinstate with Qt5 supportTobias C. Berner2019-03-1711-0/+283
| | | | | | | | | | - the port was removed in r495967 - reinstate using Qt5 components Approved by: portmgr (implicit) Notes: svn path=/head/; revision=496061