| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=474122
|
|
|
|
|
|
|
|
| |
PR: 229541
Submitted by: me@enriquefynn.com(maintainer)
Notes:
svn path=/head/; revision=474012
|
|
|
|
|
|
|
|
|
|
|
|
| |
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=473699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
Notes:
svn path=/head/; revision=473611
|
|
|
|
|
|
|
|
| |
PR: 229367
Submitted by: peter@netkey.at (maintainer)
Notes:
svn path=/head/; revision=473509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 229096
Submitted by: kbowling
Approved by: kbowling (maintainer)
Notes:
svn path=/head/; revision=473306
|
|
|
|
|
|
|
|
| |
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
Notes:
svn path=/head/; revision=473276
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/protobuf/releases
Notes:
svn path=/head/; revision=473259
|
|
|
|
| |
Notes:
svn path=/head/; revision=473018
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
Notes:
svn path=/head/; revision=472983
|
|
|
|
|
|
|
|
|
|
| |
It is only needed for the UI.
PR: 229210
Submitted by: Ralf van der Enden <tremere@cainites.net>
Notes:
svn path=/head/; revision=472982
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472871
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472870
|
|
|
|
|
|
|
|
|
|
| |
net-p2p/qbittorrent-nox11 is flavorized in net-p2p/qbittorrent and removed.
Approved by: portmgr
Differential Revision: D13416
Notes:
svn path=/head/; revision=472856
|
|
|
|
| |
Notes:
svn path=/head/; revision=472795
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=472693
|
|
|
|
| |
Notes:
svn path=/head/; revision=472382
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=472309
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=472307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/src/contrib/llvm/tools/lld/ELF/Driver.cpp:126 contains
"elf_i386" as a recognized name, but for some reason monero fails
to link on the i386 build cluster with an error:
/usr/bin/ld: unrecognised emulation mode: elf_i386
Supported emulations: elf_i386_fbsd
Thus, change "elf_i386" to "elf_i386_fbsd".
Notes:
svn path=/head/; revision=472291
|
|
|
|
|
|
|
| |
Changelog: https://github.com/Radarr/Radarr/releases/tag/v0.2.0.1120
Notes:
svn path=/head/; revision=472190
|
|
|
|
|
|
|
| |
Reported by: exp-run
Notes:
svn path=/head/; revision=472132
|
|
|
|
| |
Notes:
svn path=/head/; revision=471914
|
|
|
|
| |
Notes:
svn path=/head/; revision=471910
|
|
|
|
| |
Notes:
svn path=/head/; revision=471906
|
|
|
|
| |
Notes:
svn path=/head/; revision=471477
|
|
|
|
|
|
|
|
| |
PR: 228590
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer)
Notes:
svn path=/head/; revision=471138
|
|
|
|
|
|
|
|
|
|
| |
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
Notes:
svn path=/head/; revision=470993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Notes:
svn path=/head/; revision=470870
|
|
|
|
|
|
|
|
|
|
| |
- Add FLAVORS
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D14661
Notes:
svn path=/head/; revision=470851
|
|
|
|
| |
Notes:
svn path=/head/; revision=470710
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=470610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default it detects file size by fseek()'ing to its end and ftell()'ing
current position, and these functions take `long offset' as an argument.
It is sufficient on 64-bit architectures where sizeof(long) is 8, but not
so on 32-bit ones where it is 4.
Make it work everywhere by building with -DUSE_FTELLO so it uses fseeko(3)
and ftello(3) functions which take `off_t offset'.
Tested on: i386, powerpc
Notes:
svn path=/head/; revision=470450
|
|
|
|
| |
Notes:
svn path=/head/; revision=470279
|
|
|
|
|
|
|
|
| |
PR: 220871
Submitted by: knu, joshruehlig@gmail.com (MAINTAINER)
Notes:
svn path=/head/; revision=469847
|
|
|
|
| |
Notes:
svn path=/head/; revision=469466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 228050
Submitted by: Hung-Yi Chen
- fix python build
- add LICENSE for slave port
- make portlint happier
- bump PORTREVISION on ports using the shared lib
Notes:
svn path=/head/; revision=469430
|
|
|
|
|
|
|
|
|
| |
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
Notes:
svn path=/head/; revision=469338
|
|
|
|
| |
Notes:
svn path=/head/; revision=469270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gui/VideoProcessor.cpp:456:40: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
if (encoding_codec->capabilities & CODEC_CAP_TRUNCATED)
^
gui/VideoProcessor.cpp:457:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
encoding_context->flags |= CODEC_FLAG_TRUNCATED;
^
gui/VideoProcessor.cpp:458:32: error: use of undeclared identifier 'CODEC_FLAG_PSNR'
encoding_context->flags |= CODEC_FLAG_PSNR;//Peak signal-to-noise ratio
^
gui/VideoProcessor.cpp:459:32: error: use of undeclared identifier 'CODEC_CAP_PARAM_CHANGE'
encoding_context->flags |= CODEC_CAP_PARAM_CHANGE;
^
gui/VideoProcessor.cpp:552:39: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
if(decoding_codec->capabilities & CODEC_CAP_TRUNCATED)
^
gui/VideoProcessor.cpp:553:36: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
decoding_context->flags |= CODEC_FLAG_TRUNCATED; // we do not send complete frames
^
gui/VideoProcessor.cpp:555:33: error: use of undeclared identifier 'CODEC_FLAG2_CHUNKS'
decoding_context->flags2 |= CODEC_FLAG2_CHUNKS;
^
PR: 227726
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=468858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=468780
|
|
|
|
|
|
|
|
|
| |
PR: 227688
Submitted by: Michiel van Baak <michiel@vanbaak.eu>
Approved by: maintainer
Notes:
svn path=/head/; revision=468684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also,
- Bring BROKEN_powerpc64 earlier to make portlint happy
- Bump PORTREVISION due to plist change
PR: 225349
Submitted by: meta
Reported by: John Smith <godevilove@ya.ru>
Approved by: rezny (maintainer timeout), pi (mentor)
MFH: 2018Q2
Notes:
svn path=/head/; revision=468474
|
|
|
|
| |
Notes:
svn path=/head/; revision=468359
|
|
|
|
|
|
|
|
|
|
| |
PR: 227711
Reported by: me@enriquefynn.com (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15188
Notes:
svn path=/head/; revision=468356
|
|
|
|
| |
Notes:
svn path=/head/; revision=468092
|
|
|
|
|
|
|
| |
Approved by: feld (maintainer)
Notes:
svn path=/head/; revision=468054
|