| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Drop local fixes that were integrated upstream
Reported by: portscout
Notes:
svn path=/head/; revision=515854
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=513340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- It's written in C++11, so pull the right compiler
- Don't try to decode errnos which are never returned on FreeBSD
and thus might not be defined with some compilers
- Fix the build on !x86 by removing unused intrinsic headers
- Add some missing USE_* components reported by stage Q/A
PR: 238021
Notes:
svn path=/head/; revision=505022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with GPLv3 boilerplate file and README.md says "GPLv3 or later";
- Milton comes with custom TTF font, without it GUI looks pretty bad,
so install it under ${DATADIR} and set the font path in the program;
- Similar to WIN32 code, set window icon in the platform_setup_cursor()
function using the IMG_Load() from SDL2 ``image'' package. While it
can load Windows ICO files directly, for files with multiple images,
the first one found with the highest color count is chosen, which in
our case is 16x16x32 (the smallest). Tentatively extract all icons
as PNG files, install them all, and use 256x256 icon by default.
Notes:
svn path=/head/; revision=496552
|
|
WWW: https://www.miltonpaint.com/
Notes:
svn path=/head/; revision=496288
|