| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
PR: 244947
Submitted by: Trond.Endrestol@ximalas.info
|
| |
|
|
| |
Submitted by: Klaus Küchemann <maciphone2@googlemail.com>
|
| |
|
|
|
|
| |
The previous patch didn't check for architecture.
PR: 243183
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
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: 243183
Approved by: glewis (maintainer)
|
| |
|
|
|
|
| |
* 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)
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
* Set the Java version correctly
* Bump PORTREVISION since some software may rely on this
|
| |
|
|
|
|
|
| |
* Separate out platform/compiler concerns
* Disable AoT on all arches except amd64
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
|
| |
* Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up.
PR: 239246
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
|
| |
|
|
|
|
| |
* Add necessary configure arguments for aarch64
* Add patches needed to compile on aarch64. These have been upstreamed but
are not in a release yet.
|
| |
|
|
|
|
| |
* Remove portions of pkg-message that mention needing /proc mounted.
This hasn't been the case for a while afaik (I don't have it mounted
and haven't observed any related problems).
|
| |
|
|
| |
PR: 237370
|
| |
|
|
|
|
| |
This is required for powerpc64 support.
PR: 237370
|
| |
|
|
| |
* Use the latest cacerts file from Oracle's public distribution of 12.0.2
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 237991
Submitted by: Tommy P <tommyhp2@gmail.com>
|
| |
|
|
|
|
|
| |
Fixes the build for people trying to use ccache
PR: 239387
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|
| | |
|
| | |
|
| |
|
|
| |
PR: 237370
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Sort LIB_DEPENDS and USE_XORG.
* Add a dependency in alsa-lib now that sound is supported on FreeBSD.
* Don't disable dtrace now that it is supported on FreeBSD.
* Less intrusive iconv change.
|
| |
|
|
| |
PR: 236759
|
| |
|
|
| |
. Bump PORTREVISION.
|
| | |
|
| | |
|
| | |
|
| |
|