aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* graphics/ppminfo: Document ncurses requirementmarino2016-11-201-1/+1
|
* lang/p2c, graphics/gle-graphics: Document ncurses requirementmarino2016-11-201-1/+2
| | | | Approved by: ncurses blanket
* devel/icu: update to 58.1jbeich2016-11-204-4/+4
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Fix PLISTsunpoet2016-11-201-1/+1
|
* - Update to 1.2.3sunpoet2016-11-205-205/+6
| | | | | | - Remove BUILD_DEPENDS Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog
* - Pet portlintsunpoet2016-11-204-1/+1
| | | | - Rename patch files
* - Update to 0.5.1sunpoet2016-11-203-6/+7
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* - Update to 1.4.2sunpoet2016-11-203-6/+7
| | | | | Changes: http://lists.osgeo.org/pipermail/metacrs/2016-August/000911.html https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/ChangeLog
* - Update to 2.8sunpoet2016-11-203-120/+4
| | | | Changes: https://github.com/mm2/Little-CMS/blob/master/ChangeLog
* Add:olivierd2016-11-199-0/+108
| | | | | | | | | | | | - lximage-qt - lximageqt-l10n (translation files) Qt port of LXImage, a simple and fast image viewer. It contains also screenshot tool. WWW: http://lxqt.org/ Obtained from: LXQt repository
* - enable sparc64dinoex2016-11-191-1/+1
|
* - Fix geos::geom::CoordinateArraySequenceFactory assertionsunpoet2016-11-191-0/+5
| | | | | | | | - Convert to new test framework - Bump PORTREVISION for package change PR: 213173 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
* graphics/php5-ffmpeg: unbreak build with ffmpeg 3.xjbeich2016-11-193-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg_movie.c:975:41: error: use of undeclared identifier 'CODEC_ID_MPEG2TS'; did you mean 'AV_CODEC_ID_MPEG2TS'? } else if (decoder_ctx->codec_id == CODEC_ID_MPEG2TS) { ^~~~~~~~~~~~~~~~ AV_CODEC_ID_MPEG2TS /usr/local/include/libavcodec/avcodec.h:647:5: note: 'AV_CODEC_ID_MPEG2TS' declared here AV_CODEC_ID_MPEG2TS = 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS ^ ffmpeg_frame.c:502:34: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean 'AV_PIX_FMT_YUV420P'? _php_convert_frame(ff_frame, PIX_FMT_YUV420P); ^~~~~~~~~~~~~~~ ffmpeg_frame.c:514:50: error: use of undeclared identifier 'PIX_FMT_YUV420P'; did you mean 'AV_PIX_FMT_YUV420P'? avpicture_alloc((AVPicture*)resampled_frame, PIX_FMT_YUV420P, ^~~~~~~~~~~~~~~ /usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared here AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) ^ PR: 214191 Approved by: portmgr blanket
* Upgrade to v.179.thierry2016-11-192-4/+4
|
* - Update to 3.16.2.1vg2016-11-184-7/+26
| | | | | | | | - Fix unsupported major.minor version 52.0 PR: ports/213839 Submitted by: olevole@olevole.ru Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
* graphics/zphoto: unbreak with libc++ 3.9jbeich2016-11-181-0/+13
| | | | | | | | | | | image.cpp:557:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *suffix1 = strrchr(src, '.'); ^ ~~~~~~~~~~~~~~~~~~ image.cpp:558:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *suffix2 = strrchr(dest, '.'); ^ ~~~~~~~~~~~~~~~~~~ PR: 212343 Reported by: antoine (via exp-run)
* Update to 1.6.26antoine2016-11-183-7/+7
| | | | PR: 214496
* - Switch to USES=localbaseamdmi32016-11-171-12/+11
| | | | - Switch to options helpers
* Update to 1.3.9.jkim2016-11-172-3/+4
|
* graphics/libGL: fix typojbeich2016-11-171-1/+1
|
* Mark as broken on various tier-2 archs.linimon2016-11-167-7/+24
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Fix build with gcc5pawel2016-11-151-2/+8
| | | | | PR: 213996 (based on) Submitted by: Kenneth Salerno
* update shotwell to 0.24.2cmt2016-11-153-7/+6
| | | | | | PR: 214453 Submitted by: Piotr Kubaj Approved by: rene (mentor)
* Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ↵tcberner2016-11-159-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Applications) KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE=<framework1> <framework2> ... <frameworkX> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329
* Update to version 2.12.0 which contains a number of improvements and fixes,danfe2016-11-142-4/+4
| | | | | | | | | | | | including large memory consumption fix (issue was introduced in v2.11.0). If you use v2.11.0 please upgrade to v2.12.0 at your earliest convenience. While here, pacify portlint(1). Reported by: portscout Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1476794305 which corresponds to commit 39d72c4 tagged as this release.
* - fix build on aarch64dinoex2016-11-142-2/+15
| | | | | PR: 213864 Submitted by: Andrew Turner
* - Update to 1.5.5danilo2016-11-142-6/+5
| | | | - Remove p5-Archive-Tar from RUN_DEPENDS list. It's present in Perl core.
* - Update to 8.4.4danilo2016-11-143-8/+7
|
* graphics/llpp: Fix 'crashes Firefox sometimes'pi2016-11-132-1/+22
| | | | | | | | | | | | | | - This one is related to bug #199872 where Firefox would randomly crash when exiting llpp (sometimes yes and sometimes no, you don't know which beforehand). Firefox (or GTK+ apps in general) seems to monitor ~/.config (not sure if true). llpp writes to ~/.config/llpp.conf when it exits, which will trigger bug #199872. - This patch moves llpp's config file to ~/.llpp.conf instead, solving this annoyance. PR: 214458 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-131-1/+1
| | | | PR: 199098
* - Update to 2.7.2ak2016-11-123-44/+55
| | | | | | | | - License changed to GPL3 - Add LCMS2 option PR: 213617 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
* graphics/libetonyek01: unbreak build on 9.xjbeich2016-11-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from conftest.cpp:43: In file included from /usr/local/include/boost/spirit/include/phoenix.hpp:13: In file included from /usr/local/include/boost/spirit/home/phoenix.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/algorithm.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp:20: In file included from /usr/local/include/boost/spirit/home/phoenix/function/function.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/core/compose.hpp:16: In file included from /usr/local/include/boost/spirit/home/phoenix/core/composite.hpp:10: In file included from /usr/local/include/boost/spirit/home/phoenix/core/actor.hpp:18: In file included from /usr/local/include/boost/spirit/home/phoenix/core/basic_environment.hpp:18: In file included from /usr/local/include/boost/fusion/include/mpl.hpp:11: In file included from /usr/local/include/boost/fusion/mpl.hpp:17: In file included from /usr/local/include/boost/fusion/mpl/clear.hpp:12: In file included from /usr/local/include/boost/fusion/mpl/detail/clear.hpp:12: In file included from /usr/local/include/boost/fusion/container/map/map_fwd.hpp:24: /usr/local/include/boost/fusion/container/map/detail/map_impl.hpp:76:23: error: no template named 'forward' in namespace 'std'; did you mean 'advance_detail::forward'? : rest_type(std::forward<rest_type>(*static_cast<rest_type*>(this))) ^~~~~~~~~~~~ advance_detail::forward /usr/local/include/boost/fusion/iterator/detail/advance.hpp:37:12: note: 'advance_detail::forward' declared here struct forward ^ In file included from /usr/local/include/glm/detail/func_trigonometric.hpp:205:0, from /usr/local/include/glm/trigonometric.hpp:35, from /usr/local/include/glm/glm.hpp:110, from conftest.cpp:49: /usr/local/include/glm/detail/func_trigonometric.inl:166:14: error: 'std::asinh' has not been declared using std::asinh; ^ In file included from /usr/local/include/glm/detail/func_common.hpp:455:0, from /usr/local/include/glm/common.hpp:35, from /usr/local/include/glm/glm.hpp:112, from conftest.cpp:49: /usr/local/include/glm/detail/func_common.inl:229:16: error: 'std::trunc' has not been declared using ::std::trunc; ^ /usr/local/include/glm/detail/func_common.inl:248:16: error: 'std::round' has not been declared using ::std::round; ^ Reported by: pkg-fallout, Robert Backhaus
* - Update to 0.17.1amdmi32016-11-122-4/+4
|
* Attempt to fix INDEX build on FreeBSD-9.linimon2016-11-101-1/+1
| | | | Approved by: "just fix it"
* Maintainer update to newer release 1.8.7.mandree2016-11-102-5/+6
| | | | | PR: 213944 Submitted by: Anton Sayetsky (maintainer)
* - Fix LICENSEamdmi32016-11-091-11/+8
| | | | | | - Switch to USES=localbase - Switch to options helpers - Verbosify build
* Chase print/py-reportlab2 expirationantoine2016-11-092-0/+6
|
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.linimon2016-11-092-2/+2
|
* - Update to 1.5.10danilo2016-11-093-6/+8
| | | | - Add libexif explicitly as dependency
* Mark as broken on arm64.linimon2016-11-081-0/+1
|
* Mark as broken on arm64.linimon2016-11-081-0/+2
|
* - Add LICENSEamdmi32016-11-071-2/+5
| | | | - Add missing depends
* - Add NO_ARCHamdmi32016-11-071-0/+1
|
* - use ONLY_FOR_ARCHSdinoex2016-11-071-1/+1
| | | | PR: 213864
* - disable build on armdinoex2016-11-061-0/+2
| | | | PR: 213864
* Add LICENSE (LGPL20)jhale2016-11-063-23/+17
| | | | | | | | | | Convert knobs to options Convert to USES=localbase Specifically disable SDL or it will not build when SDL is installed Simplify BROKEN Add missing file to pkg-plist Regenerate/rename patches Bump PORTREVISION
* Add missing LIB_DEPENDSbapt2016-11-062-1/+2
| | | | | | | | Regen patches using make makepatch Pointyhat to: bapt Submitted by: jrm Differential Revision: https://reviews.freebsd.org/D8452
* Update to 0.1.6, make it use mdds 1.2bapt2016-11-064-7/+40
|
* - Update WWWsunpoet2016-11-061-1/+1
| | | | | | PR: 209172 Submitted by: Hans <j3377622@trbvm.com> Approved by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
* Fix source distfile name.tijl2016-11-053-5/+7
| | | | PR: 214221
* Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango.tijl2016-11-056-0/+45
| | | | PR: 214232
* Add libgbm, needed by libEGL.tijl2016-11-055-3/+20
|
* Depend on dri for libGL and libEGL.tijl2016-11-051-2/+2
|
* Add libEGL to linux-c7-dri, needed by linux-c7-cairo.tijl2016-11-055-4/+22
|
* Add libglapi and LLVM runtime and depend on expat and libelf.tijl2016-11-055-7/+39
|
* Add LLVM runtime and depend on expat and libelf.tijl2016-11-055-4/+22
|
* Remove linux-c6-libGLU and linux-c7-libGLU. They were used in combinationtijl2016-11-0411-86/+0
| | | | with nvidia-driver but linux-*-dri is now used instead.
* Fix build for people with DEVELOPER=yes.tijl2016-11-042-0/+6
| | | | PR: 214201
* - Verbosify buildamdmi32016-11-041-4/+5
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Remove NVIDIA option from Linux ports now that the nvidia-driver can betijl2016-11-042-16/+6
| | | | installed later.
* Add missing dependency.tijl2016-11-042-4/+4
|
* Allow linux-*-dri and nvidia-driver to coexist.tijl2016-11-046-8/+16
|
* Now builds on sparc64.linimon2016-11-041-8/+6
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Now builds on sparc64.linimon2016-11-041-6/+2
| | | | | | While here, pacify portlint. Approved by: portmgr (tier-2 blanket)
* Now builds on sparc64.linimon2016-11-041-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Now builds on sparc64.linimon2016-11-041-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Fix on 9.3 with Perl 5.24+mat2016-11-031-1/+1
| | | | | PR: 213810 Sponsored by: Absolight
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-036-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Cleanup no longer needed CHMOD usage after r424898.mat2016-11-034-12/+9
| | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Take maintainership of math/scilab dependenciesmakc2016-11-023-3/+3
|
* Mark as deprecated: no more upstreambapt2016-11-021-0/+3
|
* graphics/libboard: unbreak on 9.xjbeich2016-11-021-2/+1
| | | | | | | | src/Tools.cpp: In function 'const char* LibBoard::Tools::temporaryFilename(const char*)': src/Tools.cpp:204: error: 'snprintf' is not a member of 'std' Reported by: pkg-fallout (before r424418) Approved by: portmgr blanket
* graphics/libsixel: update to 1.7.2jbeich2016-11-022-6/+5
| | | | | | Changes: https://github.com/saitoha/libsixel/compare/v1.7.0...v1.7.2 PR: 213966 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
* - Update to 2.1.2sunpoet2016-11-028-144/+6
| | | | Changes: https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md
* graphics/aseprite: unbreak build on 9.xjbeich2016-11-021-3/+2
| | | | | PR: 213756 (for tracking) Approved by: portmgr blanket
* graphics/aseprite: update to 1.1.9 [1]jbeich2016-11-017-19/+66
| | | | | | | | | | - Apply a workaround for old libc++ on 10.x systems [2] Changes: https://www.aseprite.org/release-notes/#aseprite-v1-1 PR: 213756 [1] PR: 213773 [2] Submitted by: yuri@rawbw.com [1] Submitted by: dim [2]
* Chase math/matio updatemakc2016-11-011-0/+1
|
* graphics/py-gphoto2: Update to 1.5.0woodsb022016-10-312-4/+5
| | | | | | - Take maintainership Approved by: adamw (mentor, implicit)
* graphics/fusefs-gphotofs: Take maintainershipwoodsb022016-10-311-1/+1
| | | | Approved by: adamw (mentor, implicit)
* math/py-numpy: track PORTEPOCH in consumersjbeich2016-10-293-4/+4
|
* - Remove trailing dot in COMMENT and/or reword it accordinglydanfe2016-10-291-1/+1
| | | | - Prefer standard option descriptions, and trim one long line
* Remove obsolete PHP versions checks.mat2016-10-271-1/+1
| | | | Sponsored by: Absolight
* graphics/darktable: Update to 2.0.7dumbbell2016-10-272-5/+4
| | | | | Approved by: mat Differential Revision: https://reviews.freebsd.org/D7798
* graphics/imv: update to 2.1.3jbeich2016-10-272-4/+4
| | | | | | Changes: https://github.com/eXeC64/imv/compare/v2.1.2...v2.1.3 PR: 213702 Submitted by: Tobias Kortkamp (maintainer)
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵mat2016-10-241-1/+1
| | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
* - Mark broken on 9.x: does not build ↵amdmi32016-10-241-0/+2
| | | | | | (/wrkdirs/usr/ports/graphics/hugin/work/hugin-2016.2.0/src/tools/ParseExp.cpp:372:23: error: 'stod' is not a member of 'std') Approved by: portmgr blanket
* - Update to 0.4.4olivierd2016-10-223-26/+4
| | | | - Remove patch (merged upstream)
* Use USES=pathfix where applicable.mat2016-10-2136-154/+21
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* - Mark BROKEN on 9.x:amdmi32016-10-211-5/+7
| | | | | | | | | src/Tools.cpp:204: error: 'snprintf' is not a member of 'std' - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket
* ${RM} already has -f.mat2016-10-2122-36/+36
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Update to 5.6.27 release.ale2016-10-212-19/+0
|
* - Mark broken on 9.x:amdmi32016-10-211-0/+2
| | | | | | | | | /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c: In function 'piglit_cl_test': /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: error: unknown field 'buffer' specified in initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: missing braces around initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: (near initialization for 'image_desc.<anonymous>') Approved by: portmgr blanket
* - Mark broken on FreeBSD 9.x:amdmi32016-10-211-0/+2
| | | | | | /usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED' Approved by: portmgr blanket
* Remove expired PHP5.5 ports.rene2016-10-214-51/+0
|
* Unlink expired PHP5.5 ports.rene2016-10-211-2/+0
|
* graphics/p5-feedgnuplot: update 1.37 -> 1.39pi2016-10-212-3/+4
| | | | Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.39/Changes
* - fix path to vimdotdinoex2016-10-211-0/+20
| | | | Submitted by: Jonathan Anderson
* Reassign makc's ports back to the pool.rakuco2016-10-209-9/+9
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Fix pkg-plist.tijl2016-10-203-0/+3
|
* Fix pkg-plist.tijl2016-10-203-3/+25
|
* Remove duplicate lines from distinfoantoine2016-10-201-2/+0
|
* - Update to 5.1.4antoine2016-10-206-7/+36
| | | | | - Add LICENSE - Add regression tests
* Add Linux CentOS 7 infrastructure ports.tijl2016-10-1960-0/+1078
| | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886
* graphics/rubygem-gemojione: Update from 2.2.1 to 3.1.0tz2016-10-192-3/+4
| | | | | | Changes: https://github.com/jonathanwiesel/gemojione/blob/v3.1.0/CHANGELOG.md Approved by: swills (mentor)
* Update PHP 7 from 7.0.11 to 7.0.12tz2016-10-191-1/+0
| | | | | | | Changes: http://www.php.net/ChangeLog-7.php#7.0.12 MFH: 2016Q4 Approved by: pi (mentor)
* - Update devel/tbb to version 2017.1martymac2016-10-191-1/+1
| | | | - Bump dependent ports
* Upgrade to 1.7.8.thierry2016-10-193-6/+4
|
* Introduce new extensible virtual categories for KDEtcberner2016-10-1916-48/+16
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* Remove this post-patch target, the -O3 line is commented out by the patch.mat2016-10-181-4/+0
| | | | Sponsored by: Absolight
* - Update `graphics/embree' to version 2.11.0danfe2016-10-178-217/+13
| | | | | | | | | | - GC patches (all of them got integrated upstream) - Rename IMAGE_MAGICK option to a standard IMAGEMAGICK, but keep custom description which is more specific and follows internal one Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1472729819 which corresponds to commit aa318b0 tagged as this release.
* - Apply a upstream patch to fix the build with phpwen2016-10-172-0/+19
| | | | Reported by: ivtopol@gmail.com(via email)
* - fix option WEBPdinoex2016-10-172-3/+29
| | | | | | | | | | | - make option WEBP default PR: 211368 - Security patch, port was not vulnerable Security: https://github.com/libgd/libgd/issues/308 Security: http://seclists.org/oss-sec/2016/q3/626 Security: CVE-2016-7568 PR: 213020
* - Update to 1.2-7tota2016-10-163-5/+6
| | | | | - Add "compiles" argument to USES=cran - Update WWW: line in pkg-descr
* - Update to 1.5.4danilo2016-10-162-4/+4
|
* - Update to 8.4.2danilo2016-10-143-7/+7
|
* - Update to 1.5.3danilo2016-10-132-4/+4
|
* - Update jpeg-turbo to 1.5.1antoine2016-10-136-7/+51
| | | | | - Add LICENSE - Use the framework for tests
* graphics/ImageMagick: Update to 6.9.5-10feld2016-10-122-4/+4
| | | | | | | This update resolves several security vulnerabilities PR: 213032 MFH: 2016Q4
* graphics/mupdf: Patch to resolve CVEsfeld2016-10-127-4/+47
| | | | | | | PR: 212207 MFH: 2016Q4 Security: CVE-2016-6525 Security: CVE-2016-6265
* graphics/openjpeg: Add patches to resolve CVEsfeld2016-10-115-0/+80
| | | | | | | PR: 212672 MFH: 2016Q4 Security: CVE-2016-5157 Security: CVE-2016-7163
* Take maintainership and upgrade to latest version.des2016-10-112-9/+8
|
* Try to unbreak the build on recent FreeBSD versions.danfe2016-10-111-0/+2
| | | | Reported by: pkg-fallout
* Update to 2.22.adamw2016-10-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/GraphViz
* - Cosmetic fixesamdmi32016-10-112-3/+3
| | | | - Fix WWW:
* - Update to 1.0.2tota2016-10-102-5/+7
|
* - Update to 0.7.2amdmi32016-10-102-8/+8
| | | | | - Add LICENSE - Switch to USES=localbase
* - Update to 0.4.2amdmi32016-10-105-20/+11
| | | | | - Add LICENSE - Regenerate patches
* graphics/poppler: ignore installed NSS for nowjbeich2016-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | $ make install -C security/nss $ DEVELOPER=1 make -C graphics/poppler [...] ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnss3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libsmime3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libssl3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnssutil3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplds4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplds4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplc4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplc4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libnspr4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnspr4.so:devel/nspr Reported by: Walter Schwarzenfeld (via r423591 regression) Approved by: portmgr blanket
* - Update to 1.6.25antoine2016-10-103-20/+16
| | | | | - Add LICENSE - Use the frawework for regression tests
* Update to 1.39.adamw2016-10-092-3/+5
| | | | Changes: https://metacpan.org/changes/distribution/Image-Info
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* graphics/sekrit-twc-zimg: update to 2.3jbeich2016-10-093-6/+8
| | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.3/ChangeLog
* - Switch to options helpersamdmi32016-10-092-13/+11
|
* Update to 2.09.adamw2016-10-092-3/+4
| | | | Changes: https://metacpan.org/changes/distribution/Graph-ReadWrite
* Update to 1.42. Add NO_ARCH and sort plist.adamw2016-10-093-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/GD-Thumbnail
* Update to 1.53.adamw2016-10-092-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/GDGraph
* graphics/nplot: USE_OPENSSL -> USES=sslpi2016-10-071-2/+1
| | | | | PR: 212775 Submitted by: mat
* Update to version 1.5.2-beta.danfe2016-10-075-145/+5
| | | | | | Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1475224589 which corresponds to commit 7f3ea39 tagged as this release.
* graphics/nplot: 0.9.10 -> 0.9.11pi2016-10-075-11/+47
| | | | | | | | | | - Changed master site to github - Added pkg-config file - Updated license - Updated WWW site PR: 212775 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
* Update to 0.8.1olivierd2016-10-074-6/+23
|
* - Switch to options helpersamdmi32016-10-062-3/+7
| | | | - Regenerate patches with `make makepatch`
* Update SeExpr to version 2.11 (latest stable).danfe2016-10-063-16/+5
| | | | | | Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1467059439 which corresponds to commit a5f02bb tagged as this release.
* - Update to 4.4.0cpm2016-10-052-5/+5
| | | | | | PR: 212593 Submitted by: takefu@airport.fm (maintainer) Approved by: feld (mentor)
* Needs USES python for remove-duplicatesehaupt2016-10-051-1/+1
|
* Add pkg-plist (forgotten in previous commit)ehaupt2016-10-051-0/+8
|
* Update to 2.6ehaupt2016-10-052-29/+13
|
* graphics/opencv2: back out r423063 for breaking consumers on 9.xjbeich2016-10-054-6/+5
| | | | | | /usr/local/lib/libopencv_core.so.2: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11' Reported by: pkg-fallout, abi@abinet.ru
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-0435-33/+42
| | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
* graphics/opencv: update to 2.4.13.1jbeich2016-10-0413-1180/+55
| | | | | | Changes: https://github.com/opencv/opencv/compare/2.4.9...2.4.13.1 ABI: https://abi-laboratory.pro/tracker/timeline/opencv/ MFH: 2016Q4
* graphics/opencv: drop unused line after r260084jbeich2016-10-041-1/+0
| | | | WANT_* variables are a relic of the dark times before bsd.port.options.mk.
* graphics/opencv: chase HTTP redirectjbeich2016-10-032-3/+2
| | | | | | | opencv.org points to Itseez repo which is confusing unless one clicks on the link. Pointyhat to: jbeich (r423059)
* Relocate former Google Code Project site to new, actively maintained site.ehaupt2016-10-034-6/+9
| | | | | | | | | | However, the project site uses 'Content-Disposition: attachment; filename=' to provide the filename. Unfortunately this is not yet supported by fetch. Therefore self host distfile. Note, this does not mean that the proeject site mentioned under WWW doesn't provide the distfile. It just means that the distfile would have an undesired name due to the mentioned shortcoming of fetch. The checksum of that file matches the one that was previously hosted at google code.
* - Add LICENSE.stephen2016-10-031-2/+7
| | | | - Fix portlint errors.
* - Remove dependency on GCC.stephen2016-10-035-98/+87
| | | | | PR: ports/213036 Submitted by: pfg@FreeBSD.org
* - Update to 0.2.7ehaupt2016-10-035-14/+27
| | | | | - Reolocate to github - Use pathfix macro
* Chase GNU Emacs updates, and unbreak INDEX fileashish2016-10-021-1/+1
| | | | Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
* Update to version 4.1.7pawel2016-10-022-4/+4
| | | | | PR: 213069 Submitted by: maintainer
* graphics/py-opencv: drop python3 vestige after r422698jbeich2016-10-011-5/+0
| | | | | | | | | | | | | | | | | PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have worked unless defined via make.conf. Note, USES=python only supports overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*. $ make -V PYTHON_VERSION PYTHON_REL=3500 python2.7 $ PYTHON_REL=3500 make -V PYTHON_REL 2712 $ make -V PYTHON_REL PYTHON_VERSION=python3.5 3502 PR: 204519 (for tracking)
* update shotwell to 0.24.0cmt2016-10-012-4/+4
| | | | Approved by: rene (mentor)
* graphics/opencv: unbreak build on 9.x after r421231jbeich2016-10-011-1/+2
| | | | | | | | | | | | | | | In file included from /usr/local/include/eigen3/unsupported/Eigen/MatrixFunctions:58, from modules/contrib/src/rgbdodometry.cpp:65: /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h: In member function 'void Eigen::MatrixExponential<MatrixType>::computeUV(float)': /usr/local/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:296: error: call of overloaded 'pow(int, int&)' is ambiguous /usr/include/math.h:210: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) Reported by: pkg-fallout
* graphics/opencv: convert to option helpers (cpu)jbeich2016-10-011-34/+12
|
* graphics/opencv: convert to option helpers (nested)jbeich2016-10-011-8/+2
|
* graphics/opencv: convert to options helpers (mechanic)jbeich2016-10-011-117/+53
|
* graphics/opencv: switch to new homejbeich2016-10-012-4/+7
|
* Fix LICENSE, GPL21 doesn't existantoine2016-10-011-1/+1
|
* Update to 0.9.5.2madpilot2016-10-013-5/+5
| | | | | PR: 213103 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-019-20/+39
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/libvpx: update 1.6.0jbeich2016-09-303-2/+3
| | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
* Fix integer overflow in gdImageWebpCtx and bump PORTREVISION.ale2016-09-286-7/+44
| | | | | PR: 213023 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
* Add graphics/ansilove:amdmi32016-09-284-0/+53
| | | | | | | | | | | | | ANSi / ASCII art to PNG converter - Supports 7 textmode formats: ANS/PCB/BiN/ADF/iDF/TND/XBiN - Supports 14 MS-DOS charsets - 80x25, 80x50 and Amiga fonts - Supports SAUCE and iCE colors - Small output size (4-bit PNG) WWW: https://github.com/ansilove/ansilove
* - Update devel/doxygen to 1.8.12antoine2016-09-282-449/+449
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update devel/efl to 1.18.1gblach2016-09-2728-397/+2
| | | | | | | | | | | - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl
* - Update to 8.4.0danilo2016-09-263-6/+29
| | | | - Add some explicit dependencies to make Q/A happy
* - Update to 8.4.1danilo2016-09-263-15/+14
|
* - drop maintainershipdinoex2016-09-261-1/+1
|
* - Update devel/icu to 57.1.tijl2016-09-245-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* graphics/py-opencv: limit python version to 2.xrm2016-09-243-14/+3
| | | | | | | | | | | Python module of OpenCV 2.4.9 is not compatible with Python 3.x - both on cmake infrastructure level and on module itself level, so just mark it as Python 2.x only and remove all the python3 shims - they are don't make any difference anyway. We can patch that hardly to make it work, but it's better to just update to latest version that have python3 support out of the box. PR: 204519 (for tracking)
* graphics/pygts: convert to autoplistrm2016-09-242-12/+2
| | | | | | | | | | | | | | - convert to autoplist - limit python version to 2.x ===> Configuring for pygts-0.3.1_5 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 60 raise RuntimeError, result[0] ^ SyntaxError: invalid syntax *** Error code 1
* Unbreak graphics/wings on Erlang 19: FUNCTION_NAME is now a predefined macro.olgeni2016-09-232-3/+27
|
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-232-2/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* - Add patch, which fixes crashes of viewers based on Popplerolivierd2016-09-232-1/+18
| | | | | | | | - Bump PORTREVISION PR: 212867 Reported by: Bengt Ahlgren Obtained from: Upstream repository
* - Update to 7.0.2wen2016-09-233-6/+6
|
* Force usage of gcc because this ports does not work with clangbapt2016-09-221-0/+2
| | | | | | | and not because of openmp Note that this port should just be removed when pfstools has been updated to version 2 which now includes this code directly
* - Switch to PORTDOCSamdmi32016-09-223-371/+3
| | | | | - Fix WWW: - Simplify installation
* Update to 2016.2.0.grog2016-09-226-56/+9
| | | | MFC after: 2 weeks
* Upgrade to 1.7.7.thierry2016-09-222-4/+4
|
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-212-2/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* graphics/lib3ds: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* graphics/squish: new macports MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* Update to 1.6kevlo2016-09-202-4/+4
|
* - Add LICENSEamdmi32016-09-201-4/+9
| | | | | - Switch to options helpers - Cosmetic fixes
* Return to pool. Unfortunately, I don't have time to maintain this port.jhale2016-09-201-1/+1
|
* - Update to 3.16.1vg2016-09-192-3/+4
| | | | | PR: ports/212801 Submitted by: olevole@olevole.ru (maintainer)
* Rework ONLY_FOR verbiage to reflect modern reality.linimon2016-09-191-1/+1
|
* Mark broken/deprecated: mastersite disappeared, last release 1996.linimon2016-09-191-0/+4
|
* Mark broken on sparc64.linimon2016-09-181-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Update to 1.1.1.2tota2016-09-172-4/+4
|
* Update the Qt5 ports to 5.6.1.rakuco2016-09-179-747/+584
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
* Mark BROKEN: fails to buildantoine2016-09-161-0/+2
| | | | | | | erlc -W +debug_info +debug_info -o. tools.erl tools.erl:247: redefining predefined macro 'FUNCTION_NAME' Reported by: pkg-fallout
* Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumersmarino2016-09-162-0/+2
| | | | | | | | | Despite having a configure argument of --with-sha1=libcrypto, only three of the eight users of graphics/libGL/Makefile.common actually link to SSL libraries. Individually add USES=ssl to these three ports rather than have all 8 having this requirement. Approved by: SSL blanket
* graphics/ruby-image_size: remove RUBY_RD_FILESswills2016-09-152-17/+8
| | | | PR: 210665
* - Add LICENSEamdmi32016-09-151-3/+5
| | | | | - Switch to options helpers - Cosmetic fixes
* Unmark broken on powerpc64swills2016-09-154-8/+0
| | | | These ports built successfully
* graphics/copperspice: upgrade v1.2.2 => v1.3.2, release maintainershipmarino2016-09-157-124/+153
| | | | | I'm not longer evaluating copperspice for use in a project, so release maintainship of it. I upgraded to the latest version first though.
* Update to 2.17.1zeising2016-09-153-4/+6
| | | | | | | | | | While this port installs icons, do not use INSTALLS_ICONS= to avoid bringing in a bunch of dependencies to this very light weight port. [0] ChangeLog: http://feh.finalrewind.org/archive/2.17/ http://feh.finalrewind.org/archive/2.17.1/ Discussed with: kwm [0]
* GOOGLE_CODE has gone away.mat2016-09-1422-2/+43
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Fix LICENSEamdmi32016-09-141-1/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add LICENSEamdmi32016-09-121-4/+6
| | | | | - Switch to options helpers - Cosmetic fixes
* - Fix build with GRASS option with updating DGRASS_PREFIXwen2016-09-111-1/+1
|
* Fixup r421626 to unbreak build on newer readelf.mandree2016-09-101-1/+1
| | | | | | PR: 212308 Reported by: antoine@ Differential Revision: D7842
* - Enable TOOLS by defaultamdmi32016-09-101-4/+8
| | | | | | | | - Fix build with TOOLS on 9.x - While here, cosmetic fixes PR: 212045 Submitted by: pkubaj@anongoth.pl (maintainer)
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* Most commonly used build systems support silent builds, when theyamdmi32016-09-107-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Replace objdump by readelf. Fixes build on arm64.mandree2016-09-107-22/+22
| | | | | | | | | | While here, refresh patches. PR: 212308 Submitted by: emaste@ Reported by: andrew@ MFH: 2016Q3 Differential Revision: D7842
* - Update to 0.9.5.1amdmi32016-09-103-8/+6
| | | | | | | - While here, remove unneded WRKSRC and fix WWW: PR: 212497 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* update shotwell to 0.23.6cmt2016-09-094-40/+16
| | | | Approved by: rene (mentor)
* graphics/jpgraph2: install missing fontspi2016-09-091-1/+2
| | | | | | | | | | - this fixes errors like PHP Warning: imageloadfont(/usr/local/share/jpgraph/fonts/FF_FONT1-Bold.gdf): failed to open stream: No such file or directory in /usr/local/share/jpgraph/gd_image.inc.php on line 94, referer: ... PR: 212516 Submitted by: Andrea Venturoli <ml@netfence.it>
* - Add LICENSEamdmi32016-09-091-9/+17
| | | | | | | | | - Switch to USES=localbase - Install docs PR: 179337 Submitted by: nemysis@gmx.ch Approved by: maintainer timeout (grog, 3 years)
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-077-6/+7
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* Use infrastructure to depend on Linux libGLU.tijl2016-09-061-2/+2
| | | | | PR: 209163 Submitted by: marc.priggemeyer@gmail.com
* Update to libtiff 3.9.4-18.el6_8.tijl2016-09-065-17/+17
| | | | | | | PR: 211552 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2016Q2 Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html
* Chase update of Poppler after revision r421386olivierd2016-09-0618-14/+18
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-0631-181/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.46.0olivierd2016-09-067-17/+23
| | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 211388 Submitted by: myself Approved by: The GNOME team (timeout) Exp-run by: antoine@
* - Update to 0.9.5amdmi32016-09-012-9/+10
| | | | | | | - Fix LICENSE PR: 212288 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Update graphcis/digikam-kde4's & friends distfile location.tcberner2016-09-011-1/+1
| | | | | | | It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) MFH: 2016Q3
* graphics/piglit: New port for the Mesa testsuitedumbbell2016-09-0110-0/+297
| | | | | | | | | | | | | | Piglit is the Mesa testsuite. It is very helpful while working on the graphics stack in both userland and the kernel. Support for FreeBSD is incomplete at this time. We use a patch to enable the same build flags as Linux. However, we still lack new code to support FreeBSD, in particular in scripts under the `framework` directory, such as a way to collect timestamped messages from the kernel. Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4058
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-302-2/+2
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* Do not require GCC.thierry2016-08-305-14/+58
| | | | | PR: 211760 Submitted by: pfg
* - Update to 1.5.2danilo2016-08-292-4/+4
|
* - update to 2.2.3dinoex2016-08-296-120/+37
| | | | | | | | | | - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3
* Upgrade to v.175.thierry2016-08-283-11/+11
|
* graphics/zathura: use libmagic from base insteadmarino2016-08-281-2/+1
| | | | | | | | | | The libmagic specification was ambiguous and was falling back to the base version. After notifying of this on the PR, the original submitter indicated that the base libmagic is sufficient, so the dependency on sysutils/file has been removed with a revbump. PR: 174130 Submitted by: Walter Schwarzenfeld
* Update to 0.6.vanilla2016-08-272-4/+4
|
* graphics/zathura: bump portrevision after r420581pi2016-08-271-0/+1
| | | | | | | - dependencies added require a bump of portrevision PR: 211468 Reported by: marino
* Update to 0.5.vanilla2016-08-263-11/+14
|
* - Fix build on 12.0-CURRENT, patch was accepted by upstream:pawel2016-08-253-52/+40
| | | | | | | | | | https://sourceforge.net/p/ufraw/bugs/407/ - Convert to options subs and helpers - Mark GTK2 option as implied for GIMP, otherwise poudriere build fails PR: 211735 Submitted by: myself Approved by: maintainer timeout
* - Update to 2.0.1amdmi32016-08-252-10/+8
| | | | - Switch to USES=localbase
* Consistently set USE_JAVA to "yes" to reduce future confusion.jkim2016-08-251-1/+1
| | | | Approved by: skreuzer (maintainer)
* Consistently set USE_JAVA to "yes" to reduce future confusion.jkim2016-08-257-7/+7
|
* Convert some port to the new GH_SUBDIR feature.mat2016-08-241-15/+6
| | | | Sponsored by: Absolight
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2431-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Add LICENSEamdmi32016-08-231-3/+7
| | | | | - Switch to options helpers - Cosmetic fixes
* - Add patch to tolerate file:// in command line arg.vg2016-08-232-1/+14
| | | | | PR: ports/210968 Submitted by: Jason Bacon <bacon4000@gmail.com>
* - Update to 0.11.1vg2016-08-233-19/+6
| | | | | PR: ports/206529 Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
* Update ImageMagick7 to 7.0.2-9.kwm2016-08-232-6/+8
| | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]
* Update eog to 3.18.3.kwm2016-08-233-7/+8
| | | | | | | | Add indirect dependacies. Switch to lcms2 since that is actualy used. MFH: 2016Q3 Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855
* graphics/sekrit-twc-zimg: update to 2.2.1jbeich2016-08-232-4/+4
| | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2.1/ChangeLog
* - Fix complie errorsvg2016-08-224-3/+57
| | | | | PR: ports/211652 Submitted by: w.schwarzenfeld@utanet.at
* Update ImageMagick to 6.9.5.7.kwm2016-08-223-17/+8
| | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1]