aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Update Qt5 to 5.5.1.rakuco2016-01-259-6/+959
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest stable release at time of writing. Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5 As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work on these ports in kde@'s experimental area51 repository. He's the one who started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden (nolden@kde.org) has contributed the initial version of most of our new Qt5 ports. Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805 with his own patch for the 5.5.1 update. Some of his changes there prompted additional fixes and changes present in the final patch generated from our experimental repository. New ports: - comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location, graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d, x11-toolkits/qt5-uiplugin. General changes in all Qt5 ports: - All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking, which is a problem with qmake-based because the libraries passed to the linker come from the modules .pri files and many are not necessary. - With this change, several ports had their USE_QT5 lines adjusted to explicitly include some libraries that were pulled in implicitly, and to exclude libraries no longer required with -Wl,--as-needed. Changes in specific ports: - devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5 ports by default. It makes the Makefile much simpler, and those options were already on by default. - devel/qt5-core: The clang+base libstdc++ workaround has been expanded and more C++11 features have been disabled when that combination is used by a port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled features have explanations for why they were disabled in the patched header itself. - devel/qt5-designer: uiplugins has been split out following a similar change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having to depend on the big qt5-designer port. - multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of 0.10. - net/qt5-network: The port now depends on libproxy for proxy settings. Using libproxy allows proxy settings to be read from different sources, and also allows .pac files to work with Qt. - www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10. PR: 205805 PR: 206435
* - Fix build on DragonFlyolivierd2016-01-242-0/+23
| | | | | - Replace obsolete command (pkg_add) in error message - Bump PORTREVISION
* Enable DJVU support in evince[-lite] by default.kwm2016-01-244-6/+6
| | | | | | | While here do the same for atril[-lite]. PR: 203710 Submitted by: vas@mpeks.tomsk.su
* - Update to 0.6tota2016-01-242-3/+3
|
* - Update to 1.1-3tota2016-01-242-5/+4
| | | | - Fix LICENSE
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
| | | | | | PR: 206265 Submitted by: amdmi3 Approved by: udvzsolt@gmail.com (maintainer)
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
| | | | | | PR: 206266 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer)
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
| | | | | | PR: 206268 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer)
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
| | | | | | PR: 206269 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer)
* - Use standard ZLIB licenseamdmi32016-01-241-3/+1
| | | | | | PR: 206264 Submitted by: amdmi3 Approved by: quentin.stievenart@gmail.com (maintainer)
* - Update to 0.2.0tota2016-01-242-3/+3
|
* - Update to 2.0.0tota2016-01-242-3/+3
|
* Update to 1.6.21antoine2016-01-233-6/+6
|
* Bump Libreoffice, evince-lite and atril-lite for the poppler update.kwm2016-01-232-2/+2
|
* - Add a runtime dependecy on java/javahelplme2016-01-221-0/+2
| | | | | | | - Bump PORTREVISION Approved by: portmgr blanket (implicit) MFH: 2016Q1
* Update poppler to 0.40.0. [1]kwm2016-01-2226-31/+53
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* graphics/gpicview: fix build with NLS offpi2016-01-211-1/+2
| | | | | | | ... by adding USES=gettext PR: Sascha Holzleiter <sascha@root-login.org> Submitted by: 202077
* graphics/imlib2: Update to 1.4.7feld2016-01-216-119/+4
| | | | | | | | | This update includes fixes for potential security issues. No CVEs have been assigned yet. https://git.enlightenment.org/legacy/imlib2.git/tree/ChangeLog MFH: 2016Q1
* Update ImageMagick7 to a new snapshot from 2016-01-19.kwm2016-01-203-6/+6
|
* Fix packaging of cairo in poudriere when the glib option is disabled.kwm2016-01-201-5/+5
| | | | | | | | | cairo-sphinx doesn't have a disable switch, but it checks for the present of glib. Add the sphinx plist files under the GLIB option, so that when sphinx plist entries are consistent, regardless if glib is installed or not. PR: 195187
* Update ImageMagick to 6.9.3-1.kwm2016-01-203-3/+4
|
* - Update to 4.5.14wen2016-01-193-19/+26
| | | | | PR: 204445 Submitted by: tkato432@yahoo.com
* - Simplify Makefile:sunpoet2016-01-191-51/+29
| | | | | | | | - Remove SPATIALITE_DESC (added to Mk/bsd.options.desc.mk) - Use USES=localbase - Remove -L${ICONV_PREFIX}/lib from LDFLAGS - Use *_CONFIGURE_WITH - Bump PORTREVISION for package change
* - Update to 1.6, please seenemysis2016-01-192-4/+4
| | | | | | | /usr/local/share/doc/viewnior/NEWS PR: 205503 Submitted by: olivierd
* - Update to 1.3.7danilo2016-01-182-3/+3
|
* - Fix LICENSEsunpoet2016-01-172-2/+15
| | | | | | | - Fix gemspec - Bump PORTREVISION for package change Sponsored by: PortsCamp Taiwan
* - Update to 3.0.7sunpoet2016-01-172-5/+4
| | | | | | | - Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan
* - Update to 3.0.7sunpoet2016-01-172-5/+4
| | | | | | | - Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan
* - Update to 3.0.7sunpoet2016-01-172-6/+4
| | | | | | | - Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan
* - Update to 3.0.7sunpoet2016-01-172-6/+4
| | | | | | | - Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan
* - Update to 0.2.1sunpoet2016-01-172-3/+3
| | | | | | Changes: https://gitlab.com/gitlab-org/gitlab_emoji/blob/master/CHANGELOG https://gitlab.com/gitlab-org/gitlab_emoji/commits/master Sponsored by: PortsCamp Taiwan
* - Update to 2.1.1sunpoet2016-01-172-3/+3
| | | | | | Changes: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md https://github.com/jonathanwiesel/gemojione/commits/master Sponsored by: PortsCamp Taiwan
* - Update to 1.2.4sunpoet2016-01-172-3/+3
| | | | | Changes: https://github.com/remvee/exifr/blob/master/CHANGELOG Sponsored by: PortsCamp Taiwan
* - Add PORTSCOUTsunpoet2016-01-171-0/+2
| | | | Sponsored by: PortsCamp Taiwan
* - Add PORTSCOUTsunpoet2016-01-171-0/+2
| | | | Sponsored by: PortsCamp Taiwan
* - Add PORTSCOUTsunpoet2016-01-171-0/+2
| | | | Sponsored by: PortsCamp Taiwan
* - Add -flax-vector-conversions to CFLAGS only on FreeBSD 9sunpoet2016-01-171-2/+8
|
* - cleanup styledinoex2016-01-161-4/+4
|
* - Switch forgotten ports over to py-django18miwi2016-01-162-4/+4
| | | | | | - Fix PYTHON_PKGNAMEPREFIX Reported by: antoinebot
* Update to 0.9.5 and unbreak.rakuco2016-01-152-17/+7
| | | | | | | | | | | | - Switch MASTER_SITES to the project's SourceForge page. It only contains 0.9.5 though. - Set LICENSE_FILE. - Switch to new style OPTIONS helpers. - Stop setting CFLAGS/CPPFLAGS, everything builds fine without those. PR: 205780 Approved by: maintainer timeout (bsam, 15 days) MFH: 2016Q1
* - Update to 2.10miwi2016-01-154-87/+27
| | | | | PR: 206249 Submitted by: ports fury
* Resurrect graphics/sane-epkowa@r363261.cy2016-01-158-0/+274
| | | | | | Stagify. Take ownership for now.
* Unbreak build on headantoine2016-01-151-2/+4
| | | | With hat: portmgr
* - Update to 10.09amdmi32016-01-142-3/+3
| | | | | PR: 206221 Submitted by: linpct@gmail.com (maintainer)
* - mark BROKEN on CURRENTdinoex2016-01-141-0/+2
|
* Fix build on FreeBSD 9.xpawel2016-01-131-1/+1
| | | | | | | | | | | | | | | | | | gdaldither.cpp: In function 'int FindNearestColor(int, int*, int, int, int)': gdaldither.cpp:534: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts gdaldither.cpp:534: error: cannot convert 'int __vector__' to 'long long int __vector__' for argument '1' to 'long long int __vector__ __builtin_ia32_psrlqi128(long long int __vector__, int)' gdaldither.cpp:539: error: cannot convert 'int __vector__' to 'long long int __vector__' for argument '1' to 'long long int __vector__ __builtin_ia32_psrlqi128(long long int __vector__, int)' ../GDALmake.opt:582: recipe for target 'gdaldither.o' failed gmake[1]: *** [gdaldither.o] Error 1 PR: 205701 Submitted by: myself Approved by: maintainer timeout
* Up until now the port installed only a static version of libsquishmi2016-01-132-4/+20
| | | | | | | | | -- because the upstream's makefile only built that. Add our own little makefile, that properly builds both static and shared variants using bsd.lib.mk PR: 206125 Approved by: Reinier de Blois (maintainer)
* - Limit -msse/-msse2 to files that actually use intrinsicsdanfe2016-01-133-14/+47
| | | | | | - Limit SSE/SSE2 optimizations to x86 CPUs (exposed as SIMD option) PR: 205006
* - Remove unused USE_* knobs:ak2016-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | databases/mysql57-server games/kajongg textproc/ruby-htree - Fix typos in USE_* knobs: graphics/fortytwo math/hexcalc misc/gnustep-examples www/h2o - Remove unused BROKEN_alpha knob: devel/directfb - Remove user-settable knob: multimedia/tovid Approved by: portmgr blanket
* - Update to 1.51sunpoet2016-01-132-4/+6
| | | | | | | - Add NO_ARCH - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/GD-Graph/CHANGES
* - Update to 8.2danilo2016-01-132-4/+3
|
* - Update to 8.2.1danilo2016-01-133-16/+16
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-1354-55/+54
| | | | Approved by: portmgr blanket
* Add Public Domain support to ports license framework. You can now useamdmi32016-01-121-4/+1
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* - Update to 4.1.5miwi2016-01-124-6/+8
| | | | | PR: 206142 Submitted by: maintainer
* graphics/p5-feedgnuplot: 1.36 -> 1.37pi2016-01-122-3/+3
| | | | | - At the end of a streaming plot, include the last chunk of data - Added --equation to the completions
* - Update to 1.8wen2016-01-122-5/+7
| | | | | | Changes: http://search.cpan.org/src/MEHNER/Graphics-GnuplotIF-1.8/Changes - Add LICENSE - Pass maintainership to perl@
* Replace use of NULL, where actual integer zero is expected -- an ancientmi2016-01-121-0/+23
| | | | | | | | | upstream bug coming to light with modern compilers. This does not change the compiled binaries, so no PORTREVISION bumps. PR: 186773 Submitted by: Oliver Hartman
* - Update to 0.2.5madpilot2016-01-112-5/+4
| | | | | | | | - Now requires C11 capable compiler PR: 205553 Submitted by: me Approved by: alexander.4mail at gmail.com (maintainer)
* Update ImageMagick to 6.9.3-0.kwm2016-01-112-3/+3
|
* Convert g* and i* to USES=sqlite and USES=firebirdbapt2016-01-119-18/+11
|
* - Pass maintainership to submittermiwi2016-01-101-5/+1
| | | | | | - Remove duplicate PLIST_FILES PR: 206080
* - Update to 2.12.2miwi2016-01-103-3507/+3478
| | | | | | | | - Switch to options helper - Switch to USES=execinfo [1] PR: 205082 205702 [1] Submitted by: maintainer, pawel [1]
* - Switch to USES=execinfo localbasepawel2016-01-092-100/+33
| | | | | | | | | - USE options plist substitutions - Convert to options helpers PR: 205556 Submitted by: myself Approved by: maintainer timeout
* - Update to 2.5.2ak2016-01-092-3/+3
| | | | Requested by: houtens@gmail.com
* Update to 0.1.2.jkim2016-01-093-6/+5
|
* graphics/exact-image: Update to 0.9.1feld2016-01-093-4/+28
| | | | | | | | Add patch to resolve CVE PR: 200201 MFH: 2016Q1 Security: CVE-2015-3885
* graphics/agg: remove BROKEN, add some mirrorsfeld2016-01-091-3/+3
| | | | MFH: 2016Q1
* - Update to 2.4.1danilo2016-01-093-18/+44
| | | | | - Add options to enable/disable backends - Update pkg-descr
* - Update to 0.15.0amdmi32016-01-083-5/+7
|
* - update to 10.35.98dinoex2016-01-082-3/+3
|
* Add USES=pathfix support for CMake. Some ports that use CMake to buildjhale2016-01-071-1/+1
| | | | | | | | | | | already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt)
* - do not install .orig fileaz2016-01-062-1/+3
| | | | | | | - add NO_ARCH - bump PORTREVISION Reviewed by: miwi
* Add fixes for CVE-2015-8665, CVE-2015-8683 and other vulnerabilities.rakuco2016-01-054-0/+349
| | | | | | | | | | | | | Besides fixing the two CVEs mentioned above, this change also pulls two other commits from libtiff upstream fixing other out-of-bounds reads that do not have corresponding CVEs and were reported directly in libtiff's bug tracker. PR: 205923 Approved by: portmgr (antoine) Obtained from: libtiff CVS repository Security: b65e4914-b3bc-11e5-8255-5453ed2e2b49 Security: bd349f7a-b3b9-11e5-8255-5453ed2e2b49
* Update GStreamer1 to 1.6.2.kwm2016-01-0412-12/+12
| | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
* Add port of py-ExifRead -- yet another method of accessing EXIFmi2016-01-044-0/+27
| | | | information in image-files. Required for MediaGoblin.
* - Convert to options helpermiwi2016-01-031-0/+2
|
* - Convert to options helpermiwi2016-01-031-0/+3
|
* - Convert to options helpermiwi2016-01-031-0/+1
|
* Switch to USES=execinfopawel2016-01-031-2/+1
| | | | | | PR: 205325 Submitted by: myself Approved by: maintainer timeout
* Unmark BROKEN, the port can be fetched just fine.rakuco2016-01-011-1/+0
|
* don't install unwanted files, cleanupoliver2016-01-012-48/+28
| | | | | PR: 205632 Submitted by: amdmi3
* - Move devel/py-distutils-extra to devel/py-python-distutils-extrasunpoet2016-01-011-2/+2
| | | | | - Fix MASTER_SITES - Add LICENSE_FILE
* Update to 0.2.6madpilot2015-12-312-5/+6
|
* - Update to 0.2.9madpilot2015-12-312-4/+4
| | | | | | | | - Now requires a C11 capable compiler PR: 205554 Submitted by: me Approved by: udvzsolt at gmail.com (maintainer)
* - Update to 0.1.5madpilot2015-12-312-5/+4
| | | | | | | | - Now requires a C11 capable compiler PR: 205552 Submitted by: me Approved by: mike.d.ft402 at gmail.com (maintainer)
* - Update to 0.2.3madpilot2015-12-312-5/+4
| | | | | | | | - Now requires a C11 capable compiler PR: 205551 Submitted by: me Approved by: mike.d.ft402 at gmail.com (maintainer)
* - Update to 0.3.4madpilot2015-12-313-10/+44
| | | | | | | | | - Now requires a C11 capable compiler - Use make option target helpers PR: 205550 Submitted by: me Approved by: quentin.stievenart at gmail.com (maintainer)
* Remove expired ports:rene2015-12-315-114/+0
| | | | | | | | | | | | | | | 2015-12-30 www/ocsigen: Broken for more than 6 months 2015-12-30 devel/monodevelop-database: Broken for more than 6 months 2015-12-30 lang/cduce: Broken for more than 6 months 2015-12-30 science/hdf-java: Broken for more than 6 months 2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months 2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen 2015-12-30 audio/py-fastaudio: Broken for more than 6 months 2015-12-30 devel/jgoodies-common: Broken for more than 6 months 2015-12-30 graphics/pinta: Broken for more than 6 months 2015-12-30 games/kanatest: Broken for more than 6 months 2015-12-30 editors/bless: Broken for more than 6 months 2015-12-30 security/burpsuite: Broken for more than 6 months
* - Update to 2.20sunpoet2015-12-302-3/+3
| | | | Changes: http://search.cpan.org/dist/GraphViz/Changes
* Fix MASTER_SITES and unmark BROKEN.rakuco2015-12-291-2/+1
|
* Switch to new MASTER_SITE and unmark BROKEN.rakuco2015-12-291-2/+1
|
* Fix the build when libelf from ports is used (on dragonfly).kwm2015-12-291-0/+12
| | | | Reported by: marino@
* - Update to 0.14.1amdmi32015-12-282-11/+10
| | | | | | | - Convert some bits to options helpers PR: 205622 Submitted by: jochen@jochen-neumeister.de
* Update WWW in pkg-descr, the old website is gone.rakuco2015-12-281-1/+1
|
* Unbreak port.rakuco2015-12-282-5/+6
| | | | | | The code is now hosted on GitHub, so start fetching from there. diff -uprN between the old tarball from distcache.FreeBSD.org and the new one shows no differences.
* - Mark both ports BROKEN, unfetchablemiwi2015-12-281-0/+4
| | | | | | | | - Mark both deprecated, unsupported via upstream PR: 204033 204032 Submitted by: Torsten Zuehlsdorff Approved by: maintainer timeout (both ports)
* Update to 0.3.1bapt2015-12-283-4/+4
|
* - Clarify LICENSEamdmi32015-12-281-9/+3
| | | | | - Switch to USES=localbase - Unbreak on 11.x
* graphics/phplot: update 6.1.0 -> 6.2.0junovitch2015-12-262-4/+3
| | | | | | PR: 205521 Submitted by: jochen@jochen-neumeister.de Approved by: unmaintained
* - Add LICENSEamdmi32015-12-261-0/+3
|
* - Reset maintainer by his own requestamdmi32015-12-261-1/+1
| | | | PR: 205570
* - Fix lua versionamdmi32015-12-261-1/+1
| | | | Approved by: portmgr blanket
* Update mesa to 11.0.8.kwm2015-12-257-62/+156
| | | | | | | | | | | | * Depend on libelf on DragonFly * Rework the vdpau support code and enable vdpau for DragonFly, FreeBSD doesn't support it just yet. * Revert commit that removed support for non-render nodes. Neither FreeBSD nor DragonFly supports render nodes at this time. * Fix LDFLAGS to work with GCC5, which DragonFly uses by default. * Update Makefile.targets: ffast-math isn't used since 8.0.3, don't replace x86_64 with amd64 on Dragonfly. Drop obsolete python disable replace.
* - Remove no longer used USE_RUBY_FEATURES knobak2015-12-251-1/+0
| | | | Approved by: ruby, portmgr (swills)
* - Switch from open-motif to libXaw.stephen2015-12-241-3/+4
| | | | | PR: ports/205489 Submitted by: Raphael Kubo da Costa
* graphics/librsvg2: update 2.40.10 -> 2.40.12junovitch2015-12-233-4/+4
| | | | | | | | PR: 205502 Approved by: gnome (kwm) Security: CVE-2015-7558 Security: https://vuxml.FreeBSD.org/freebsd/d6c51737-a84b-11e5-8f5c-002590263bf5.html MFH: 2015Q4
* Update ImageMagick to 6.9.2-10.kwm2015-12-232-4/+3
|
* - Update to 0.25wen2015-12-226-52/+10
| | | | | PR: 204197 Submitted by: tkato432@yahoo.com
* - Update to 2.5.9miwi2015-12-224-16/+15
| | | | | | | PR: 205210 205209 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4618
* - Update to 15.05miwi2015-12-2214-483/+175
| | | | | | | PR: 201844 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4620
* - Switch to options helpersamdmi32015-12-222-8/+18
| | | | | | - Modernize plist Approved by: portmgr blanket
* - Sort SUBDIRssunpoet2015-12-211-3/+3
|
* Perl helper class for implementing the Google Chart Tools Datasource Protocol.miwi2015-12-215-0/+42
| | | | | | | | | | | | | | | | | The Google Visualization API is a nifty bit of kit for generating pretty pictures from your data. By design it has a fair amount of Google-cruft, such as non-standard JSON and stuffing configuration options in to a single CGI query parameter. Data::Google::Visualization::DataTable takes care of preparing data for the API. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/ PR: 204060 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4640
* Easily create Google DataTable objects for the Google Visulization API.miwi2015-12-215-0/+35
| | | | | | | | | | | | | | This module is attempts to hide the gory details of preparing your data before sending it to a JSON serializer - more specifically, hiding some of the hoops that have to be jump through for making sure your data serializes to the right data types. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ PR: 204061 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4637
* - Remove old gruftmiwi2015-12-211-1/+0
| | | | | Approved by: mat (mentor) Differential Revision: D4636
* - Update to 1.3.6danilo2015-12-213-3/+4
|
* Drop dependency on graphics/plotutils.rakuco2015-12-211-2/+1
| | | | | As the ports's NEWS file says, since the 4.1.x series "Enblend no longer relies on libXMI".
* - fix MASTER_SITESdinoex2015-12-201-2/+2
| | | | - remove BROKEN
* - Update to version 1.13.0mva2015-12-192-3/+3
| | | | Changelog: http://glew.sourceforge.net/log.html
* - Make sure that OpenMP support is properly enabledmva2015-12-181-2/+2
| | | | Reported by: pkg-fallout
* Fix usage of ${PERL5}.mat2015-12-185-13/+10
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* graphics/gexiv2: Switch MASTER_SITE to fedora to restore fetchmarino2015-12-171-2/+1
|
* graphics/potrace: Change SF MASTER_SITE to restore fetchmarino2015-12-171-2/+1
| | | | | | A new version of potrace is out (1.13) but the older version is still available. Sometimes no matter what I do, the SF "magic" fails, so I'm just going to hardcode this MASTER_SITE as well. It works.
* graphics/povray36: Update MASTERSITE to unbreak fetchmarino2015-12-171-2/+1
| | | | | Upgrade archived povray36 so it's stored in a different location now. Update MASTERSITE to reflect that.
* Does not link on recent head.crees2015-12-171-1/+7
| | | | Sorry, I do not have time to maintain this port any more.
* Upgrade to 1.6.8.thierry2015-12-162-3/+3
|
* - Update to version 0.14.1mva2015-12-162-5/+4
| | | | - PyX is distributed via PyPi now, unbreak
* - PyX is distributed via PyPi now, unbreakmva2015-12-161-2/+1
|
* - Update to version 2.76bmva2015-12-156-109/+118
| | | | | | | | | | | | | Blender 2.76 comes with hundreds of bug fixes and many new features, such as * support for Pixar's OpenSubdiv technology * huge performance improvements for the viewport * auto-offset support for nodes * new point density texture support for cycles * new modeling tools Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.76
* OpenSubdiv is a set of open source libraries that implement highmva2015-12-155-0/+1171
| | | | | | | | | | performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This codepath is optimized for drawing deforming subdivs with static topology at interactive framerates. The resulting limit surface matches Pixar's Renderman to numerical precision. WWW: http://graphics.pixar.com/opensubdiv
* Make fetchable again.thierry2015-12-152-3/+2
| | | | | The new offcial site is now on GitHub, but there is no new release available ATM.
* - Fix fetchamdmi32015-12-141-3/+3
| | | | - Take maintainership
* graphics/geoserver: Update version 2.8.0=>2.8.1bofh2015-12-143-86/+87
|
* - Fix fetchamdmi32015-12-141-2/+1
|
* - Switch to new test frameworkamdmi32015-12-141-6/+1
| | | | Approved by: portmgr blanket
* At very long last land PyQt5 5.5.1 ports.rakuco2015-12-144-0/+39
| | | | | | | | | | | | Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
* Switch to USES=execinfopawel2015-12-141-3/+1
| | | | | | PR: 205299 Submitted by: me Approved by: maintainer
* Fix a bunch of false positive that are fetchablebapt2015-12-141-2/+0
| | | | Reported by: ak
* Fix included dcraw vulnability.kwm2015-12-143-1/+167
| | | | | | | | | Fix integer overflow in PluginPCX.cpp. [1] Add dcraw files to dos2unix so patching is easier. Obtained from: Debian freeimage package (both patches) Security: 33459061-a1d6-11e5-8794-bcaec565249c [1]
* Remove false positive, this port actually do fetchbapt2015-12-141-1/+0
| | | | Reported by: thierry@
* Update to upstream version 4.1.4riggs2015-12-142-5/+4
| | | | | PR: 205121 Submitted by: yuri@rawbw.com (maintainer)
* Mention the right Qt version in COMMENT.rakuco2015-12-141-1/+1
|
* graphics/gimp-gmic-plugin: actualize MASTER_SITES and WWWrm2015-12-142-3/+2
|
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.rakuco2015-12-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143
* Mark as broken: does not fetchbapt2015-12-1323-0/+23
|
* graphics/variety and security/py-crits: chase r403641 and r403642junovitch2015-12-131-2/+2
| | | | | | - Fix make index, bump PORTREVISION and update dependency listing Pointy Hat to: sunpoet
* Update freeglut to 3.0.kwm2015-12-1310-66/+632
| | | | | | | * Update COMMENT/pkg-message * Remove conflicts libglut has been gone for ages. Obtained from: xorg devel repo
* Update mesa-demos to 8.3.0.kwm2015-12-133-6/+5
|
* - Update to 1.5tota2015-12-123-16/+11
| | | | | - Unmute INSTALL_DATA - Update pkg-descr
* Update to the lastest GNOME 3.16 releases.kwm2015-12-122-3/+3
|
* Update gtk20 to 2.24.29.kwm2015-12-122-3/+3
|
* Switch to options helperpawel2015-12-121-2/+4
|
* - Update to 0.2.8sunpoet2015-12-113-314/+5
| | | | | | | | - While I'm here, fix LOCALBASE usage Changes: https://git.pwmt.org/pwmt/zathura-pdf-mupdf/commits/master PR: 205094 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* Update gegl3 to 3.0.4.kwm2015-12-113-18/+7
| | | | | | | | * Remove SIMD option, the logic in the Makefile was inverted, so it was enabled anyway. * Add GEXIV2 option description * Fix plist for not-enabled RAW option * Don't install examples
* Update freetype2 to 2.6.2. [1]kwm2015-12-114-13/+25
| | | | | | | | | | | Mark magicpoint broken, maintainer is notified. Exp-runs run by antoine@ This version also fixes shadowing of TYPEOF in ftconfig.h [2] PR: 203554 [1], 202083 [2] Submitted by: rhurlin@gwdg.de [2]
* Update cairo to 1.14.6.kwm2015-12-112-5/+4
|
* Update mesa to 11.0.7.kwm2015-12-113-13/+3
|
* - Update to 0.9.2miwi2015-12-102-3/+4
| | | | | | | | | - Add NO_ARCH PR: 205107 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4466
* math/glm: update to 0.9.7.1,1jbeich2015-12-104-0/+4
| | | | | | Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1 PR: 203181 Approved by: maintainer timeout (83 days)
* - Add LICENSE_FILEsunpoet2015-12-091-3/+5
| | | | | - Use USES=shebangfix - Bump PORTREVISION for package change
* Update ImageMagick to 6.9.2-8.kwm2015-12-093-5/+3
|
* Do not fail the build if regression tests do not pass, there seems toantoine2015-12-091-6/+5
| | | | | | | | be a regression on big endian archs between versions 1.6.19 and 1.6.20 (reported upstream) PR: 205125 MFH: 2015Q4
* PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.rakuco2015-12-092-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for landing PyQt5 ports, generalize devel/py-qt4's bsd.pyqt.mk and make it a proper file in Uses/. Ports wishing to depend on PyQt4 ports can now do the following: USES= pyqt:4 USE_PYQT= foo bar_build baz_run Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST and the introduction of the PYQT_SIPDIR plist substitution variable. The rest of the contents of Uses/pyqt.mk are pretty much identical to what we had in bsd.pyqt.mk with additional processing of USE_PYQT. Even though this patch touches files in many different ports, the goal is for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
* Upgrade to 1.3.1.vanilla2015-12-084-32/+58
|
* Upgrade to 0.59.vanilla2015-12-082-5/+4
|
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.mat2015-12-088-15/+15
| | | | | With hat: portmgr Sponsored by: Absolight
* Upgrade to 10.07.vanilla2015-12-082-3/+3
| | | | | PR: 205124 Submitted by: maintainer
* Update to 0.9.0skreuzer2015-12-082-3/+3
|
* Update to 0.4.2olivierd2015-12-082-3/+4
| | | | Changelog: http://docs.wand-py.org/en/0.4.2/changes.html#version-0-4-2
* Update to 0.17.1.rakuco2015-12-072-7/+7
| | | | | | | | | This is a small update that fixes two security vulnerabilities, CVE-2015-8366 and CVE-2015-8367. Security: db04bf07-9cc8-11e5-8c2b-c335fa8985d7 Security: 6bc6eed2-9cca-11e5-8c2b-c335fa8985d7 MFH: 2015Q4
* - Update to 1.8sunpoet2015-12-073-6/+7
| | | | | | Changes: http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;hb=HEAD PR: 205057 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* - Add BUILD_DEPENDS for cmake version requirementsunpoet2015-12-071-0/+1
| | | | | PR: 203311 Reported by: Tilghman Lesher <tilghman@meg.abyt.es>
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0marino2015-12-0628-215/+171
| | | | | | | | | | | | | This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
* Add patch to use drm.h instead of redefining the types.kwm2015-12-052-1/+20
| | | | This unbreaks the build of xorg-server on 9.3.
* multimedia/x265: update to 1.8jbeich2015-12-051-1/+1
| | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. PR: 204990 Submitted by: Anton Sayetsky <vsasjason@gmail.com>
* - Fix build with jbig2dec 0.12sunpoet2015-12-051-0/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr (blanket)
* Fix the build on 9.x.rakuco2015-12-041-0/+19
| | | | | | | | | | | | | | | | Add a missing include so that the port builds on 9.3-{amd64,i386}: /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp: In function 'int genint(int)': /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:31: error: 'rand' was not declared in this scope return (int)((double)rand()*x/(double)RAND_MAX); ^ /wrkdirs/usr/ports/graphics/hugin/work/hugin-2015.0.0/src/hugin_cpfind/localfeatures/RansacFiltering.cpp:28:43: error: 'RAND_MAX' was not declared in this scope return (int)((double)rand()*x/(double)RAND_MAX); ^ The quarterly branch is not affected, it still contains hugin 2013.0.0. Approved by: portmgr blanket approval (trivial and tested build fix)
* - Update to 1.8.1sunpoet2015-12-042-3/+3
| | | | Changes: https://github.com/sdsykes/fastimage/commits/master
* - Update to 0.12sunpoet2015-12-0412-121/+129
| | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE - Convert to new options helper - Convert to new options target helper - Convert to new test framework - Remove EXTRACT_AFTER_ARGS - Sort USES - Use USES=shebangfix - Repack test tarball - Cosmetic change - Split and rename patch files - Regenerate patch files with makepatch: - Update WWW - Add git repository to WWW - Take maintainership Changes: http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD
* Update Mesa ports to 11.0.6.kwm2015-12-045-21/+24
| | | | Obtained from: x11 team development repo.
* Update giflib to 5.1.1antoine2015-12-0424-21/+26
| | | | PR: 204492
* Update to 1.6.20antoine2015-12-043-6/+6
| | | | | MFH: 2015Q4 Security: CVE-2015-8126
* - fix build for ruby >= 2.1dinoex2015-12-032-8/+16
|
* graphics/waifu2x-converter-cpp: update to 1.0.0.400jbeich2015-12-022-8/+7
| | | | Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/007e7b1...6dbdc24
* graphics/p5-feedgnuplot: 1.35 -> 1.36pi2015-12-022-3/+3
| | | | - Added --equation to plot symbolic equations
* Phototonic is a fast and functional image viewer and organizer, inspiredolivierd2015-12-026-0/+66
| | | | | | | by the traditional image viewer design (i.e. thumbnails and viewer layouts). WWW: http://oferkv.github.io/phototonic/
* graphics/optar: update distfile and undeprecaterene2015-12-013-22/+9
| | | | | | | | | | - The port version changes from 1.0 to 2015.02.09 - Add license file - Clean up Makefile - Remove now unneeded patch PR: 204198 Submitted by: tkato432
* Update to 5.6.16 release.ale2015-11-301-1/+0
|
* graphics/fotofix: fix typo in DESKTOP_ENTRIES, bump PORTREVISIONrene2015-11-301-1/+2
| | | | Submitted by: danfe
* graphics/waffle: Update to 1.5.2dumbbell2015-11-303-16/+11
| | | | | | | | The "x11_egl" platform is now explicitely enabled. Reviewed by: danfe, kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4051
* graphics/fotofix: update to 0.01.1.88, unbreakrene2015-11-302-16/+21
| | | | | | | | | | - change MASTER_SITES to GitHub - add manual page - add desktop entry - clean up Makefile PR: 204196 Submitted by: tkato432
* Update libepoxy to 1.3.1.kwm2015-11-302-4/+5
| | | | | Add LICENSE_FILES link. Don't restrict to python3 only. It only needs a python to build.
* graphics/libGL: unbreak build on sparc64mmoll2015-11-301-1/+10
| | | | | | Approved by: x11 (kwm) MFH: 2015Q4 Differential Revision: https://reviews.freebsd.org/D4311
* Allow to build on PowerPC.danfe2015-11-293-0/+21
|
* - Update to 0.5tota2015-11-292-3/+3
|
* graphics/gimp-elsamuko-script: make fetchablerene2015-11-291-5/+1
| | | | | | | This port needs to use USE_GITHUB properly. PR: 200272 Submitted by: Rainer Hurling (rhurling gwdg de)
* Deprecate ports broken for more than 6 monthsantoine2015-11-291-0/+2
|
* - Fix build on armv6sunpoet2015-11-292-1/+117
| | | | | | | | - Bump PORTREVISION for package change PR: 201226 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Tested by: mmoll
* - Add LICENSE_FILEsunpoet2015-11-291-1/+2
|
* Remove expired ports:rene2015-11-2939-798/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* Update ImageMagick to 6.9.2-7.kwm2015-11-293-4/+3
|
* graphics/lensfun: bump PORTREVISIONmmoll2015-11-291-0/+1
| | | | | | | r402504 did effectively change the resulting binary for default i386 builds PR: 200028 Submitted by: jbeich
* Update to upstream version 1.7.88riggs2015-11-282-3/+3
| | | | | | | | Version 1.7.88 eliminates a potential overflow while adding iTXt chunk. PR: 204733 Submitted by: vsasjason@gmail.com (maintainer) MFH: 2015Q4
* graphics/lensfun: fix build on armmmoll2015-11-281-0/+8
| | | | | | PR: 200028 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: danfe (maintainer)
* Depend on sqlite3grog2015-11-272-3/+4
| | | | | | | | | Not found by: port test Find a more general way to determine the python path. Approved by: edwin@ (mentor) MFC after: 3 weeks
* Do not unconditionally use SSE4.1 code: not just it makes it less portable,danfe2015-11-273-1/+58
| | | | it might crash on CPUs that do not support those instructions, with SIGILL.
* - Take Maintainershipmiwi2015-11-266-6/+6
| | | | Approved by: mat (mentor)
* - Update to 0.8.1tota2015-11-262-6/+7
|
* - Add new port: graphics/R-cran-visNetworktota2015-11-264-0/+28
| | | | | | | Provides an R interface to the 'vis.js' JavaScript charting library. It allows an interactive visualization of networks. WWW: https://cran.r-project.org/web/packages/visNetwork/
* - Update to version 1.5.1 which fixes a few annoying issues with glossydanfe2015-11-253-10/+13
| | | | | | | | | materials when using the new LuxCore rendering modes - Because upstream did not use different tag names for LuxCore and LuxRender this time, avoid distfile name clash by using .tar.gz format for smaller distfile (3.1M) and .tar.bz2 for the larger one (28M) - Ensure that correct build number is reported in the "About" dialog box - Fix USES and DISTVERSION check for version 1.4 support while I'm here
* Bump port revision that should've been part of r402355 (given a chance todanfe2015-11-241-9/+5
| | | | touch Makefile again, convert IMAGEVIEWER option to helper knobs).
* - Allow to build OpenImageIO without OpenCV, JPEG 2000, and TrueType supportdanfe2015-11-243-13/+26
| | | | | | | | | | | | - Turn off FFMPEG option by default; fix spelling of "FFmpeg" and "Color" - Make sure that `graphics/py-openimageio' slave port remains optionless - While here, wrap couple of long lines and beautify port description text OpenCV and FFMPEG are heavy dependencies, while these features might not even be used in consumer ports (e.g. blender, luxrender, and appleseed). More to it, OpenCV is broken on PowerPC, which prevents building any consumer ports. Approved by: maintainer
* graphics/gtk-update-icon-cache: restore r297047 after r313633jbeich2015-11-241-7/+6
| | | | | | | | | | | - Invoke pkg-config(1) instead of checking manually [1] - Convert to ECHO_MSG which can be silenced PR: 166279 Reported by: mi (via mail on gnome@ list) Approved by: gnome (kwm) Submitted by: John Hein <jh-fbml@snkmail.com> [1] Differential Revision: https://reviews.freebsd.org/D4260
* Update gimp to 2.8.16, 20 years gimp anniversary edition.kwm2015-11-244-7/+19
|
* - Add missing USES=localbasesunpoet2015-11-241-6/+6
| | | | | - Fix build for dependent ports if OPENMP enabled - Bump PORTREVISION for package change
* Update gegl3 to 0.3.2.kwm2015-11-243-11/+28
| | | | | | | Replace Openraw Option/dependancy with libraw. Add tiff (default on) and gexiv2 options. Fix plist when ffmpeg option is selected.
* Add missing dependency.grog2015-11-233-1/+16
| | | | | | | | | Add missing files to pkg-plist. Work around breakage in configuration files. Reviewed by: Callum Gibson, Henrik Johansson Approved by: edwin@ (mentor) MFC after: 2 weeks
* - Update graphics/libraw to 0.17.0amdmi32015-11-2213-31/+29
| | | | | | | | - While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au
* Make installation of sample files optional (as port examples).danfe2015-11-222-17/+19
|
* Update ImageMagick7 to 20151120 snapshot.kwm2015-11-223-9/+12
| | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist
* Update ImageMagick to 6.9.2-6.kwm2015-11-223-55/+63
| | | | | | * Convert the custom test target into a do-test target and run it when the TESTS options is selected. * Sort plist
* Update Gstreamer suite to 1.6.1.kwm2015-11-221-1/+1
|
* - rename MAN1dinoex2015-11-221-4/+4
|
* - use post-install-DOCS-ondinoex2015-11-221-2/+2
|
* Unbreak the build on PowerPC by using modern compiler (GCC). The problemdanfe2015-11-221-1/+1
| | | | | was the same as fixed recently in r401989 since FreeImage bundles its own copy of OpenEXR.
* - Update to version 1.3.0-beta, which integrates most of our patches fordanfe2015-11-2120-821/+107
| | | | | | native FreeBSD support - Provide the real ONLY_FOR_ARCHS_REASON - Rename DISNEY_MATERIAL to simply DISNEY (previous name was too long)
* - Add WMF and XML optionssunpoet2015-11-211-7/+15
| | | | | - Remove unnecessary dependencies - Bump PORTREVISION for dependency change
* - Update to 1.3.23sunpoet2015-11-214-268/+70
| | | | | | | | | | | | | | | - Convert to new options helper - Convert to new options dependency helper - Convert to new test framework - Sort LIB_DEPENDS - Sort CONFIGURE_ARGS - Use PORTDATA and PORTDOCS - Remove PORTSCOUT - Cosmetic change - Update pkg-descr - Take maintainership Changes: http://www.graphicsmagick.org/NEWS.html
* Hopefully win my battle with svn and finally check in the correct setgrog2015-11-213-1/+41
| | | | | | | of patch files. Approved by: edwin@ (long-suffering mentor) MFC after: 2 weeks
* Remove old patch files.grog2015-11-214-35/+1
| | | | | | | Bump PORTREVISION. Approved by: edwin@ (mentor) MFC after: 2 weeks
* graphics/pngcrush: 1.7.86 -> 1.7.87pi2015-11-212-3/+3
| | | | | | | | | | | - Fixed a double-free bug. There was a "free" of the sPLT chunk structure in pngcrush and then again in png.c (Bug report by Brian Carpenter). - Added common-law trademark notice and export control information. - Rearranged some paragraphs in the comments at the beginning of pngcrush.c - Increased some buffer sizes in an attempt to prevent possible overflows. PR: 204421 Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)
* Make reference to the fact that the binaries are created incy2015-11-202-1/+9
| | | | | | ${LOCALBASE}/libexec/xpdf. PR: 204696
* - Update to 1.5.20amdmi32015-11-202-3/+3
| | | | | | PR: 204635 Submitted by: graham@menhennitt.com.au Approved by: FreeBSD@ShaneWare.Biz (maintainer)
* Convert to USES=jpegantoine2015-11-202-6/+4
|
* - Add LICENSE_FILEsunpoet2015-11-201-0/+1
|
* - Unbreak the build on PowerPC by using modern GCC versiondanfe2015-11-202-44/+10
| | | | | | | | | | - Do not use += to set initial CONFIGURE_ARGS value - Convert to option helpers and new test framework (TEST_TARGET) - Remove extra patch that prevented installation of the example files (it is not needed in the post-staging era: running `make package OPTIONS_UNSET=EXAMPLES -DBATCH' will produce package without the exampes by default, requiring no special hacks) - Wrap one overly long line by optimizing away one of the STRIP_CMD's
* Take MAINTAINERgrog2015-11-204-207/+203
| | | | | | | | | | Approved by: vd@ Upgrade to 2015.0.0 Approved by: edwin@ (mentor) MFC after: 2 weeks
* graphics/rubygem-chunky_png: update to 1.3.5 and reset maintainermmoll2015-11-203-6/+6
| | | | | | PR: 204039 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> (earlier version) Approved by: maintainer (timeout)
* Reset PORTREVISION.grog2015-11-191-1/+1
| | | | | Approved by: edwin@ (mentor) MFC after: 2 weeks
* Take MAINTAINERgrog2015-11-194-15/+16
| | | | | | | | | Approved by: vd@ Update to 2.19.9 Approved by: edwin@ (mentor) MFC after: 2 weeks
* - Add patch fixing window under cursor snapshot function [1]pawel2015-11-194-9/+21
| | | | | | - Regenerate patches, move patch-setyp.py to correct filename Submitted by: Ivan Brawley via email [1]
* - Update to 1.1-1tota2015-11-192-3/+3
|
* Let gnome3 stack be built with python 3.5rm2015-11-195-12/+42
| | | | | | | | | This mostly fixing packaging for python3.5, but there is also py35 waf fix for py3-cairo, that was obtained from Ubuntu repository. PR: 204075 Approved by: maintainer timeout (22 days)
* graphics/darktable: LLVM 3.7 does not provide OpenMP on i386dumbbell2015-11-181-4/+4
| | | | | | | | | | | | This fixes the build on FreeBSD 10.x and 11-CURRENT on i386. While here, completely remove the OPENMP option. The implementation was incomplete anyway because disabling it would not turn off OpenMP in darktable if it was built with GCC. Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4130
* - Update to 4.1.3amdmi32015-11-172-4/+4
| | | | | PR: 204317 Submitted by: yuri@rawbw.com
* graphics/php-magickwand: unbreak, update 1.0.9 -> 1.0.9-2pi2015-11-172-8/+6
| | | | | | | | | | | | - Add support for MagickStatisticImage() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=10&t=22757). - Fixes build with newer ImageMagick - Fixes build when ImageMagick is installed in non-standard location - Add support for MagickSetImageEndian(). - MagickWand for PHP no longer fails to build in ZTS mode. PR: 204620 Reviewed by: Richard Toohey <knightofthecode@gmail.com>
* Update to 1.16.0gblach2015-11-1613-19/+19
|
* Unbreak the build on PowerPC, in a simple way: replace deprecated __sync_*danfe2015-11-152-0/+31
| | | | | | function with corresponding __atomic_* counterpart and link with libatomic against GCC. This should be no-op on Tier-1 architectures (against Clang), since that code branch is guarded by __GNUC__ >= 4 && __GNUC_MINOR__ >= 4.
* Update to 1.6.19antoine2015-11-153-7/+8
| | | | | | PR: 204551 MFH: 2015Q4 Security: CVE-2015-8126