Commit graph

22849 commits

Author SHA1 Message Date
Olivier Cochard
1514022e9d New port: graphics/natron
Natron is a node-graph based video compositing software. Similar in
functionalities to Adobe After Effects and Foundry Nuke.
2018-05-02 00:07:48 +00:00
Olivier Cochard
2cf9a63df9 New port: graphics/openfx-arena
Extra set of OpenFX plugins designed for Natron but also compatible with other
hosts.
2018-05-01 23:59:23 +00:00
Olivier Cochard
e03ec2f3ff New port: graphics/openfx-misc
Miscellaneous OFX / OpenFX / Open Effects plugins. These plugins were
primarily developped for Natron, but may be used with other OpenFX hosts.
2018-05-01 23:51:34 +00:00
Olivier Cochard
a0214cc07a New port: graphics/openfx-io
It's a set of Readers/Writers plugins written using the OpenFX standard.
2018-05-01 23:44:32 +00:00
Dmitry Marakasov
05d1c9fcbe - Update to 1.1.5 2018-04-29 21:14:26 +00:00
Tobias C. Berner
e5c922e0d6 New port: graphics/kphotoalbum
* KF5 based version of graphics/kphotoalbum-kde4
2018-04-29 17:56:08 +00:00
Tobias C. Berner
ddd37ce3fd Update the QScintilla2 ports to 2.10.4 2018-04-29 16:19:44 +00:00
Jean-Sébastien Pédron
f3197da792 graphics/darktable: Build with LLVM 6.0
... 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.
2018-04-29 09:24:57 +00:00
Antoine Brodin
46ae254d06 Remove sverchok-blender, it prevents poudriere from starting
Pointy hat:	yuri
With hat:	portmgr
2018-04-29 05:42:06 +00:00
Jan Beich
8346fbad8b graphics/mesa-{libs,dri}: update to 18.0.2
Changes:	https://www.mesa3d.org/relnotes/18.0.2.html
PR:		225415
2018-04-28 20:56:05 +00:00
Tobias C. Berner
e714368786 Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
2018-04-28 18:11:49 +00:00
Thomas Zander
3c0bbaa33b Update to upstream version 2.79b
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)
2018-04-28 12:19:23 +00:00
Tobias C. Berner
76ac075c54 Fix PKGBASE duplication for graphics/digikam and graphics/digikam-kde4
Reported by:	antoine
2018-04-28 10:05:38 +00:00
Dmitry Marakasov
07bfe50293 - Update WWW
Approved by:	portmgr blanket
2018-04-28 09:33:50 +00:00
Tobias C. Berner
d612ccda16 Update calligra, krita, kexi (and their dependencies) to their newest versions 2018-04-28 09:28:46 +00:00
Tobias C. Berner
1e08bf8204 Add ports for digikam5. 2018-04-28 07:39:40 +00:00
Tobias C. Berner
05c7a17cbe Update grahics/exiv2 to 0.26
PR:		223625
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12345
2018-04-28 06:14:58 +00:00
Jan Beich
dab52a12cd graphics/mesa-dri: switch to llvm60
PR:		227682
2018-04-27 23:09:59 +00:00
Tobias C. Berner
14065fd881 Add the KDE metaports
* add multimedia/dragon (was missing)
* add the meta ports for the categories
* add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
2018-04-27 21:47:35 +00:00
Jan Beich
45e5505082 graphics/amide: unbreak with ffmpeg 4.0
mpeg_encode.c:301:20: error: no member named 'me_method' in 'struct AVCodecContext'
  encode->context->me_method=5; /* 5 is epzs */
  ~~~~~~~~~~~~~~~  ^

