| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=568642
|
|
|
|
|
|
|
| |
Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14.
Notes:
svn path=/head/; revision=568594
|
|
|
|
| |
Notes:
svn path=/head/; revision=568573
|
|
|
|
| |
Notes:
svn path=/head/; revision=565202
|
|
|
|
| |
Notes:
svn path=/head/; revision=564603
|
|
|
|
|
|
|
| |
This effectively upgrades us to 13.0.5.1
Notes:
svn path=/head/; revision=554420
|
|
|
|
| |
Notes:
svn path=/head/; revision=553083
|
|
|
|
| |
Notes:
svn path=/head/; revision=542321
|
|
|
|
|
|
|
| |
PR: 244634
Notes:
svn path=/head/; revision=542063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
Notes:
svn path=/head/; revision=538197
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=534792
|
|
|
|
| |
Notes:
svn path=/head/; revision=531989
|
|
|
|
| |
Notes:
svn path=/head/; revision=528625
|
|
|
|
|
|
|
|
|
|
|
|
| |
Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary.
Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2.
PR: 243186
Approved by: java (maintainer timeout)
Notes:
svn path=/head/; revision=525470
|
|
|
|
|
|
|
| |
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
Notes:
svn path=/head/; revision=523265
|
|
|
|
|
|
|
|
|
| |
* Having /proc mounted is not generally critical, but there is at least one
piece of functionality that does rely on its presence at the moment
(e.g. OperatingSystemMXBean)
Notes:
svn path=/head/; revision=517165
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516912
|
|
|
|
|
|
|
|
|
|
|
| |
* Make sure has_mfdscr() returns false on these machines as using it on
FreeBSD 12.x will cause problems (e.g. SIGILL).
PR: 239368
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=516908
|
|
|
|
| |
Notes:
svn path=/head/; revision=514682
|
|
|
|
|
|
|
|
|
|
| |
* Separate out platform/compiler concerns
* Disable AoT on all arches except amd64
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=513045
|
|
Notes:
svn path=/head/; revision=512248
|