| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g.
when building as nobody, so add it into ccwrapper and cxxwrapper.
While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN}
already contains ${SETENV})
PR: 260215
(cherry picked from commit 4ddd25225aa38b53f02f4e5b95551cc7cd63647c)
|
|
|
|
|
|
|
|
| |
MFH: 2021Q4
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
(cherry picked from commit f9cf7de02f43a1f6886645c95d5e231f0e1bbf8a)
|
|
|
|
|
|
|
|
| |
MFH: 2021Q4
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
(cherry picked from commit 71a10a9b37b953afc3e044f58cd28d6e47de514f)
|
|
|
|
|
|
|
|
| |
MFH: 2021Q4
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
(cherry picked from commit e82d4ec5e029a96015ad71df695aab7cc9fdd0f3)
|
|
|
|
|
|
|
|
| |
MFH: 2021Q4
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
(cherry picked from commit 374e9ed352b30f0d298ab574bfa6fb32bcc49fb4)
|
|
|
|
|
|
|
| |
Reported by: portscout
MFH: 2021Q4
(cherry picked from commit 4422233a5ed6a1ea4d4dd1f242e52a899f10b61b)
|
|
|
|
| |
While here, sort ONLY_FOR_ARCHS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
| |
|
|
|
|
|
|
| |
Fully initialize FrameForm: Corrects adlc segfault when malloc junk options are set.
Approved by: portmgr (build fix blanket)
|
|
|
|
|
| |
* Add a port of OpenJDK 17
* Restrict to amd64 and aarch64 until more platforms are tested
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
Running java or javac executables fails with:
Error: dl failure on line 910
Error: failed /usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so, because /usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so: Undefined symbol "_ZN5frameC1EPlPh"
|
|
|
|
|
|
| |
PR: 257929
Approved by: java (maintainer timeout)
Tested by: Ronald Klop <ronald-lists@klop.ws>
|
| |
|
|
|
|
|
| |
Changelog: https://youtrack.jetbrains.com/articles/RUBY-A-220364873/RubyMine-2021.2.1-(212.5080.58-build)-Release-Notes
Obtained from: upstream notification
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- https://bouncycastle.org/releasenotes.html
Security: 89d5bca6-0150-11ec-bf0c-080027eedc6a
Security: 70e71a24-0151-11ec-bf0c-080027eedc6a
MFH: 2021Q3
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.
|
|
|
|
|
|
|
| |
Import upstream patch.
PR: 257643
Approved by: portmgr (build fix blanket)
|
|
|
|
|
|
|
| |
Changing "ppc64le" to "ppc64" (or powerpc64) resolves the SIGSEGV issue on big endian but breaks little endian, so replace only on powerpc64.
Submitted by: hamiltcl@verizon.net
Approved by: jonc@chen.org.nz (maintainer timeout)
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:45:37: error: use of undeclared identifier 'uc_mcontext'
frame ret_frame((intptr_t*)uc->>uc_mcontext.mc_gpr[1/*REG_SP*/],
^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:88:18: error: redefinition of 'pd_get_top_frame_for_signal_handler'
bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:83:18: note: previous definition is here
bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ make checksum WITH=TEST
===> License GPLv2 accepted by the user
===> openjdk8-8.302.08.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by openjdk8-8.302.08.1 for building
=> No SHA256 checksum recorded for jtreg4.1-b08.tar.gz.
=> No suitable checksum found for jtreg4.1-b08.tar.gz.
=> SHA256 Checksum OK for battleblow-jdk8u-8.302.08.1-jdk8u302-b08.1_GH0.tar.gz.
*** Error code 1
Reported by: Philipp Ost (via ports@ list)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://www.jetbrains.com/ruby/whatsnew/2021-2/
While here:
- update the manual page to mention RubyMine instead of IntelliJ IDEA
- clean up old fixes no longer needed:
- type-ahead timeout exceeded
- slow rendering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch (temporarily?) to somewhat more developed GitHub fork
- Add Java 11 support, `do-test' target, and remove GCC dependency
- Optimize away PLATFORM_VER variable and just set the LIBNAME (without
the suffix to make it more obvious that it's a shared object when we
install things, and in the PLIST_FILES)
- Utilize BUILD_WRKSRC and introduce INVOKE_ANT variable to reduce the
tautology in targets' recipes
- When symlinking to ${CC} as local compiler, do not assume it lives as
${LOCALBASE}/bin/${CC} and call `which ${CC}` explicitly
- Garbage-collect commented out `post-patch' target while we're here
PR: 245867
Submitted by: Angelo Polo
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj
|
| |
|