| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.3...v1.5.4
Notes:
svn path=/head/; revision=455622
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.2...v1.5.3
Notes:
svn path=/head/; revision=455551
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.1...v1.5.2
Notes:
svn path=/head/; revision=455208
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...v1.5.1
Notes:
svn path=/head/; revision=455134
|
|
|
|
|
|
|
|
|
|
| |
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
Notes:
svn path=/head/; revision=454454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/hrydgard/ppsspp/commit/ac0052c6af92
MFH: 2017Q4 (requires r451582)
Notes:
svn path=/head/; revision=452123
|
|
|
|
|
|
|
|
| |
Recently added fallback mappings are different from v1.3, and some
buttons can no longer be bound. So keep the option for a bit longer.
Notes:
svn path=/head/; revision=451584
|
|
|
|
|
|
|
| |
Changes: https://github.com/hrydgard/ppsspp/compare/11f8bcc8a...bb1f65118
Notes:
svn path=/head/; revision=451582
|
|
|
|
|
|
|
| |
Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...11f8bcc8a
Notes:
svn path=/head/; revision=451036
|
|
|
|
|
|
|
|
|
|
|
| |
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
Notes:
svn path=/head/; revision=450775
|
|
|
|
| |
Notes:
svn path=/head/; revision=449973
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
Notes:
svn path=/head/; revision=449853
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
| |
This may slightly improve JIT stability.
MFH: 2017Q3
Notes:
svn path=/head/; revision=446352
|
|
|
|
|
|
|
| |
QMake build is gone since v1.4
Notes:
svn path=/head/; revision=444027
|
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.1...v1.4.2
MFH: 2017Q2
Notes:
svn path=/head/; revision=442567
|
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4.1
MFH: 2017Q2
Notes:
svn path=/head/; revision=441519
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=438070
|
|
|
|
|
|
|
|
|
|
|
|
| |
ext/native/base/PCMain.cpp:75:10: fatal error: 'EGL/egl.h' file not found
#include "EGL/egl.h"
^
1 error generated.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=437910
|
|
|
|
| |
Notes:
svn path=/head/; revision=437453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4
Notes:
svn path=/head/; revision=437353
|
|
|
|
|
|
|
| |
https://github.com/hrydgard/ppsspp/issues/9026
Notes:
svn path=/head/; revision=437149
|
|
|
|
|
|
|
|
| |
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
Notes:
svn path=/head/; revision=430462
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
Notes:
svn path=/head/; revision=428352
|
|
|
|
| |
Notes:
svn path=/head/; revision=426134
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426089
|
|
|
|
|
|
|
|
| |
Ninja is only fast for incremental builds, not after clobber. To keep
using it define CMAKE_NINJA in make.conf.
Notes:
svn path=/head/; revision=424136
|
|
|
|
|
|
|
| |
Keep names (except PORTNAME) expanded for better readability.
Notes:
svn path=/head/; revision=424134
|
|
|
|
| |
Notes:
svn path=/head/; revision=423674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=423014
|
|
|
|
|
|
|
| |
Pointyhat to: jbeich (r422825)
Notes:
svn path=/head/; revision=422899
|
|
|
|
|
|
|
|
| |
Catering package-only users that want Qt4 flavor or just SDL UI.
COMMENT and pkg-descr (both plural) can be improved in future.
Notes:
svn path=/head/; revision=422825
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Notes:
svn path=/head/; revision=422387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
|
| |
$ ppsspp
Unable to initialize SDL: SDL not built with joystick support
Notes:
svn path=/head/; revision=418266
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Notes:
svn path=/head/; revision=411438
|
|
|
|
|
|
|
| |
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Notes:
svn path=/head/; revision=411229
|
|
|
|
|
|
|
|
|
| |
- Added --fullscreen parameter in man page
MFH: 2016Q1
Notes:
svn path=/head/; revision=410213
|
|
|
|
|
|
|
|
|
|
| |
- Back out r388231 now that DragonFly updated its GCC past 5.2
- Make it easier to back out r387685 in future by concatenating patches
Changes: http://ppsspp.org/#news
Notes:
svn path=/head/; revision=409347
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Notes:
svn path=/head/; revision=399202
|
|
|
|
| |
Notes:
svn path=/head/; revision=398687
|
|
|
|
|
|
|
|
|
|
| |
- Integrate r397030 and r397702 into master port
- Switch slave port back to use patches from master
Changes: http://ppsspp.org/#news
Notes:
svn path=/head/; revision=398680
|
|
|
|
| |
Notes:
svn path=/head/; revision=398012
|
|
|
|
|
|
|
|
|
| |
- Take advantage of more system libraries support upstream
Changes: https://github.com/hrydgard/ppsspp/compare/253ed9f...d8b43dd
Notes:
svn path=/head/; revision=397702
|
|
|
|
|
|
|
| |
The one from Debian was very basic and removed upstream.
Notes:
svn path=/head/; revision=397701
|
|
|
|
|
|
|
|
| |
MFH: 2015Q3
Security: 264749ae-d565-11e4-b545-00269ee29e57
Notes:
svn path=/head/; revision=397361
|