| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=533216
|
|
|
|
| |
Notes:
svn path=/head/; revision=532146
|
|
|
|
| |
Notes:
svn path=/head/; revision=531543
|
|
|
|
|
|
|
| |
It uses devel/snorenotify
Notes:
svn path=/head/; revision=530235
|
|
|
|
|
|
|
| |
An incorrect GIT_DESCRIBE was supplied to the build.
Notes:
svn path=/head/; revision=529301
|
|
|
|
| |
Notes:
svn path=/head/; revision=524789
|
|
|
|
| |
Notes:
svn path=/head/; revision=517008
|
|
|
|
|
|
|
|
|
|
|
|
| |
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782
Notes:
svn path=/head/; revision=513447
|
|
|
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
Notes:
svn path=/head/; revision=508903
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Notes:
svn path=/head/; revision=508216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
| |
revision of the PR that doesn't contain std::auto_ptr
PR: 239324
Reported by: pkubaj
Notes:
svn path=/head/; revision=506977
|
|
|
|
|
|
|
|
|
| |
Gtk and related dependencies are only induced by these options.
Unfortunately, glib20 is also pulled by Qt5, so setting the above options to OFF would
not practically reduce dependencies.
Notes:
svn path=/head/; revision=506197
|
|
|
|
| |
Notes:
svn path=/head/; revision=506101
|
|
|
|
|
|
|
|
|
| |
chroot environments
https://github.com/qTox/qTox/pull/5742
Notes:
svn path=/head/; revision=506070
|
|
|
|
| |
Notes:
svn path=/head/; revision=506034
|
|
|
|
| |
Notes:
svn path=/head/; revision=504534
|
|
|
|
| |
Notes:
svn path=/head/; revision=497614
|
|
|
|
| |
Notes:
svn path=/head/; revision=497452
|
|
|
|
|
|
|
|
|
| |
It has been a long time since the last release, several things that I've reported have been fixed since.
New option: SPELL_CHECK that introduces the dependency on KDE's sonnet.
Notes:
svn path=/head/; revision=497451
|
|
|
|
|
|
|
|
|
|
|
| |
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
Notes:
svn path=/head/; revision=492305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
| |
Notes:
svn path=/head/; revision=487767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Notes:
svn path=/head/; revision=484273
|
|
|
|
| |
Notes:
svn path=/head/; revision=480899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=475071
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=474817
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=473952
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* .desktop file got renamed
* Intermediate revision (when present) is based on DISTVERSIONSUFFIX
Reported by: portscout
Notes:
svn path=/head/; revision=473916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
|
|
| |
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>
- Bump PORTREVISION of consumers.
Notes:
svn path=/head/; revision=473381
|
|
|
|
|
|
|
|
| |
See the changelog in:
https://github.com/qTox/qTox/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=469179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
Notes:
svn path=/head/; revision=468844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
av_register_all();
^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream
Notes:
svn path=/head/; revision=468752
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/qTox/qTox/releases/tag/v1.14.1
Notes:
svn path=/head/; revision=465278
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/qTox/qTox/blob/v1.14.0/CHANGELOG.md
Also updated WWW.
Notes:
svn path=/head/; revision=464347
|
|
|
|
|
|
|
|
| |
Submitted by: yuri
Differential Revision: https://reviews.freebsd.org/D14558
Notes:
svn path=/head/; revision=463830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Removed GH_ACCOUNT (not needed)
* Added USE_GNOME=gdkpixbuf2
* Added CMAKE_OFF=USE_CCACHE (ccache causes random build failures)
* Minor change in PLIST_FILES
Testing: runs fine
This update makes it compatible with net-im/tox 0.2.0
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=463597
|
|
|
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
Notes:
svn path=/head/; revision=459963
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13252
Notes:
svn path=/head/; revision=455020
|
|
|
|
|
|
|
|
|
|
| |
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
Notes:
svn path=/head/; revision=452629
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* the port option PLATFORM_EXTENSIONS to reflect the option in
CMakeLists.txt for Xorg and screensaver integration. It should
be normally "on".
* pkg-message is moved into the main folder
* added LICENSE_FILE
* cmake now installs and compresses icon files
* while here, switch it to DISTVERSION.
PR: 222949
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Notes:
svn path=/head/; revision=452583
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
Notes:
svn path=/head/; revision=452570
|
|
|
|
|
|
|
| |
2: chrase shared library version.
Notes:
svn path=/head/; revision=450419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
| |
PR: 220814
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Notes:
svn path=/head/; revision=446146
|
|
|
|
|
|
|
|
|
| |
PR: 219729
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Approved by: Yuri Victorovich (maintainer)
Notes:
svn path=/head/; revision=442461
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|