| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=531261
|
|
|
|
|
|
|
|
|
| |
- Explain the need for emptying one *.isph file
Reported by: portscout
Notes:
svn path=/head/; revision=531200
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=531182
|
|
|
|
|
|
|
|
|
| |
guile-cairo.c:512: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=531026
|
|
|
|
|
|
|
| |
Reported by: portscan
Notes:
svn path=/head/; revision=531021
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ttyplot is a realtime plotting utility for terminal with data input from
stdin.
It takes data from standard input / UNIX pipeline, most commonly some tool
like ping, snmpget, netstat, ifconfig, sar, vmstat, etc., and plots in text
mode on a terminal in real time.
It supports rate calculation for counters and up to two graphs on a single
display using reverse video for the second line.
WWW: https://github.com/tenox7/ttyplot
Notes:
svn path=/head/; revision=530963
|
|
|
|
| |
Notes:
svn path=/head/; revision=530952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* Make port concurrent safe as it installs files outside Python's site-lib
directory.
* Separate USES block from non-relevant variables and pet portlint
(whitespace issues in pkg-plist)
* Also remove an obsolete patch that was required to fix build issues with
the documentation files.
Changelog:
https://github.com/jazzband/sorl-thumbnail/blob/12.6.3/CHANGES.rst
PR: 245358
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
Notes:
svn path=/head/; revision=530951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from Guile
Guile-Cairo wraps the Cairo graphics library for Guile Scheme.
WWW: http://www.nongnu.org/guile-cairo/
PR: 241731
Submitted by: Andrew <andrew tao11 riddles org uk>
Differential Revision: D22189
Notes:
svn path=/head/; revision=530948
|
|
|
|
|
|
|
| |
- Update WWW: line in pkg-descr
Notes:
svn path=/head/; revision=530934
|
|
|
|
| |
Notes:
svn path=/head/; revision=530914
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for dependency change
Notes:
svn path=/head/; revision=530897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before <Magick++.h> because of the following conflict:
[...]: error: use of undeclared identifier '__assert'; did you mean
'MagickCore::__assert'?
assert( file.colorSpace() == Magick::sRGBColorspace );
^
/usr/include/assert.h:56:36: note: expanded from macro 'assert'
#define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
/usr/include/assert.h:77:6: note: 'MagickCore::__assert' declared here
void __assert(const char *, const char *, int, const char *) __dead2;
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=530885
|
|
|
|
| |
Notes:
svn path=/head/; revision=530884
|
|
|
|
| |
Notes:
svn path=/head/; revision=530796
|
|
|
|
| |
Notes:
svn path=/head/; revision=530748
|
|
|
|
| |
Notes:
svn path=/head/; revision=530719
|
|
|
|
|
|
|
|
| |
PR: 245138
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Notes:
svn path=/head/; revision=530704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog (https://github.com/vslavik/diff-pdf/releases):
* Added new useful options:
--skip-identical only outputs pages with actual differences
--channel-tolerance makes it easy to ignore tiny differences
--mark-differences adds visual markers to the margin to highlight where small changes are
* Fixes some bugs
PR: 245133
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Notes:
svn path=/head/; revision=530702
|
|
|
|
|
|
|
| |
PR: 244964
Notes:
svn path=/head/; revision=530690
|
|
|
|
|
|
|
|
|
| |
- update to 0.9.2 which works out of the box
PR: 244964
Notes:
svn path=/head/; revision=530687
|
|
|
|
|
|
|
|
|
| |
PR: 239087
Submitted by: Miyashita Touka <imagin8r@protonmail.com>
Approved by: kwm (maintainer timeout, 8 months)
Notes:
svn path=/head/; revision=530662
|
|
|
|
|
|
|
| |
PR: 244964
Notes:
svn path=/head/; revision=530656
|
|
|
|
| |
Notes:
svn path=/head/; revision=530654
|
|
|
|
|
|
|
| |
PR: 244964
Notes:
svn path=/head/; revision=530652
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/imageio/imageio/releases
https://github.com/imageio/imageio/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=530586
|
|
|
|
|
|
|
|
|
|
|
| |
Announcement:
https://krita.org/en/item/krita-4-2-9-released/
PR: 245122
Submitted by: VVD <vvd@unislabs.com>
Notes:
svn path=/head/; revision=530520
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=530480
|
|
|
|
|
|
|
|
|
|
|
| |
preventing system-wide include directories being injected into the
global CMake state and thus taking precedence over target's include
directories. Hook provided test suite to our framework while here.
PR: 245298
Notes:
svn path=/head/; revision=530474
|
|
|
|
|
|
|
|
|
| |
- Drop no longer required `post-patch' target
Found out via: repology.org
Notes:
svn path=/head/; revision=530380
|
|
|
|
| |
Notes:
svn path=/head/; revision=530376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Update to version 7.20
- Added support for Suunto SML files.
- Various IMG maps improvements.
-Update to version 7.19
- Fixed/improved pause detection.
- Fixed buffer overflow in GPI parser.
- OpenStreetMap and 4UMaps URL changes.
- Minor IMG file format reader fixes/improvements.
- Fixed/improved tooltip/popups handling.
- Translations updates.
https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes
PR: 243754
Reported by: Nikolay Korotkiy (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24259
Notes:
svn path=/head/; revision=530272
|
|
|
|
|
|
|
|
|
|
| |
Fix pkg-plist. I accidentally removed a line in my last revision.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24258
Notes:
svn path=/head/; revision=530266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine
Notes:
svn path=/head/; revision=530258
|
|
|
|
|
|
|
| |
Reported by: VVD <vvd@unislabs.com> (in bug#244347)
Notes:
svn path=/head/; revision=530255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
latest versions
- math/saga:
- Update to 7.6.2
- Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory version and this reduces the number of packages installed when you install saga and qgis/grass (which requires version 3.0).
- databases/grass7:
- Update to 7.8.2 first version for python3 only
- Use ${PY_NUMPY} variable
- Readd openmp
- Use wxPython40 for python3
- Remove bash dependency. You can use any shell.
- Rework the workaround in post-install (for / touch files). Fix the long (random) standing issue with pkg-plist
- Alphabetize USES and OPTIONS
- Replace XX_configure_on by XX_configure_with as possible
- graphics/qgis:
- Update to 3.12.1
- Remove patches (applied upstream or fixed in ports: pyqt5 / sip)
- graphics/qgis-ltr:
- Update to 3.10.4
PR: 241892, 244979
Reported by: rainer hurling (maintainer), lbartoletti (maintainer)
Reviewed by: tcberner (mentor), rainer hurling (maintainer)
Approved by: tcberner (mentor), rainer hurling (maintainer)
Differential Revision: https://reviews.freebsd.org/D24198
Notes:
svn path=/head/; revision=530236
|
|
|
|
|
|
|
| |
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
Notes:
svn path=/head/; revision=530219
|
|
|
|
|
|
|
| |
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.2.news
Notes:
svn path=/head/; revision=530198
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/silnrsi/graphite/compare/1.3.13...1.3.14
ABI: https://abi-laboratory.pro/tracker/timeline/graphite/
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=530194
|
|
|
|
| |
Notes:
svn path=/head/; revision=530173
|
|
|
|
|
|
|
| |
Approved: portmgr (blanket)
Notes:
svn path=/head/; revision=530172
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.6.2...v0.6.3
Reported by: portscout
Notes:
svn path=/head/; revision=530015
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update graphics/libepoxy to 1.5.4
Change to USE_GITHUB to pull distfiles straight from github.
ChangeLog:
https://github.com/anholt/libepoxy/releases/tag/1.5.3
https://github.com/anholt/libepoxy/releases/tag/1.5.4
Notes:
svn path=/head/; revision=530011
|
|
|
|
| |
Notes:
svn path=/head/; revision=530003
|
|
|
|
|
|
|
|
|
|
|
| |
emulators/mesen is left out for now, as it breaks on 11.3
Submitted by: rene
Reviewed by: jbeich, zeising
X-Differential Revision: https://reviews.freebsd.org/D24211
Notes:
svn path=/head/; revision=529986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
Notes:
svn path=/head/; revision=529961
|
|
|
|
| |
Notes:
svn path=/head/; revision=529879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gtimelapse.cpp:753:2: error: reference to 'thread' is ambiguous
thread = CreateThread();
^
./globals.h:23:18: note: candidate found by name lookup is 'thread'
extern MyThread *thread;
^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
^
http://beefy6.nyi.freebsd.org/data/121amd64-default/529299/logs/errors/gtimelapse-0.1_16.log
Notes:
svn path=/head/; revision=529870
|
|
|
|
|
|
|
|
|
| |
- Respect MAKE_JOBS_NUMBER
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.1.news
Notes:
svn path=/head/; revision=529864
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/nomacs/nomacs/releases
* Themes added (light and dark)
* RAW loader improvements
* Anti-aliasing improved
* Printing improved
* Batch cropping added
* Support for more file formats
* Start-up time reduced
* And various bug fixes
Submitter requests maintainership
PR: 245079
Submitted by: vidar@karlsen.tech
Notes:
svn path=/head/; revision=529861
|