Sunpoet Po-Chuan Hsieh
d813e2c279
Update to 1.3.28
...
Changes: http://www.graphicsmagick.org/NEWS.html
2018-01-22 15:46:31 +00:00
Michael Reifenberger
e2b6f61df5
Try to simplify the Makefile and avoid linking to the unneeded qt libs.
...
PR: 212166
2018-01-21 16:58:31 +00:00
Guido Falsi
80ede26c82
- Update qgis to 2.18.15
...
- Fix TEST option
PR: 224404
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2018-01-21 16:55:23 +00:00
Michael Reifenberger
6c64a8b990
Update to 1.4.2
...
PR: 213010
2018-01-21 16:13:07 +00:00
Sunpoet Po-Chuan Hsieh
780bfd3f12
Fix build when libICE is installed but libSM is not
...
- Bump PORTREVISION for dependency change
PR: 220455
Reported by: John Smith <godevilove@ya.ru>
2018-01-21 13:51:55 +00:00
Antoine Brodin
5b9a9d57ac
New port: graphics/py-yaswfp
...
Yet Another SWF Parser.
WWW: https://github.com/facundobatista/yaswfp
2018-01-21 13:30:43 +00:00
Jan Beich
8560f93ddc
graphics/libprojectm: unbreak build with Clang 6 (C++14 by default)
...
MilkdropPresetFactory/Parser.cpp:1408:10: error: invalid operands to binary expression ('std::istream' (aka 'basic_istream<char>') and 'nullptr_t')
if (fs == NULL)
~~ ^ ~~~~
Renderer/VideoEcho.cpp:77:30: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]
float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy},
^~~~~~~~~~
Renderer/VideoEcho.cpp:77:30: note: insert an explicit cast to silence this issue
float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy},
^~~~~~~~~~
static_cast<float>( )
Reported by: pkg-fallout
Obtained from: upstream
2018-01-21 02:24:22 +00:00
Mikhail Teterin
a5e62027a0
Instead of setting MK_PROFILE=no, revert to setting NO_PROFILE.
...
Because bsd.own.mk is jealous about user setting MK_PROFILE...
Reported by: cpm@
2018-01-21 02:20:31 +00:00
Mikhail Teterin
adfc6a946c
Upgrade from 1.3.1-4 to 1.3.1-10 (security fixes).
...
Resolve errors triggered on -current by the use of C++17
PR: 225299
2018-01-21 01:09:18 +00:00
Antoine Brodin
4f8127ec05
Update devel/doxygen to 1.8.14
...
PR: 225290
Submitted by: Naram Qashat (maintainer)
2018-01-19 21:28:34 +00:00
Thierry Thomas
37beac9842
Upgrade to 2.1.9.
2018-01-19 21:14:32 +00:00
Rene Ladan
2fc2a635f6
Remove expired port:
...
2018-01-18 graphics/py-rabbyt: Development ceased, no longer used in the ports
2018-01-19 18:37:39 +00:00
Mathieu Arnold
c8fb02ae31
Options are already optional.
...
Sponsored by: Absolight
2018-01-19 17:04:52 +00:00
Boris Samorodov
041cc9b1a3
Adobe wants to enable consistent, high-quality color workflows. For
...
color workflows to succeed, color information must be shared by
many people, from original creator to final publisher. For this
reason, Adobe is supplying ICC profiles as a free download for
graphics professionals to use across their workflows.
WWW: http://supportdownloads.adobe.com/detail.jsp?ftpID=4075
2018-01-18 22:13:05 +00:00
Boris Samorodov
af42482292
graphics/iccexamin: Fix build with clang6, spaces->tabs
...
. fix build with clang6 by forcing --std=c++98;
. spaces->tabs at a makefile assignment.
2018-01-18 21:46:57 +00:00
Sunpoet Po-Chuan Hsieh
f9763df372
Use USE_CXXSTD
...
- Fix typo
- Reformat pkg-descr
2018-01-18 14:42:15 +00:00
Jan Beich
25beeff079
devel/boost-*: update to 1.66.0
...
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Jung-uk Kim
c2cb9f1eb5
- Fix build with Clang 6.0. [1]
...
- Fix license and prefer HTTPS for WWW.
PR: 225006 [1]
2018-01-17 20:38:40 +00:00
Johannes M Dieterich
c0a11c8c21
graphics/drm-next-kmod: Update to a newer version that includes a patch to fix 32 bit ioctls for radeonkms.
...
Approved by: swills (mentor, implicit)
Obtained from: FreeBSDDesktop
2018-01-17 15:37:56 +00:00
Tobias C. Berner
94ac845319
Update KDE Frameworks to 5.42.0
...
PR: 225155
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00
Tobias C. Berner
92e36c5c91
graphics/frei0r-plugins-opencv, fix build against clang6
...
PR: 224669
2018-01-17 09:59:37 +00:00
Johannes M Dieterich
827c08bb37
graphics/drm-next-kmod: Bump portrevision to force rebuild. Recent changes to HEAD (debugfs it seems) broke the previous binary package.
...
Reported by: nomadlogic (FreeBSDDesktop)
Approved by: swills (mentor)
2018-01-16 16:23:12 +00:00
Boris Samorodov
f25ca13886
Switch pkg-pist WWW: label to apropriate HTTPS addresses.
2018-01-16 15:12:27 +00:00
Raphael Kubo da Costa
958d8a095b
Fix the build with clang 6.0, which defaults to using -std=gnu++14.
...
/wrkdirs/usr/ports/graphics/digikam-kde4/work/digikam-4.14.0/core/libs/dimg/loaders/pgfloader.cpp:301:27: error: use of undeclared identifier 'NULL'
NULL,
^
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^
/usr/local/include/libpgf/PGFplatform.h:488:20: note: expanded from macro 'nullptr'
#define nullptr NULL
^
/wrkdirs/usr/ports/graphics/digikam-kde4/work/digikam-4.14.0/core/libs/dimg/loaders/pgfloader.cpp:461:26: error: use of undeclared identifier 'NULL'
NULL,
^
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^
/usr/local/include/libpgf/PGFplatform.h:488:20: note: expanded from macro 'nullptr'
#define nullptr NULL
^
PR: 224945
2018-01-16 13:26:44 +00:00
Boris Samorodov
d630b989fc
graphics/oyranos: Fix build with clang-6.0.0.
...
The source development branch is already patched.
2018-01-16 11:45:29 +00:00
Don Lewis
919e2b1341
Force -std=c++98 so that clang 6.0.0 can compile this code.
2018-01-16 05:56:38 +00:00
Yuri Victorovich
ce6c104549
New port: graphics/pcl-pointclouds: Point Cloud Library
...
A standalone, large scale, open project for 2D/3D image and point
cloud processing.
http://pointclouds.org/
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13697
2018-01-16 05:53:01 +00:00
Carlos J. Puga Medina
57f0290e32
- Fix manpage installation in /usr/local/man/man1
...
- Update WWW in pkg-descr
- Bump PORTREVISION
PR: 224852
Submitted by: myself
Approved by: ashish (maintainer timeout, 2 weeks)
2018-01-16 00:47:51 +00:00
Yuri Victorovich
309c2a0c3d
New port: graphics/sverchok-blender: Add-on for Blender: parametric tool for architects and designers
...
This add-on extends the functionality of Blender.
It allows to draw 3D objects ans scenes in a purely visual way, using the
graph-like interface, without the knowledge of any programming languages.
graphics/blender is modified, blender/Makefile.versions with the versions
is created for easy inclusion into the add-on ports.
Submitted by: myself
Approved by: tcberner (mentor), FreeBSD@Shaneware.biz (maintainer of graphics/blender)
Differential Revision: https://reviews.freebsd.org/D13721
2018-01-15 23:52:50 +00:00
Yuri Victorovich
a3460c71c8
graphics/dilay: Update to 1.6.1
...
The upstream had the problem with missing includes.
This is why the version is set to 1.6.1-11.
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13878
2018-01-15 23:25:18 +00:00
Alexey Dokuchaev
bde558a465
Unbreak the build against new Clang version 6.0.0 (due to the same nature
...
of the changes, should've been part of r459108).
PR: 224989
2018-01-15 18:42:10 +00:00
Sunpoet Po-Chuan Hsieh
8fbe622103
Update to 0.8.2
...
Changes: https://github.com/xflr6/graphviz/blob/master/CHANGES.txt
PR: 224979
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-01-15 17:16:56 +00:00
Cy Schubert
dfe7f17f6e
Some users have reported broken buttons. Make broken buttons work.
...
Submitted by: John Hay <john@sanren.ac.za>
MFH: 2018Q1
2018-01-15 04:27:10 +00:00
Jan Beich
7bf2353e39
graphics/sekrit-twc-zimg: update to 2.7.1
...
Changes: https://github.com/sekrit-twc/zimg/compare/release-2.7...release-2.7.1
ABI: https://abi-laboratory.pro/tracker/timeline/z/
2018-01-14 19:38:55 +00:00
Sunpoet Po-Chuan Hsieh
044dedcf7b
Update to 3.3.1
...
Changes: https://github.com/mozilla/mozjpeg/releases
https://github.com/mozilla/mozjpeg/blob/master/ChangeLog.md
https://github.com/mozilla/mozjpeg/commits/master
2018-01-14 14:14:22 +00:00
Ben Woods
2ae5564223
graphics/libgphoto2: Update to 2.5.16
...
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2
Also bump PORTREVISION of ports depending on these.
PR: 224611
Submitted by: bsam (graphics/libgphoto2)
2018-01-14 01:23:15 +00:00
Rene Ladan
30433f0c7f
Return kevlo's ports to the pool, he handed in his commit bit.
...
With hat: portmgr-secretary
2018-01-12 11:21:07 +00:00
Kurt Jaeger
b9ec7e8146
graphics/cuneiform: maintainer reset on request of maintainer
...
PR: 224887
Submitted by: samm@os2.kiev.ua
2018-01-11 19:04:34 +00:00
Alexey Dokuchaev
7b85b686ee
Remove superfluous linefeeds and fix some other minor whitespace bugs.
2018-01-11 16:53:44 +00:00
Tobias Kortkamp
b09e6b615b
graphics/llpp: Fix build with MuPDF 1.12.0
...
llpp > 25 supports MuPDF 1.12.0 out of the box however we currently
lack Ocaml 4.04 in the ports tree. llpp 25 is the last version that
supports Ocaml 4.02, so backport some changes instead.
PR: 224712
2018-01-11 14:21:22 +00:00
Tobias Kortkamp
92d94883e3
graphics/zathura-pdf-mupdf: Update to 0.3.2
...
Fixes build with MuPDF 1.12.0
PR: 224712
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-01-11 14:20:38 +00:00
Tobias Kortkamp
bea407b12e
graphics/zathura: Update to 0.3.8
...
PR: 224712
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
Approved by: quentin.stievenart@gmail.com (maintainer)
2018-01-11 14:20:08 +00:00
Tobias Kortkamp
2b120d188b
graphics/mupdf: Update to 1.12.0
...
Changes: http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;h=e37c478a397198eae4c62f623747229c18e9035d;hb=HEAD
PR: 224712
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-01-11 14:19:44 +00:00
Alexey Dokuchaev
a247b2f47d
Do not abuse INSTALL_MAN when installing documentation, examples, and
...
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Steve Wills
2c701b3065
graphics/gtk-update-icon-cache to v2.24.31
...
PR: 224596
Submitted by: hardy.schumacher@gmx.de
Approved by: gnome@ (kwm)
2018-01-10 18:57:31 +00:00
Ben Woods
6b2a67228d
graphics/synfigstudio: Update to 1.2.1
...
- Also update supporting ports devel/synfig and devel/etl to match
Changes this release:
https://morevnaproject.org/2017/09/11/synfig-1-2-1-released/
https://morevnaproject.org/2017/01/10/synfig-1-2-0-released/
2018-01-09 15:57:07 +00:00
Dmitry Marakasov
bd2e2ca918
- Update to 2.0.2
2018-01-09 15:57:00 +00:00
Ben Woods
a483e05641
graphics/synfigstudio: Unbreak build
...
Reported by: Ian Trudel <ian.trudel@gmail.com>
2018-01-09 15:11:09 +00:00
Dmitry Marakasov
c17e0a474e
- Update to 1.1.1
2018-01-09 12:14:13 +00:00
Mathieu Arnold
afb43abb77
Remove a few text occurrences of NOPORTDOCS.
...
Sponsored by: Absolight
2018-01-09 07:55:05 +00:00