| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=468907
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
ngpkg.cpp:2342:27: error: use of undeclared identifier 'CODEC_FLAG_PSNR'
context->flags |= CODEC_FLAG_PSNR;
^
PR: 227726
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=468835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/Image/Image_VideoRecorder.cxx:279:25: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
aCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/Image/Image_VideoRecorder.cxx:452:38: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if ((myAVContext->oformat->flags & AVFMT_RAWPICTURE) != 0
^
PR: 227726
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=468831
|
|
|
|
| |
Notes:
svn path=/head/; revision=468632
|
|
|
|
|
|
|
|
|
| |
Use the CONFIG argument to enable experimental features
Submitted by: jbeich@
Notes:
svn path=/head/; revision=468545
|
|
|
|
|
|
|
|
| |
Make portlint happy.
Mark Broken for FreeBSD 10 due to compile/link error.
Notes:
svn path=/head/; revision=468281
|
|
|
|
|
|
|
|
| |
PR: 227254
Submitted by: Christian Krämer <uddka@student.kit.edu>
Notes:
svn path=/head/; revision=468187
|
|
|
|
| |
Notes:
svn path=/head/; revision=468046
|
|
|
|
|
|
|
| |
PR: 227581
Notes:
svn path=/head/; revision=468045
|
|
|
|
| |
Notes:
svn path=/head/; revision=468030
|
|
|
|
| |
Notes:
svn path=/head/; revision=468028
|
|
|
|
|
|
|
|
| |
PR: 227381
Submitted by: pfg@
Notes:
svn path=/head/; revision=467912
|
|
|
|
| |
Notes:
svn path=/head/; revision=467751
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
Notes:
svn path=/head/; revision=467711
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o: In function `boost::condition_variable::condition_variable()':
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x33): undefined reference to `pthread_condattr_init'
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x4a): undefined reference to `pthread_condattr_setclock'
src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC2Ev]+0x5f): undefined reference to `pthread_condattr_destroy'
PR: 227427
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=467571
|
|
|
|
| |
Notes:
svn path=/head/; revision=467399
|
|
|
|
| |
Notes:
svn path=/head/; revision=466801
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
Notes:
svn path=/head/; revision=466532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump to the actual 8.3 release, instead of a few days and revisions
short of it. There's no uploaded tarball, so we're still stuck with
GH tags.
- Build out-of-source; with CMake 3.11 you can no longer add a library
with no (zero) sources, and the existing setup was picking up build-
cache directories like CMakeFiles/ to turn into Elmer libraries.
- As a side-effect, this shows the bogus library added to the plist
some time earlier -- CMakeFiles is not an actual Elmer plugin.
- Detection of <inttypes.h> is broken because of the way Fortran
libraries are added to the link line, but gcc_s isn't; this leads
to header detection that fails in linking. So just tell CMake
that inttypes.h exists, instead.
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=466257
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move USES upward
- Remove obsolete hack for gcc
- Install AppStream metadata in share/metainfo per
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent
PR: 226672 [1]
Submitted by: Maciej Pasternacki <maciej@pasternacki.net> [1]
Notes:
svn path=/head/; revision=466177
|
|
|
|
|
|
|
|
|
| |
PR: 227148
Submitted by: pfg (maintainer)
MFH: 2018Q2
Notes:
svn path=/head/; revision=466167
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14859
Notes:
svn path=/head/; revision=465714
|
|
|
|
|
|
|
|
|
| |
it is not the shell builtin named false.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=465606
|
|
|
|
| |
Notes:
svn path=/head/; revision=465582
|
|
|
|
| |
Notes:
svn path=/head/; revision=465532
|
|
|
|
| |
Notes:
svn path=/head/; revision=465432
|
|
|
|
|
|
|
| |
Create an option to install examples, default it to on.
Notes:
svn path=/head/; revision=465410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
module.
The old modules use CMake internals that are going away in 3.11;
this particular module has been shipped with CMake since 3.0 at least,
so it's just not necessary except on silly ancient platforms.
Reviewed by: thierry (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14772
Notes:
svn path=/head/; revision=465282
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14670
Notes:
svn path=/head/; revision=464931
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
Notes:
svn path=/head/; revision=464438
|
|
|
|
|
|
|
|
|
|
|
| |
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
Notes:
svn path=/head/; revision=464275
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
Notes:
svn path=/head/; revision=464159
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
|
|
| |
Remove BROKEN lines where IGNORE has already been set.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=464036
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error: '/usr/local/bin/python' is an invalid shebang you need
USES=shebangfix for 'share/openscad/libraries/MCAD/get_submodules.py
The existing shebang fix on the py file did nothing without USES=python.
Python already was an implied dependency.
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=464007
|
|
|
|
| |
Notes:
svn path=/head/; revision=462971
|
|
|
|
| |
Notes:
svn path=/head/; revision=462964
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=462745
|
|
|
|
| |
Notes:
svn path=/head/; revision=462683
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
Notes:
svn path=/head/; revision=462619
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=462578
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462307
|
|
|
|
| |
Notes:
svn path=/head/; revision=462268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).
Thanks to antoine for the exp-run.
PR: 225928
Notes:
svn path=/head/; revision=462214
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes in
https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf
PR: 224649
Differential Revision: https://reviews.freebsd.org/D13665
Notes:
svn path=/head/; revision=462190
|
|
|
|
|
|
|
|
| |
PR: 225209
Submitted by: pfg (maintainer)
Notes:
svn path=/head/; revision=462174
|
|
|
|
|
|
|
|
|
|
|
| |
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
Notes:
svn path=/head/; revision=461885
|
|
|
|
| |
Notes:
svn path=/head/; revision=461750
|
|
|
|
|
|
|
| |
Approved by: adamw (mentor)
Notes:
svn path=/head/; revision=460850
|