PR:		227726
2018-04-27 15:38:48 +00:00
Jan Beich
f3db8f6ed6 graphics/gnash: unbreak with ffmpeg 4.0
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
2018-04-27 15:28:12 +00:00
Jan Beich
3c32229a3b graphics/blender: unbreak with ffmpeg 4.0
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
2018-04-27 10:39:31 +00:00
Tobias C. Berner
c3c66ef88c Update KDE Frameworks to 5.45.0
PR:		227512
Exp-run by:	antoine
2018-04-26 19:54:43 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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
2018-04-25 16:42:37 +00:00
Muhammad Moinur Rahman
9edf7fa77c graphics/geoserver: Update version 2.12.1=>2.13.0
Relnotes:	http://blog.geoserver.org/2018/03/20/geoserver-2-13-0-released/
2018-04-25 00:01:31 +00:00
Jung-uk Kim
e00ee04e04 Update to 0.1.8.
https://gerrit.libreoffice.org/gitweb?p=libetonyek.git;a=blob_plain;f=NEWS;h=71a219e
2018-04-24 21:37:53 +00:00
Jean-Sébastien Pédron
fcd329e1d1 graphics/darktable: Update to 2.4.3
Release notes:
https://www.darktable.org/2018/04/darktable-243-released/
2018-04-24 16:21:00 +00:00
Jan Beich
4b53c41f5e graphics/gegl3: unbreak with ffmpeg 4.0
./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
2018-04-24 13:56:41 +00:00
Jan Beich
41b40a846c graphics/gegl: unbreak with ffmpeg 4.0
./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
2018-04-24 13:56:29 +00:00
Jan Beich
369898f633 graphics/openimageio: link to actual commit instead 2018-04-24 13:56:13 +00:00
Jan Beich
c2219fa236 graphics/openimageio: unbreak with ffmpeg 4.0
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
2018-04-24 00:17:53 +00:00
Jan Beich
b5b69e9448 graphics/opencv: unbreak with ffmpeg 4.0
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)
2018-04-24 00:17:35 +00:00
Kirill Ponomarev
55eeaab172 Update to version 4.14.0
PR:		227572
Submitted by:	maintainer
2018-04-23 18:35:55 +00:00
Yuri Victorovich
6b0864be3c graphics/dilay: Update 1.7.0 -> 1.7.1
Reported by:	portscout
2018-04-23 08:16:22 +00:00
Alexey Dokuchaev
74a710cafa - Update `graphics/azpainter' to version 2.1.2
- Switch to recently added OSDN mastersite macro
- Update existing locales, add new one (Belarusian)
- TIMESTAMP (azpainter-2.1.2.tar.xz) = 1524119880
2018-04-22 15:08:34 +00:00
Sunpoet Po-Chuan Hsieh
9951f19d1d Update to 1.0.0
- Update MASTER_SITES

Changes:	https://chromium.googlesource.com/webm/libwebp/+/1.0.0/NEWS
2018-04-22 12:49:46 +00:00
Dmitry Marakasov
291daf90dd - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
2018-04-22 09:33:46 +00:00
Niclas Zeising
bbca5d979c Update to 2.26
ChangeLog: https://feh.finalrewind.org/archive/2.26/
2018-04-21 08:01:59 +00:00
Jan Beich
a3d04c21b3 graphics/pcl-pointclouds: unbreak with boost 1.67
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
2018-04-20 02:31:21 +00:00
Cy Schubert
b4aef4b80b Add xpdf.desktop files to both xpdf ports so that it is possible to set
xpdf to be the default PDF viewer via xdg-mime.

PR:		227627
Submitted by:	0mp@
2018-04-20 01:54:02 +00:00
Emanuel Haupt
75e8b44eb1 Update to 1.4.6 2018-04-19 15:09:59 +00:00
Jan Beich
954b34dc98 graphics/mesa-{libs,dri}: update to 18.0.1
Changes:	https://www.mesa3d.org/relnotes/18.0.1.html
PR:		225415
2018-04-18 17:48:29 +00:00
Jan Beich
1e53503986 Adjust PORTREVISION order to pet portlint after r467711
Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
when DISTVERSION*FIX is used.
2018-04-18 14:06:09 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
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
2018-04-18 13:57:42 +00:00
Jan Beich
a3bdf9d70a graphics/gsculpt: unbreak with boost 1.67
/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)
2018-04-18 08:33:48 +00:00
TAKATSU Tomonari
005e93c2f1 - Update to 1.8.1
- Update LICENSE section
- Update pkg-descr
2018-04-18 08:30:13 +00:00
Jan Beich
17c7d44864 graphics/caffe: unbreak with boost 1.67
/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)
2018-04-18 08:04:04 +00:00
Jan Beich
488cfe3a41 graphics/py-openimageio: expose Python 3.x support after r461885 2018-04-18 06:39:37 +00:00
Jan Beich
02e02133d3 graphics/py-openimageio: unbreak with boost 1.67
-- 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)
2018-04-18 06:39:24 +00:00
Nicola Vitale
444db00103 - Update to 1.801
- Add LICENSE_FILE
2018-04-17 16:02:58 +00:00
Dmitry Marakasov
4c7c37a8c6 - Switch to USES=localbase
- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
2018-04-17 13:30:59 +00:00
Dmitry Marakasov
75a9adbc97 - Update WWW
Approved by:	portmgr blanket
2018-04-17 09:33:40 +00:00
Jan Beich
aa18f88348 graphics/aqsis: unbreak with boost 1.67
/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
2018-04-17 07:57:33 +00:00
Jan Beich
1c4eec3721 graphics/freeimage: unbreak consumers on arm* with NEON
$ 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)
2018-04-16 00:37:31 +00:00
Jan Beich
7a15de1168 graphics/freeimage: unbreak on armv7
/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)
2018-04-15 23:57:59 +00:00
Jan Beich
1ce36a57d2 graphics/freeimage: unbreak build with Clang 6 (C++14 by default)
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)
2018-04-15 23:57:45 +00:00
Sunpoet Po-Chuan Hsieh
51ebd65b05 Fix CVE-2016-5684
- 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
2018-04-15 19:12:19 +00:00
Kurt Jaeger
9efedc4a0e New port: graphics/openorienteering-mapper
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
2018-04-15 15:45:12 +00:00
Tijl Coosemans
5971959c5a Fix build with EPUB option disabled. 2018-04-15 14:06:49 +00:00
Jan Beich
9ee06d2610 graphics/py-exiv2: unbreak with boost 1.67
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)
2018-04-15 00:41:57 +00:00
Yuri Victorovich
d5a4d63739 graphics/lightzone: Update 4.1.7 -> 4.1.8-3 2018-04-14 18:45:17 +00:00
Yuri Victorovich
7e74b12f4f New port: graphics/cloudcompare: 3D point cloud processing software
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>
2018-04-14 14:52:04 +00:00
Tobias C. Berner
976792c819 multimedia/gstreamer1-qt4, multimedia/gstreamer1-qt5: create flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14641
2018-04-14 14:02:49 +00:00
Tobias C. Berner
4789e18f7d devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
2018-04-14 13:16:32 +00:00
Tobias C. Berner
cbfa894960 devel/qca, devel/qca-qt5 -- create flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
2018-04-14 11:09:16 +00:00
Yuri Victorovich
06466b64ef graphics/py-pyembree: Update 0.1.3 -> 0.1.4 2018-04-14 03:06:33 +00:00
Eric Turgeon
7d2d36aed6 Updating MATE ports to and patch for MATE 1.20
Reviewed by:	kwm
Approved by:	bapt (mentor)
2018-04-13 21:16:56 +00:00
Dmitry Marakasov
a45700ef32 - Update to 1.1.4 2018-04-13 20:05:34 +00:00
Thierry Thomas
de60016d51 Upgrade to v2.2.2. 2018-04-12 19:45:35 +00:00
Yuri Victorovich
3eb64ea5c0 graphics/farbfeld: Update 3 -> 4
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)
2018-04-12 09:44:13 +00:00
Sunpoet Po-Chuan Hsieh
9b3d870a55 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:22 +00:00
Sunpoet Po-Chuan Hsieh
d15176d51e Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:16 +00:00
Sunpoet Po-Chuan Hsieh
1856da91bb Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:06 +00:00
Sunpoet Po-Chuan Hsieh
c940c7643e Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:49:35 +00:00
Sunpoet Po-Chuan Hsieh
c08cd8d135 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:49:30 +00:00
Christoph Moench-Tegeder
845cbf7235 graphics/shotwell: update to 0.28.2 2018-04-11 12:45:34 +00:00
Dmitry Marakasov
1958aa7b3c - Add LICENSE_FILE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2018-04-11 09:33:39 +00:00
Kirill Ponomarev
3fda6ed6a7 Update to 4.12.0a
PR:		227433
Submitted by:	maintainer
2018-04-11 07:01:02 +00:00
Guido Falsi
b08077f77d Fix graphics/poppler-qt5 provided include file, causing dependent
ports to fail when including it.

PR:		221805
Submitted by:	me
Approved by:	gnome (kwm)
2018-04-10 18:46:47 +00:00
Dmitry Marakasov
9697387a81 - Switch to new test framework
Approved by:	portmgr blanket
2018-04-10 08:33:38 +00:00
TAKATSU Tomonari
408bea65f7 - Update to 0.5.1 2018-04-10 08:26:30 +00:00
TAKATSU Tomonari
7cfaa721a9 - Update to 1.0.0 2018-04-10 07:42:59 +00:00
Jan Beich
89ca0fa3f1 graphics/mesa-{libs,dri}: update to 18.0.0
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)
2018-04-10 00:15:05 +00:00
Jan Beich
8892ec72d2 graphics/mesa-{libs,dri}: update to 17.3.8
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)
2018-04-10 00:14:41 +00:00
Jan Beich
f6cdd911fa graphics/mesa-dri: fix device name detection for Wayland/EGL
PR:		223030
Submitted by:	Greg V
Obtained from:	upstream (Mesa 18.0.0)
Approved by:	maintainer timeout (4 months)
2018-04-10 00:14:22 +00:00
Jan Beich
0696a89603 graphics/mesa-dri: always lower kernel version check
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
2018-04-10 00:14:03 +00:00
Tobias C. Berner
01fe74759a New ports: KDE Applications graphics/
* 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
2018-04-08 17:01:54 +00:00
Alex Dupre
4918cda5e9 Update to 5.6.35 release.
PR:		227246
Submitted by:	Dani <i.dani@outlook.com>
2018-04-08 06:59:57 +00:00
Yuri Victorovich
35ced8dcf1 graphics/py-imageio: Add USE_PYTHON=concurrent; Change WWW to https
Approved by:	portmgr blanket
2018-04-08 06:48:55 +00:00
Tobias Kortkamp
159b870fae Drop maintainership of graphics/imv 2018-04-08 06:08:43 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
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)
2018-04-06 15:53:16 +00:00
Ashish SHUKLA
11f6aa63c3 - Update to 1.4
- 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
2018-04-06 14:54:29 +00:00
Tobias Kortkamp
c4df193039 www/webkit2-gtk3: Update to 2.20.0
- 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
2018-04-05 20:13:48 +00:00
Antoine Brodin
ba8b9fc0da Mark BROKEN: conflicting dependencies
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
2018-04-05 07:22:32 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- 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
2018-04-05 04:52:36 +00:00
Sunpoet Po-Chuan Hsieh
d199aefeff Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2018-04-04 10:56:53 +00:00
Jan Beich
84086c3127 graphics/mapnik: unbreak with ICU 61
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
2018-04-04 09:46:30 +00:00
Rodrigo Osorio
6dacd707f5 Fix space in the Makefile
Bump PORTREVISION

MFH:		2018Q2
2018-04-03 22:51:01 +00:00
Rodrigo Osorio
7bcc3f24a2 Move ufraw from sourceforge to github
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
2018-04-03 22:47:43 +00:00
Steven Kreuzer
d46cfd0917 Update to version 0.17.0 2018-04-03 18:03:08 +00:00