aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/openfx-io: mark BROKEN after r468844jbeich2018-05-031-0/+1
| | | | | | | In file included from ../FFmpeg/ReadFFmpeg.cpp:45: ../FFmpeg/FFmpegFile.h:268:53: error: use of undeclared identifier 'CODEC_CAP_DELAY' return ( ( (_videoCodec->capabilities & CODEC_CAP_DELAY) ? _codecContext->delay : 0 ) ^
* - Update WWWamdmi32018-05-031-1/+1
| | | | Approved by: portmgr blanket
* Update to 4.1.1bapt2018-05-033-30/+4
|
* - Update to 2.10.4danilo2018-05-032-5/+4
|
* Update to 2.1.2sunpoet2018-05-032-4/+4
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* multimedia/ffmpeg: update to 4.0jbeich2018-05-0219-12/+21
| | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
* New port: graphics/natronolivier2018-05-0211-0/+425
| | | | | Natron is a node-graph based video compositing software. Similar in functionalities to Adobe After Effects and Foundry Nuke.
* New port: graphics/openfx-arenaolivier2018-05-029-0/+8151
| | | | | Extra set of OpenFX plugins designed for Natron but also compatible with other hosts.
* New port: graphics/openfx-miscolivier2018-05-0210-0/+62031
| | | | | Miscellaneous OFX / OpenFX / Open Effects plugins. These plugins were primarily developped for Natron, but may be used with other OpenFX hosts.
* New port: graphics/openfx-ioolivier2018-05-025-0/+109
| | | | It's a set of Readers/Writers plugins written using the OpenFX standard.
* - Update to 1.1.5amdmi32018-04-302-4/+4
|
* New port: graphics/kphotoalbumtcberner2018-04-306-1/+401
| | | | * KF5 based version of graphics/kphotoalbum-kde4
* Update the QScintilla2 ports to 2.10.4tcberner2018-04-303-3/+3
|
* graphics/darktable: Build with LLVM 6.0dumbbell2018-04-291-10/+3
| | | | | | | | | ... instead of LLVM 5.0. The reason is to stay in sync with Mesa to keep the number of LLVM copies to build to the minimum. It looks like the hack to explicitely set `LDFLAGS` to have OpenMP support isn't necessary anymore. The last time it was revisited was with LLVM 3.9.1.
* Remove sverchok-blender, it prevents poudriere from startingantoine2018-04-295-69/+0
| | | | | Pointy hat: yuri With hat: portmgr
* graphics/mesa-{libs,dri}: update to 18.0.2jbeich2018-04-293-5/+4
| | | | | Changes: https://www.mesa3d.org/relnotes/18.0.2.html PR: 225415
* Update KDE Applications to 18.04.0tcberner2018-04-2922-51/+52
| | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
* Update to upstream version 2.79briggs2018-04-286-114/+101
| | | | | | | | | | | | | | Detailed maintainer log: - Update graphics/blender to 2.79b - Add Alembic option to include graphics/alembic for import/export options - Modernize cmake options - Add py-numpy as a dependency now that flavours can give us the py35 version. This is expected to be in place by several addons. - Add USES=compiler:c++14-lang to build using clang50, this fixes the build on 10.4 and is already a dependency through opengl. PR: 227644 Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
* Fix PKGBASE duplication for graphics/digikam and graphics/digikam-kde4tcberner2018-04-281-1/+2
| | | | Reported by: antoine
* - Update WWWamdmi32018-04-281-1/+1
| | | | Approved by: portmgr blanket
* Update calligra, krita, kexi (and their dependencies) to their newest versionstcberner2018-04-283-393/+387
|
* Add ports for digikam5.tcberner2018-04-2820-7/+2467
|
* Update grahics/exiv2 to 0.26tcberner2018-04-2831-41/+71
| | | | | | PR: 223625 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12345
* graphics/mesa-dri: switch to llvm60jbeich2018-04-282-1/+2
| | | | PR: 227682
* Add the KDE metaportstcberner2018-04-283-0/+57
| | | | | | * add multimedia/dragon (was missing) * add the meta ports for the categories * add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
* graphics/amide: unbreak with ffmpeg 4.0jbeich2018-04-271-1/+7
| | | | | | | | mpeg_encode.c:301:20: error: no member named 'me_method' in 'struct AVCodecContext' encode->context->me_method=5; /* 5 is epzs */ ~~~~~~~~~~~~~~~ ^ PR: 227726
* graphics/gnash: unbreak with ffmpeg 4.0jbeich2018-04-271-0/+53
| | | | | | | | | | | | | | | | | ffmpeg/MediaHandlerFfmpeg.cpp:152:12: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' return FF_INPUT_BUFFER_PADDING_SIZE; ^ ffmpeg/MediaParserFfmpeg.cpp:67:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' const size_t bufSize = probeSize + FF_INPUT_BUFFER_PADDING_SIZE; ^ ffmpeg/MediaParserFfmpeg.cpp:176:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE; ^ ffmpeg/MediaParserFfmpeg.cpp:224:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE; ^ PR: 227726
* graphics/blender: unbreak with ffmpeg 4.0jbeich2018-04-271-0/+107
| | | | | | | | | | | | | | | intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE' m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)); ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)); ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE' m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0, this, ^ PR: 227726 Obtained from: Arch Linux
* Update KDE Frameworks to 5.45.0tcberner2018-04-273-9/+9
| | | | | PR: 227512 Exp-run by: antoine
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-2610-10/+10
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* graphics/geoserver: Update version 2.12.1=>2.13.0bofh2018-04-253-105/+113
| | | | Relnotes: http://blog.geoserver.org/2018/03/20/geoserver-2-13-0-released/
* Update to 0.1.8.jkim2018-04-255-1800/+28
| | | | https://gerrit.libreoffice.org/gitweb?p=libetonyek.git;a=blob_plain;f=NEWS;h=71a219e
* graphics/darktable: Update to 2.4.3dumbbell2018-04-252-4/+4
| | | | | Release notes: https://www.darktable.org/2018/04/darktable-243-released/
* graphics/gegl3: unbreak with ffmpeg 4.0jbeich2018-04-241-0/+46
| | | | | | | | | | | | | | | | | ./ff-save.c:293:17: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ ./ff-save.c:634:18: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ ./ff-save.c:702:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) ^ ./ff-save.c:806:28: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (oc->oformat->flags & AVFMT_RAWPICTURE) ^ PR: 227726
* graphics/gegl: unbreak with ffmpeg 4.0jbeich2018-04-241-3/+9
| | | | | | | | | | ./ff-load.c:312:36: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED' if (p->codec->capabilities & CODEC_CAP_TRUNCATED) ^ ./ff-load.c:313:26: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED' p->enc->flags |= CODEC_FLAG_TRUNCATED; PR: 227726
* graphics/openimageio: link to actual commit insteadjbeich2018-04-241-1/+1
|
* graphics/openimageio: unbreak with ffmpeg 4.0jbeich2018-04-241-0/+20
| | | | | | | | | src/ffmpeg.imageio/ffmpeginput.cpp:333:72: error: use of undeclared identifier 'CODEC_CAP_DELAY' m_codec_cap_delay = (bool) (m_codec_context->codec->capabilities & CODEC_CAP_DELAY); ^ PR: 227726 Obtained from: upstream
* graphics/opencv: unbreak with ffmpeg 4.0jbeich2018-04-241-0/+94
| | | | | | | | | | | | | | | | | | | | | | In file included from modules/highgui/src/cap_ffmpeg.cpp:45: modules/highgui/src/cap_ffmpeg_impl.hpp:1481:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ modules/highgui/src/cap_ffmpeg_impl.hpp:1505:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (oc->oformat->flags & AVFMT_RAWPICTURE) { ^ modules/highgui/src/cap_ffmpeg_impl.hpp:1679:35: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if( (oc->oformat->flags & AVFMT_RAWPICTURE) == 0 ) ^ modules/highgui/src/cap_ffmpeg_impl.hpp:1913:32: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) { ^ modules/highgui/src/cap_ffmpeg_impl.hpp:2207:25: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' c->flags |= CODEC_FLAG_GLOBAL_HEADER; ^ PR: 227726 Obtained from: upstream (via Homebrew)
* Update to version 4.14.0krion2018-04-242-6/+5
| | | | | PR: 227572 Submitted by: maintainer
* graphics/dilay: Update 1.7.0 -> 1.7.1yuri2018-04-232-4/+4
| | | | Reported by: portscout
* - Update `graphics/azpainter' to version 2.1.2danfe2018-04-225-21/+1313
| | | | | | - Switch to recently added OSDN mastersite macro - Update existing locales, add new one (Belarusian) - TIMESTAMP (azpainter-2.1.2.tar.xz) = 1524119880
* Update to 1.0.0sunpoet2018-04-223-9/+10
| | | | | | - Update MASTER_SITES Changes: https://chromium.googlesource.com/webm/libwebp/+/1.0.0/NEWS
* - Add LICENSEamdmi32018-04-222-9/+7
| | | | | | - Switch to USES=localbase - Switch to options helpers - Update WWW
* Update to 2.26zeising2018-04-212-4/+4
| | | | ChangeLog: https://feh.finalrewind.org/archive/2.26/
* graphics/pcl-pointclouds: unbreak with boost 1.67jbeich2018-04-201-2/+3
| | | | | | | | | | | | | | | | In file included from /wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/tools/outofcore_process.cpp:53: In file included from /wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/include/pcl/outofcore/outofcore_impl.h:50: /wrkdirs/usr/ports/graphics/pcl-pointclouds/work/pcl-pcl-1.8.1/outofcore/include/pcl/outofcore/impl/octree_disk_container.hpp:77:74: error: no matching constructor for initialization of 'boost::uuids::random_generator' (aka 'boost::uuids::random_generator_pure') boost::uuids::random_generator OutofcoreOctreeDiskContainer<PointT>::uuid_gen_ (&rand_gen_); ^ ~~~~~~~~~~ /usr/local/include/boost/uuid/random_generator.hpp:149:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'boost::mt19937 *' (aka 'mersenne_twister_engine<unsigned int, 32, 624, 397, 31, 2567483615U, 11, 4294967295U, 7, 2636928640U, 15, 4022730752U, 18, 1812433253> *') to 'const boost::uuids::random_generator_pure' for 1st argument class random_generator_pure ^ /usr/local/include/boost/uuid/random_generator.hpp:149:7: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided PR: 227427 Reported by: antoine (via exp-run) Obtained from: Homebrew
* Add xpdf.desktop files to both xpdf ports so that it is possible to setcy2018-04-206-3/+37
| | | | | | | xpdf to be the default PDF viewer via xdg-mime. PR: 227627 Submitted by: 0mp@
* Update to 1.4.6ehaupt2018-04-192-4/+4
|
* graphics/mesa-{libs,dri}: update to 18.0.1jbeich2018-04-192-4/+4
| | | | | Changes: https://www.mesa3d.org/relnotes/18.0.1.html PR: 225415
* Adjust PORTREVISION order to pet portlint after r467711jbeich2018-04-181-1/+1
| | | | | Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place when DISTVERSION*FIX is used.
* devel/boost-*: update to 1.67.0jbeich2018-04-1840-37/+42
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* graphics/gsculpt: unbreak with boost 1.67jbeich2018-04-181-0/+1
| | | | | | | | | /usr/bin/ld: cannot find -lboost_python c++: error: linker command failed with exit code 1 (use -v to see invocation) scons: *** [libMath.so] Error 1 PR: 227427 Reported by: antoine (via exp-run)
* - Update to 1.8.1tota2018-04-183-6/+7
| | | | | - Update LICENSE section - Update pkg-descr
* graphics/caffe: unbreak with boost 1.67jbeich2018-04-181-0/+1
| | | | | | | | | /usr/local/bin/ld: cannot find -lboost_python clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:508: python/caffe/_caffe.so] Error 1 PR: 227427 Reported by: antoine (via exp-run)
* graphics/py-openimageio: expose Python 3.x support after r461885jbeich2018-04-182-3/+3
|
* graphics/py-openimageio: unbreak with boost 1.67jbeich2018-04-181-0/+2
| | | | | | | | | | -- Boost python support not found -- will not build python components! [...] install -s -m 0644 /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so /wrkdirs/usr/ports/graphics/py-openimageio/work/stage/usr/local/lib/python2.7/site-packages install: /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so: No such file or directory PR: 227427 Reported by: antoine (via exp-run)
* - Update to 1.801nivit2018-04-182-3/+5
| | | | - Add LICENSE_FILE
* - Switch to USES=localbaseamdmi32018-04-171-4/+3
| | | | | | - Always check OPSYS along with OSVERSION Approved by: portmgr blanket
* - Update WWWamdmi32018-04-171-1/+1
| | | | Approved by: portmgr blanket
* graphics/aqsis: unbreak with boost 1.67jbeich2018-04-171-0/+1
| | | | | | | | /usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0' (try adding -lthr) PR: 227427 Reported by: antoine (via exp-run) Regressed by: https://github.com/boostorg/thread/commit/1e84b978b2bb
* graphics/freeimage: unbreak consumers on arm* with NEONjbeich2018-04-161-2/+2
| | | | | | $ echo 'int main() {}' | cc -xc - -o /dev/null -L/usr/local/lib -lfreeimage -lm /usr/local/lib/libfreeimage.so: undefined reference to `png_init_filter_functions_neon' cc: error: linker command failed with exit code 1 (use -v to see invocation)
* graphics/freeimage: unbreak on armv7jbeich2018-04-161-0/+1
| | | | | | /usr/bin/ld: ./Source/FreeImage/BitmapAccess.o(.text+0x2d0): unresolvable R_ARM_MOVW_ABS_NC relocation against symbol `_ZSt7nothrow' /usr/bin/ld: final link failed: Nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation)
* graphics/freeimage: unbreak build with Clang 6 (C++14 by default)jbeich2018-04-161-0/+10
| | | | | | | | | | | | | Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: error: constant expression evaluates to -2 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 1,0, 2,2, 2,-2, ^~ Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: note: insert an explicit cast to silence this issue 1,0, 2,2, 2,-2, ^~ static_cast<char>( ) [...] Reported by: pkg-fallout (armv6, armv7, aarch64)
* Fix CVE-2016-5684sunpoet2018-04-162-1/+24
| | | | | | | | | - Bump PORTREVISION for package change Obtained from: https://sourceforge.net/p/freeimage/svn/1735/ https://sourceforge.net/p/freeimage/svn/1740/ Security: 5b1631dc-eafd-11e6-9ac1-a4badb2f4699 MFH: 2018Q2
* New port: graphics/openorienteering-mapperpi2018-04-1514-0/+365
| | | | | | | | | | | OpenOrienteering Mapper is a software for creating maps for the orienteering sport. WWW: http://www.openorienteering.org/apps/mapper/ PR: 214758 Submitted by: Nikolay <sikmir@gmail.com> Reviewed by: olivierd
* Fix build with EPUB option disabled.tijl2018-04-151-0/+20
|
* graphics/py-exiv2: unbreak with boost 1.67jbeich2018-04-151-1/+1
| | | | | | | | c++ -o build/libexiv2python.so -fstack-protector -shared build/exiv2wrapper.os build/exiv2wrapper_python.os -L/usr/local/lib -lboost_python -lexiv2 /usr/bin/ld: cannot find -lboost_python PR: 227427 Reported by: antoine (via exp-run)
* graphics/lightzone: Update 4.1.7 -> 4.1.8-3yuri2018-04-152-5/+6
|
* New port: graphics/cloudcompare: 3D point cloud processing softwareyuri2018-04-1414-0/+255
| | | | | | | | | | | | | | Doesn't build on 12 with PLUGINS=on due to the math/vtk6 failure: https://gitlab.kitware.com/vtk/vtk/issues/17285 It builds with PLUGINS=off. Compared to the original submission, sevaral changes have been made: * Added the PLUGINS option * Fixed the GAMEPAD option * etc. PR: 226239 Submitted by: Neel Chauhan <neel@neelc.org>
* multimedia/gstreamer1-qt4, multimedia/gstreamer1-qt5: create flavorstcberner2018-04-141-2/+2
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14641
* devel/qjson, devel-qjson-qt5 create flavorstcberner2018-04-147-14/+14
| | | | | | | * additionally, give the maintainership to kde@. Approved by: portmgr (mat), avilla (timeout) Differential Revision: https://reviews.freebsd.org/D14650
* devel/qca, devel/qca-qt5 -- create flavorstcberner2018-04-145-9/+10
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651
* graphics/py-pyembree: Update 0.1.3 -> 0.1.4yuri2018-04-142-5/+4
|
* Updating MATE ports to and patch for MATE 1.20ericbsd2018-04-147-18/+13
| | | | | Reviewed by: kwm Approved by: bapt (mentor)
* - Update to 1.1.4amdmi32018-04-142-4/+4
|
* Upgrade to v2.2.2.thierry2018-04-133-112/+86
|
* graphics/farbfeld: Update 3 -> 4yuri2018-04-123-10/+15
| | | | | | | | | | | Port changes: * Change to DISTVERSION * Change MASTER_SITES to https * Update COMMENT * Add MANPREFIX fix to the patch PR: 227449 Submitted by: Aaron Baugher <aaron@baugher.biz> (maintainer)
* Update to 3.2.4sunpoet2018-04-112-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.2.4sunpoet2018-04-112-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.2.4sunpoet2018-04-112-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.2.4sunpoet2018-04-112-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.2.4sunpoet2018-04-112-4/+4
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* graphics/shotwell: update to 0.28.2cmt2018-04-113-16/+4
|
* - Add LICENSE_FILEamdmi32018-04-112-3/+4
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* Update to 4.12.0akrion2018-04-112-5/+6
| | | | | PR: 227433 Submitted by: maintainer
* Fix graphics/poppler-qt5 provided include file, causing dependentmadpilot2018-04-113-1/+12
| | | | | | | | ports to fail when including it. PR: 221805 Submitted by: me Approved by: gnome (kwm)
* - Switch to new test frameworkamdmi32018-04-101-5/+2
| | | | Approved by: portmgr blanket
* - Update to 0.5.1tota2018-04-102-5/+5
|
* - Update to 1.0.0tota2018-04-102-14/+20
|
* graphics/mesa-{libs,dri}: update to 18.0.0jbeich2018-04-1018-199/+224
| | | | | | | | Changes: https://www.mesa3d.org/relnotes/18.0.0.html PR: 225415 Tested by: Greg V, cpm, Kevin Oberman, Juan Ramón Molina Menor Reviewed by: Greg V (Wayland, Vulkan), jkim (umtx) Approved by: maintainer timeout (2 weeks)
* graphics/mesa-{libs,dri}: update to 17.3.8jbeich2018-04-104-10/+9
| | | | | | | | | | | | | | Changes: https://www.mesa3d.org/relnotes/17.3.2.html Changes: https://www.mesa3d.org/relnotes/17.3.3.html Changes: https://www.mesa3d.org/relnotes/17.3.4.html Changes: https://www.mesa3d.org/relnotes/17.3.5.html Changes: https://www.mesa3d.org/relnotes/17.3.6.html Changes: https://www.mesa3d.org/relnotes/17.3.7.html Changes: https://www.mesa3d.org/relnotes/17.3.8.html PR: 225035 Tested by: Oleh Hushchenkov, Kevin Oberman Approved by: maintainer timeout (3 months, cookie licking) MFH: 2018Q2 (mostly regression fixes)
* graphics/mesa-dri: fix device name detection for Wayland/EGLjbeich2018-04-102-1/+69
| | | | | | | PR: 223030 Submitted by: Greg V Obtained from: upstream (Mesa 18.0.0) Approved by: maintainer timeout (4 months)
* graphics/mesa-dri: always lower kernel version checkjbeich2018-04-101-2/+2
| | | | | | | | | | | | | Sandybridge on FreeBSD 11.* is also affected: $ glxgears [intel_init_bufmgr: 1685] Kernel 3.9 required. libGL error: failed to create dri screen libGL error: failed to load driver: i965 5373 frames in 5.0 seconds = 1074.496 FPS Reported by: Kevin Oberman PR: 225035 225415
* New ports: KDE Applications graphics/tcberner2018-04-0957-0/+2216
| | | | | | | | | | | | | | | | | | | | | | * graphics/gwenview * graphics/kamera * graphics/kcolorchooser * graphics/kdegraphics-mobipocket * graphics/kdegraphics-svgpart * graphics/kdegraphics-thumbnailers * graphics/kimagemapeditor * graphics/kolourpaint * graphics/libkdcraw * graphics/libkexiv2 * graphics/libkipi * graphics/libksane * graphics/okular * graphics/spectacle This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. Differential Revision: https://reviews.freebsd.org/D14833
* Update to 5.6.35 release.ale2018-04-081-1/+0
| | | | | PR: 227246 Submitted by: Dani <i.dani@outlook.com>
* graphics/py-imageio: Add USE_PYTHON=concurrent; Change WWW to httpsyuri2018-04-082-2/+3
| | | | Approved by: portmgr blanket
* Drop maintainership of graphics/imvtobik2018-04-081-1/+1
|
* devel/icu: update to 61.1jbeich2018-04-065-5/+5
| | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
* - Update to 1.4ashish2018-04-064-9/+21
| | | | | | - Switch to meson, ninja - Add a diff to fix detection of libgcrypt during configure. Reported upstream as: https://bugzilla.gnome.org/show_bug.cgi?id=795033
* www/webkit2-gtk3: Update to 2.20.0tobik2018-04-063-1/+3
| | | | | | | | | | | | | | - Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872
* Mark BROKEN: conflicting dependenciesantoine2018-04-051-0/+2
| | | | | | pkg-static: ufraw-0.22_5 conflicts with dcraw-9.27 (installs files into the same place). Problematic file: /usr/local/bin/dcraw Reported by: pkg-fallout
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-0512-8/+12
| | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
* Using hard-coded shlib versionsunpoet2018-04-042-2/+2
| | | | It helps remind maintainer to bump PORTREVISION of dependent ports.
* graphics/mapnik: unbreak with ICU 61jbeich2018-04-042-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/text/text_layout.cpp:234:5: error: unknown type name 'Locale'; did you mean 'icu::Locale'? Locale locale; // TODO: Is the default constructor correct? ^~~~~~ icu::Locale /usr/local/include/unicode/locid.h:188:20: note: 'icu::Locale' declared here class U_COMMON_API Locale : public UObject { ^ src/text/text_layout.cpp:236:21: error: unknown type name 'BreakIterator'; did you mean 'UBreakIterator'? std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:236:45: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:236:45: error: incomplete type 'UBreakIterator' named in nested name specifier std::unique_ptr<BreakIterator> breakitr(BreakIterator::createLineInstance(locale, status)); ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:247:13: error: member access into incomplete type 'UBreakIterator' breakitr->setText(text); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:260:53: error: member access into incomplete type 'UBreakIterator' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:260:55: error: expected ':' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ : src/text/text_layout.cpp:260:43: note: to match this '?' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ src/text/text_layout.cpp:260:55: error: use of undeclared identifier 'preceding' int break_position = wrap_before_ ? breakitr->preceding(i + 1) : breakitr->following(i); ^ src/text/text_layout.cpp:263:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:263:89: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:267:38: error: member access into incomplete type 'UBreakIterator' break_position = breakitr->following(i); ^ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:268:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:268:52: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:373:89: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:373:89: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position <= last_break_position || break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:376:52: error: use of undeclared identifier 'BreakIterator'; did you mean 'UBreakIterator'? if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~ UBreakIterator /usr/local/include/unicode/ustring.h:33:35: note: 'UBreakIterator' declared here typedef struct UBreakIterator UBreakIterator; ^ src/text/text_layout.cpp:376:52: error: incomplete type 'UBreakIterator' named in nested name specifier if (break_position == static_cast<int>(BreakIterator::DONE)) ^~~~~~~~~~~~~~~ /usr/local/include/unicode/ustring.h:33:20: note: forward declaration of 'UBreakIterator' typedef struct UBreakIterator UBreakIterator; ^ https://ssl.icu-project.org/trac/changeset/40705 PR: 227042 Reported by: antoine (via exp-run) Obtained from: upstream
* Fix space in the Makefilerodrigo2018-04-041-2/+2
| | | | | | Bump PORTREVISION MFH: 2018Q2
* Move ufraw from sourceforge to githubrodrigo2018-04-045-54/+59
| | | | | | | | | | | | | | | | | | | | | On the same time recover updates done in development branch and never released - Add WB for multiple new cameras : FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330, Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D, Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2, NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X, Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120, FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc - multiple bug fixes : memory leak, etc Remove existing patches since they coming from upstream and are now provided by default in the distfile. Incorporate the patched made by the debian project, including a fix for the CVE-2015-8366. MFH: 2018Q2 Security: CVE-2015-8366
* Update to version 0.17.0skreuzer2018-04-042-5/+4
|
* - Update to 2.6.2ehaupt2018-04-032-10/+7
| | | | | | - Use the distributed tarball istead of the GitHub tagged version. This has the benefit that autoreconf is not needed plus we can avoid pulling in textproc/hs-pandoc which was merely required for the creation of the manpage.
* - Switch to USES=localbaseamdmi32018-04-032-16/+8
| | | | | | | | - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket
* - Update to 0.5ehaupt2018-04-033-28/+6
| | | | - Add LICENSE
* Fix graphics/Drawfile ahead of CMake 3.11.adridg2018-04-032-0/+14
| | | | | | | | | | | | | The order in which files are placed in mocs_compilation.cpp has changed in CMake 3.11 compared to CMake 3.10. This shows up places where not all of the includes needed for a bit of code, are included -- because by chance, everywhere else they are already included by the time the compiler gets to the offending header. In switching the order around, compiles fail. The error message is in the patch -- just a missing type declaration. Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14770
* Update to 1.4.5ehaupt2018-04-012-4/+4
|
* graphics/sverchok-blender: Update 0.5.9.6.2-452 -> 0.5.9.6.3yuri2018-04-012-8/+5
| | | | | | | | Also remove RUN_DEPENDS on blender itself, because sverchok is an add-on, it doesn't call blender directly. Instead, blender calls sverchok. Reported by: portscout
* Fix permissions in installed Qt5 header filestcberner2018-03-307-2/+7
| | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
* Cleanup graphics/glfwtobik2018-03-291-36/+16
| | | | | | | - Simplify DOCS and EXAMPLES installation - Use CMAKE_ON - Add LICENSE_FILE - Let the framework handle the move of *.pc files to libdata/pkgconfig
* graphics/glfw: Add WAYLAND optiontobik2018-03-292-3/+23
| | | | | | | | - Reset maintainer after the third consecutive timeout PR: 226605 Submitted by: greg@unrelenting.technology (based on) Approved by: koalative@gmail.com (maintainer timeout, 2 weeks)
* Mark BROKEN with Perl 5.26.mat2018-03-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | The error is: cc -shared -L/usr/local/lib/perl5/5.26/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Geometry/Geometry.o Global/Global.o Local/Local.o Misc/Misc.o Morphology/Morphology.o Point/Point.o IPA.o Geometry/Geometry2.o Global/fft.o Global/Global2.o Global/gsclose.o Global/hough.o Local/Local2.o Misc/Misc2.o Morphology/Morphology2.o Point/Point2.o -o blib/arch/auto/IPA/IPA.so cc: error: no such file or directory: 'Geometry/Geometry.o' cc: error: no such file or directory: 'Global/Global.o' cc: error: no such file or directory: 'Local/Local.o' cc: error: no such file or directory: 'Misc/Misc.o' [...] For some reason, the object files are not created where they should and, obviously, cc cannot find them. I compared the Makefile from Perl 5.24 which works and Perl 5.26 which does not, I cannot see any obviously wrong bit. PR: 226817 Sponsored by: Absolight
* graphics/darktable: Update to 2.4.2dumbbell2018-03-282-5/+4
| | | | | Release notes: https://www.darktable.org/2018/03/darktable-242-released/
* Update graphics/gtk-update-icon-cache to 2.24.32 to keep it in sync withtijl2018-03-282-4/+4
| | | | | x11-toolkits/gtk20. Add a comment about this to x11-toolkits/gtk20 because this isn't the first time.
* These ports fail on powerpc64 the same way as on arm.linimon2018-03-281-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Update graphics/yed to 3.17.2fernape2018-03-272-6/+6
| | | | | | | PR: 226882 Submitted by: sergey.v.brunov@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14834
* Update to 2.36.11bapt2018-03-273-6/+6
|
* Update to 3.6.1bapt2018-03-272-4/+4
|
* - Update to 1.4.4tota2018-03-272-5/+4
|
* - Update to 1.2-18tota2018-03-272-4/+4
|
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-263-3/+3
| | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
* Update `graphics/alembic' to version 1.7.7.danfe2018-03-262-4/+4
| | | | Reported by: portscout
* New port: graphics/waylandpptobik2018-03-255-0/+67
| | | | | | | | | | | | | | | | Wayland is an object oriented display protocol, which features request and events. Requests can be seen as method calls on certain objects, whereas events can be seen as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding. The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland. WWW: https://github.com/NilsBrause/waylandpp This port is ignored by default because it requires a build of graphics/mesa-libs with WAYLAND=on which is off by default.
* Move graphics/skanlite to skanlite-kde4. This makes room for theadridg2018-03-255-2/+3
| | | | | | updated, KDE Frameworks 5, version of the same application. Approved by: tcberner (mentor, implicit)
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNsunpoet2018-03-251-1/+1
| | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Update to 1.1.5sunpoet2018-03-252-4/+4
| | | | Changes: https://github.com/markevans/dragonfly/blob/master/History.md
* Reset maintainerswills2018-03-242-2/+2
| | | | Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email)
* - Add LICENSEamdmi32018-03-231-0/+5
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* graphics/py-scikit-image:makc2018-03-231-3/+3
| | | | | | | - Don't restrict the port to Python 2 only and allow concurrent installation PR: 226797 Approved by: Eric Camachat (maintainer)
* Update `graphics/alembic' to version 1.7.6.danfe2018-03-232-4/+4
| | | | Found out via: repology.org
* Update to 2.2.4sunpoet2018-03-232-5/+5
| | | | | | - Update MASTER_SITES Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
* Update to 2.2.4sunpoet2018-03-232-5/+5
| | | | | | - Update MASTER_SITES Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
* Update to 2.2.4sunpoet2018-03-232-5/+5
| | | | | | - Update MASTER_SITES Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
* Update to 2.2.4sunpoet2018-03-232-6/+5
| | | | | | - Update MASTER_SITES Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
* graphics/p5-feedgnuplot: update 1.44 -> 1.49pi2018-03-222-4/+4
| | | | Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.49/Changes
* devel/apr1: Bump portrevisionbrnrd2018-03-221-1/+1
| | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine
* devel/apr1: Fix runtime issues of dependent portbrnrd2018-03-221-0/+1
| | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache)
* Update graphics/imlib2 to 1.5.1zeising2018-03-223-5/+5
|
* Update graphics/feh 2.25.1zeising2018-03-222-5/+5
| | | | | | | | | | | | | | | | | | | Changelog: * Fix compilation issues when using CFLAGS=-m64 on some gcc versions * Re-render current image when toggle_fixed_geometry is input * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq) * Improve --image-bg support and transparency handling in --bg-* mode * Respect --geometry settings in --bg-fill mode * Add keybinding toggle_auto_zoom (default Z) to toggle --auto-zoom * Fix filelists specified by -f/--filelist not being reloaded when using --reload * Improve performance when using --{max,min}-dimension in slideshow mode (patch by ulteq) * Fix crash when using %m format specifier in slideshow mode (introduced in feh 2.23.1) Note that the feature with natural sorting of file and directory names is not enabled since we don't have the strverscmp glibc extension.
* Upgrade rawtherapee to new release 5.4.mandree2018-03-223-15/+43
| | | | | | | Release info: <http://rawtherapee.com/blog/rawtherapee-5.4-released> The abort-on-exit bug with core dump is known to persist. <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205370>
* - Fix build in presence of older version of osgamdmi32018-03-211-4/+14
| | | | | PR: 226681 Reported by: pkubaj@anongoth.pl
* - Update to 0.5.0tota2018-03-213-10/+13
| | | | - Update pkg-descr
* - Update to 0.3.0tota2018-03-213-10/+15
| | | | - Update pkg-descr
* - Update WWWamdmi32018-03-211-1/+1
| | | | Approved by: portmgr blanket
* graphics/py-imageio: Update to 2.3.0yuri2018-03-212-5/+4
| | | | Reported by: portscout
* Remove graphics/pfstmo: pfstmo is a part of pfstoolsyuri2018-03-2119-1814/+0
| | | | | | | I couldn't find an announcement, but all executables from graphics/pfstmo are now in pfstools-2.1.0. graphics/pfstools has been updated to 2.1.0 in r465069
* Remove graphics/pfscalibration: pfs-calibration is a part of pfstools (from ↵yuri2018-03-219-224/+0
| | | | | | | | version 2.0) See announcement in http://pfstools.sourceforge.net/pfscalibration.html graphics/pfstools has been updated to 2.1.0 in r465069
* Remove expired ports:rene2018-03-216-217/+0
| | | | | | | | | | 2018-03-19 graphics/code-eli: Broken for more than 6 months 2018-03-19 databases/pg_rman: Broken for more than 6 months 2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months 2018-03-19 devel/elixir-stemmer: Broken for more than 6 months 2018-03-19 benchmarks/expedite: Broken for more than 6 months 2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months 2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
* Move astro/libkgeomap to astro/libkgeomap-kde4tcberner2018-03-213-5/+5
|
* Fix graphics/dspdfviewer build with modern Clang. The error messageadridg2018-03-201-0/+18
| | | | | | | | is in the (new) patch. PR: 226524 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14652
* graphics/pfstools: Update to 2.1.0yuri2018-03-2043-1441/+328
| | | | | | | | | | | Port changes: * Change to DISTVERSION * Add LICENSE_FILE * Change to cmake (from gmake) * Update of all options accordingly PR: 225537 Submitted by: Iouri V. Ivliev <fbsd@any.com.ru> (maintainer)
* Also broken on aarch64 (missed in previous commit).linimon2018-03-201-0/+1
|
* Mark broken on armvX.linimon2018-03-181-1/+4
| | | | While here, pet portlint.
* Mark as broken on armv7.linimon2018-03-181-0/+2
|
* graphics/drawpile: Update to 2.0.10yuri2018-03-182-4/+4
| | | | | Changelog: https://drawpile.net/news/release-2.0.10/
* graphics/aseprite: Update to 1.2.7.2yuri2018-03-183-42/+37
| | | | | | | | | Port changes: * Unbundle freetype and harfbuzz * Remove unnecessary CXXFLAGS * Add the option STEAM: Compile with Steam library Reported by: portscout
* shotwell: commit plist, which I somehow m issed in the last commitcmt2018-03-181-11/+1
|
* update shotwell to 0.28.0cmt2018-03-175-15/+28
| | | | while here, massage OPENMP_DESC for generic GCC
* graphics/py-pillow: Update to 5.0.0koobs2018-03-172-9/+9
| | | | | | | | | | | | | | | | | | | | | | | - Update to 5.0.0 - Add TEST_DEPENDS, which was missing in previous port versions where test target was defined. - Switch to using pytest, per upstream. - Add comment to track actual (precise) supported Python versions. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (5.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/5.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/5.0.0/CHANGES.rst PR: 226573 [1] Submitted by: Kevin Golding <ports caomhin org> [1]
* graphics/intel-backlight: update to 20180303. This brings a large number of ↵jmd2018-03-164-46/+25
| | | | | | | | | updates including examples and link to the upstream man page. PR: 226326 Submitted by: 0mp@FreeBSD.org Reviewed by: swills (mentor) Approved by: swills (mentor)
* new port: graphics/drm-stable-kmodjmd2018-03-168-1/+77
| | | | | | | | | | This is a repo copy of the last 4.9 status of graphics/drm-next-kmod. While drm-next-kmod serves as the experimental DRM/KMS port, this new port will always trail it and be in a more stable state. This is not a guarantee that drm-stable-kmod will receive all versions from drm-next-kmod, more likely there will be jumps. Mark the two ports as mutually conflicting. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14584
* Fix recursive STAGEDIR referencing.bdrewery2018-03-161-6/+1
| | | | | | | | | This was fixed after initial commit in bsd.ocaml.mk r349286. ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/%%OCAML_SITELIBDIR%% Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/lib/ocaml Error: Orphaned: @dir /wrkdirs/usr/ports/graphics/ocaml-images/work/stage/usr/local/lib ...
* Update to 1.15.12sunpoet2018-03-162-4/+4
| | | | Changes: https://github.com/rcairo/rcairo/blob/master/NEWS
* Mark broken on armv7 the same was as on aarch64.linimon2018-03-151-2/+3
| | | | | | | | Oddly, it seems to build on armv6. Pet portlint. Approved by: portmgr (tier-2 blanket)
* - Update to 2.0.3tota2018-03-152-5/+4
|
* Remove Ego-Lines from fernape's portsfernape2018-03-143-3/+0
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668
* Bump revisions after graphics/osg updateamdmi32018-03-141-0/+1
|
* - Update to 3.4.1amdmi32018-03-144-166/+18
|
* - Update to 1.1.3amdmi32018-03-132-4/+4
|
* Upgrade to v.221.thierry2018-03-132-5/+4
|
* Update MAINTAINER to new FreeBSD.org accountfernape2018-03-133-3/+3
| | | | | | | | Update MAINTAINER email address for Fernando Apesteguia from fernando.apesteguia@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668
* Update py-sip to 4.19.8 and qscintilla2 to 2.10.3tcberner2018-03-132-2/+2
| | | | | PR: 226487 Exp-run by: antoine
* Update KDE Frameworks to 5.44tcberner2018-03-133-9/+9
| | | | | PR: 226498 Exp-run by: antoine
* - Switch to USES=localbaseamdmi32018-03-131-26/+15
| | | | | | | - Switch to options helpers - Unsilence installation commands Approved by: portmgr blanket
* graphics/sane-backends: Make reproducibletobik2018-03-122-1/+15
| | | | | | | | - Don't add a timestamp at build time to the docs - While here add missing USES=jpeg PR: 223620 Submitted by: Michael Kotlyar <mdk369@nyu.edu>
* - Update to 1.2-16tota2018-03-122-5/+4
|
* Fix build with base Clang on 11.1 -- this probably does not cover all of theadridg2018-03-121-0/+25
| | | | | | | | problems listed in the PR, but it's a step. The port remains unmaintained, upstream hasn't been maintained in ~8 years, should probably be deprecated instead. PR: 216197 Approved by: tcberner (mentor, implicit)
* Update to 0.18.8jhale2018-03-122-8/+8
| | | | Changes: https://www.libraw.org/news/libraw-0-18-8
* graphics/mapcache: Fix regression with Mk/Uses/apache.mkbrnrd2018-03-111-7/+4
| | | | | | With hat: apache Reported by: antoine Approved by: fixit blanket
* Return maho@'s ports to the pool after his commit bit expired.rene2018-03-111-1/+1
| | | | With hat: portmgr
* Convert archivers/quazip and archivers/quazip-qt5 into flavorstcberner2018-03-111-2/+2
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14640
* graphics/libprojectm: Take maintainershipyuri2018-03-111-1/+1
| | | | Approved by: tcberner (mentor, implicit)
* Update to 10.80sunpoet2018-03-113-21/+17
| | | | | | | | | | - While I'm here: - Simplify DOCS installation - Convert to options target helper Changes: http://search.cpan.org/dist/Image-ExifTool/Changes PR: 226464 Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-1177-44/+77
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4cpm2018-03-102-2/+2
| | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine)
* Take maintainershipsunpoet2018-03-101-1/+1
|
* Update to 0.32.3sunpoet2018-03-104-33/+32
| | | | | | | | - Adjust option: rename RESSCRIPTS to EXTRESSO - Update pkg-descr - Update WWW Changes: http://git.savannah.nongnu.org/cgit/icoutils.git/tree/NEWS
* Introduce PHP flavors.mat2018-03-0911-16/+14
| | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
* graphics/potrace: Remove the recently added option LIBRARY because it ↵yuri2018-03-092-14/+2
| | | | | | | | | | | | directly conflicts with graphics/libpotrace graphics/libpotrace and graphics/potrace build different parts of the same project and should probably be merged. For now, delete the offending option because it isn't needed. Reported by: Jan Henrik Sylvester <me@janh.de> Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure)
* graphics/potrace: Update to 1.15yuri2018-03-083-15/+23
| | | | | | | | | | | | | Port changes: * Changed DISTVERSION * Simplified MASTER_SITES * Added LIBRARY DOCS options * Moved plist into pkg-plist * Added CONFLICTS PR: 221938 Submitted by: Piotr Smyrak <ps.ports@smyrak.com> (maintainer) Approved by: tcberner (mentor, implicit)
* Update to 0.1.2jhale2018-03-083-11/+11
| | | | Changes: https://github.com/hfiguiere/libopenraw/blob/libopenraw-0.1.2/NEWS
* graphics/bmeps: Update to 4.11.4yuri2018-03-072-7/+6
| | | | | | PR: 226412 Submitted by: takefu@airport.fm (maintainer) Approved by: tcberner (mentor, implicit)
* graphics/dilay: Update to 1.7.0yuri2018-03-073-6/+5
| | | | | | Also updated WWW with the https version. Approved by: tcberner (mentor, implicit)
* Update to 1.3.11sunpoet2018-03-072-8/+9
| | | | | | - Add LICENSE_FILE Changes: https://github.com/silnrsi/graphite/releases
* - Update WWWamdmi32018-03-051-1/+1
| | | | Approved by: portmgr blanket
* Add LICENSE_FILEsunpoet2018-03-051-1/+2
|
* The naming of Qt's Wayland plugin has changed.adridg2018-03-041-1/+1
| | | | | | | Fix plist in this ignored-by-default port. Reported by: tcberner Approved by: tcberner (mentor, implicit)
* graphics/phototonic: Update to 2.0yuri2018-03-022-7/+8
| | | | | | | | | | Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added USE_GL=gl * Added to USE_QT5 Approved by: tcberner (mentor, implicit)
* - Add LICENSE_FILEamdmi32018-03-011-2/+6
| | | | | | | | - Fix shebangs - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket
* graphics/piglit: Unbroke the portyuri2018-03-012-9/+2
| | | | | | | Fixed the python shebang by removing the patch and using USES=shebangfix. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure)
* Update `graphics/embree' to version 2.17.3.danfe2018-03-012-4/+4
| | | | Reported by: portscout
* New port: graphics/ephoto: Comprehensive Image Viewer Using EFLyuri2018-02-285-0/+51
| | | | | | | PR: 226199 Submitted by: lbartoletti@tuxfamily.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14513
* - Fix plistamdmi32018-02-271-1/+1
| | | | Approved by: portmgr blanket
* graphics/delaboratory: Revert r463107tobik2018-02-271-1/+1
| | | | | | and fix typo in maintainer email address portmaster@bsdforfe.com -> portmaster@bsdforge.com
* Maintainer reset for e-mails in domains without MX recordsyuri2018-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15 ports are affected. $ dig absoludicrous.com MX | grep MX ; <<>> DiG 9.12.0 <<>> absoludicrous.com MX ;absoludicrous.com. IN MX $ dig bsdforfe.com MX | grep MX ; <<>> DiG 9.12.0 <<>> bsdforfe.com MX ;bsdforfe.com. IN MX $ dig vmailbox.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vmailbox.org MX ;vmailbox.org. IN MX $ dig virgaria.org MX | grep MX ; <<>> DiG 9.12.0 <<>> virgaria.org MX ;virgaria.org. IN MX $ dig vereshagin.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vereshagin.org MX ;vereshagin.org. IN MX $ dig sucked-in.com MX | grep MX ; <<>> DiG 9.12.0 <<>> sucked-in.com MX ;sucked-in.com. IN MX $ dig pkix.net MX | grep MX ; <<>> DiG 9.12.0 <<>> pkix.net MX ;pkix.net. IN MX $ dig michael-fauste.de MX | grep MX ; <<>> DiG 9.12.0 <<>> michael-fauste.de MX ;michael-fauste.de. IN MX Approved by: tcberner (mentor, implicit)
* Update graphics/imlib2_loaders to 1.5.0zeising2018-02-272-4/+4
|
* Update graphics/imlib2 to 1.5.0.zeising2018-02-273-10/+16
| | | | | Make dependencies and configure flags explicit on/off instead of automatic. Fix up the gif dependency, it was always automatic, even when turned off.
* graphics/drawpile: Update to 2.0.9yuri2018-02-262-4/+4
| | | | | | | Changelog: https://drawpile.net/news/release-2.0.9/ Approved by: tcberner (mentor, implicit)
* graphics/qgis: Update to 2.18.17yuri2018-02-264-25/+24
| | | | | | | | | | | | Additional port changes: * Added PYUIC_PROGRAM because cmake couldn't find pyuic4 * Flavorized some dependencies with missing flavors * Silenced/improved some commands * Updated WWW PR: 226190 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Approved by: tcberner (mentor, implicit)
* Canonicalize dependency on libpngantoine2018-02-261-1/+1
|
* graphics/drm-next-kmod: update DRM/KMS to Linux 4.11 level for recent ↵jmd2018-02-252-8/+7
| | | | | | | | | | | | | | | | | | | | | CURRENT and 11-STABLE. This was tested with CURRENT on: * Haswell * Broadwell * Skylake * Evergreen * Kaveri (both radeon and amgpu KMS) * Carrizo * Polaris Thanks to Johannes Lundberg and Hans Petter Selasky for their heroic efforts! Reviewed by: swills (mentor), rene (mentor) Approved by: swills (mentor), rene (mentor) Obtained from: FreeBSDDesktop Differential Revision: https://reviews.freebsd.org/D14496
* Remove BUILD_DEPENDSsunpoet2018-02-252-8/+5
| | | | | | | | - Use PYGAME - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Update WWW - Take maintainership
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgyuri2018-02-254-4/+4
| | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit)
* Return pawel@'s ports to the pool after he resigned.rene2018-02-251-1/+1
| | | | With hat: portmgr
* Remove outdated post-configure:sunpoet2018-02-241-3/+0
|
* Remove outdated post-configure:sunpoet2018-02-241-3/+0
|
* Give xmj@'s ports back to the pooltcberner2018-02-241-1/+1
| | | | | PR: 226157 Submitted by: xmj
* Reset vg@'s ports after he resigned.rene2018-02-244-4/+4
| | | | With hat: portmgr-secretary
* Update to 2.47sunpoet2018-02-242-4/+4
| | | | Changes: http://search.cpan.org/dist/GraphViz2/Changes
* graphics/mesa-demos: update to 8.4.0jbeich2018-02-246-122/+73
| | | | Changes: https://lists.freedesktop.org/archives/mesa-announce/2018-February/000402.html
* graphics/gmt: Update to 4.5.17yuri2018-02-232-12/+11
| | | | | | | | | | lbartoletti@tuxfamily.org takes maintainership. Also changed to DISTVERSION. PR: 225786 Submitted by: lbartoletti@tuxfamily.org Approved by: tcberner (mentor, implicit)
* Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-2334-23/+23
| | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
* Fix build on 12.0-CURRENT after upgrading clang, llvm, lld, lldb, compiler-rtehaupt2018-02-211-1/+8
| | | | | | and libc++ to 6.0.0 by falling back to gcc. Notified by: pkg-fallout
* graphics/drm-next-kmod: fix breakage caused by changes to VM_WAIT macro.jmd2018-02-212-5/+5
| | | | | Approved by: swills (mentor, implicit) Obtained from: FreeBSDDesktop
* graphics/evince: fix plist if DBUS is not selectedpi2018-02-202-4/+4
| | | | | PR: 221781 Submitted by: vvd@unislabs.com
* - Add MAKE_JOBS_UNSAFE=yes.stephen2018-02-201-1/+2
| | | | | PR: ports/226051 Submitted by: Don Lewis <truckman@FreeBSD.org>
* graphics/evince{-lite}: update 3.18.2 -> 3.26.0pi2018-02-209-394/+109
| | | | | | | | PR: 221781 Submitted by: rozhuk.im@gmail.com, joerg Reviewed by: Rainer Hurling <rhurlin@gwdg.de>, Greg Veldman <greg@gregv.net> Approved by: gnome (maintainer timeout) Relnotes: https://github.com/GNOME/evince/blob/master/NEWS
* When using opt_VARS and the value of the variable has space, it must bemat2018-02-201-2/+2
| | | | | | quoted. Sponsored by: Absolight
* graphics/drm-next-kmod: update port to fix a build failure introduced by ↵jmd2018-02-192-5/+5
| | | | | | | | | recent changes to the base linuxkpi in HEAD. No functional change. Reported by: Ian Freislich Reviewed by: swills (mentor) Approved by: swills (mentor) Obtained from: FreeBSDDesktop
* Reduce dependency on the python2 metaportantoine2018-02-1921-34/+53
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Update to 2.68sunpoet2018-02-192-4/+4
| | | | Changes: http://search.cpan.org/dist/GD/ChangeLog
* Use CMAKE_ONsunpoet2018-02-191-3/+2
|
* - Update to 3.6.0lwhsu2018-02-193-55/+18
| | | | | | | - Grab maintainership for gnome@ PR: 223360 Submitted by: Charlie Li <ml+freebsd@vishwin.info>
* Fix build on armriggs2018-02-182-1/+46
| | | | | | | | | | Details: - Obtain patch-2d66943 from upstream head - Bump PORTREVISION - While on it: Pet portlint PR: 225680 Submitted by: mikael.urankar@gmail.com
* Upgrade to v.220.thierry2018-02-182-4/+4
|
* Update QScintilla 2.10.2.rakuco2018-02-183-4/+6
| | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
* Deprecate ports broken for more than 6 monthsantoine2018-02-182-0/+4
|
* - Fix LICENSEamdmi32018-02-182-2/+4
| | | | | | - Add LICENSE_FILE - Add NO_ARCH - Update WWW
* graphics/drm-next-kmod and graphics/gpu-firmware-kmod: after MFC'ing the ↵jmd2018-02-182-5/+12
| | | | | | | | | relevant parts of the linuxkpi to 11-STABLE by hps allows us to now support the Linux-based KMS bits there. Adjust the OSVERSION check accordingly. Reviewed by: swills (mentor) Approved by: swills (mentor) Obtained from: FreeBSDDesktop / hps Differential Revision: https://reviews.freebsd.org/D14424
* Update to 1.6.1jhale2018-02-164-14/+22
| | | | Changes: https://files.dyne.org/frei0r/ChangeLog.txt
* graphics/povray36, fix build with clang6tcberner2018-02-161-0/+1
|
* Update to 0.18.7jhale2018-02-162-8/+11
| | | | | | | Changes: https://www.libraw.org/download#changelog MFH: 2018Q1 Security: c60804f1-126f-11e8-8b5b-4ccc6adda413 Security: 6f0b0cbf-1274-11e8-8b5b-4ccc6adda413
* Update KDE Frameworks to 5.43.0tcberner2018-02-163-9/+9
| | | | | | | PR: 225869 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D14287
* Do not install LICENSE_FILE to DATADIRsunpoet2018-02-152-5/+4
| | | | - Bump PORTREVISION for package change
* devel/boost-python-libs got forgotten in the python flavorization, fixmat2018-02-157-7/+7
| | | | | | | | this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368
* opencv-java fails to build with python3antoine2018-02-151-1/+1
|