| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Update to b40.
Approved by: ports-secteam (junovitch)
Notes:
svn path=/branches/2016Q3/; revision=420936
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the deinstall script that appears to be deleting all the temporary files
created by pkg(8) during upgrades
It happens because the deinstall script tries to clean up the potential manual
VM registration by cleaning out all symlinks to bin/javavm
Given all VM are registring/unregistering themselves this part is not needed
The other thing the script was doing handling the configuration which has been
replaced by @sample.
pkg-install has been modified to drop the handling of the configuration file but
keep the auto registration if all VM found. While this part is not necessary as
well, we keep it because otherwise anyone doing delete/install on javavmwapper
version 2.5 being the installed version would end up with all VM unregistered.
The pkg-install should be removed after EOL of FreeBSD 10.3
PR: 210313
Notes:
svn path=/branches/2016Q3/; revision=419365
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- fix the build after recent update to Gradle 2.12.
PR: 208470
MFH: r418313
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Approved by: portmgr (junovitch)
Notes:
svn path=/branches/2016Q3/; revision=418342
|
| |
|
|
|
|
|
| |
keys.
Notes:
svn path=/head/; revision=417813
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aparapi is an open source API for expressing data parallel workflows in Java.
Originally an AMD product, Aparapi was released to open source on September
14, 2011. Aparapi is an API for expressing data parallel workloads in Java
and a runtime component capable of converting the Java# bytecode of compatible
workloads into OpenCL# so that it can be executed on a variety of GPU devices.
WWW: https://github.com/aparapi/aparapi
PR: 204024
Submitted by: dieterich@ogolem.org
Notes:
svn path=/head/; revision=417519
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=417166
|
| |
|
|
|
|
|
| |
and should also fix ppc64 support.
Notes:
svn path=/head/; revision=417048
|
| |
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
PR: 210226
Submitted by: girgen@
Notes:
svn path=/head/; revision=416952
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Remove armv6hf because it is default now.
- Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2
- Add an upstream patch to unbreak Zero.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca
- Extend PR209599 to cover arm platforms.
Notes:
svn path=/head/; revision=416839
|
| |
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION for this fix.
PR: 209599
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416828
|
| |
|
|
|
|
|
|
|
|
|
| |
timeouts. This is forwarded ported from OpenJDK 7.
. Bump PORTREVISION for this fix.
PR: 210191
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416826
|
| |
|
|
|
|
|
|
| |
PR: 209599
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416825
|
| |
|
|
|
|
|
|
| |
- Mark NO_ARCH
- Convert to OPTIONSNG based do-install
Notes:
svn path=/head/; revision=416783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=416672
|
| |
|
|
|
|
|
|
|
|
| |
2016-06-02 java/rubygem-rjb: fails to create JVM
devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1]
Approved by: arved [1]
Notes:
svn path=/head/; revision=416275
|
| |
|
|
| |
Notes:
svn path=/head/; revision=415930
|
| |
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=415601
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=415373
|
| |
|
|
|
|
|
|
|
|
|
|
| |
focused on developer productivity. PyCharm provides smart code
completion, code inspections, on-the-fly error highlighting and
quick-fixes, along with automated code refactorings and rich
navigation capabilities.
WWW: http://www.jetbrains.com/pycharm/
Notes:
svn path=/head/; revision=415367
|
| |
|
|
| |
Notes:
svn path=/head/; revision=415365
|
| |
|
|
|
|
|
|
|
| |
PR: 209541
Submitted by: bsam (me)
Approved by: Tobias Kortkamp <t@tobik.me>
Notes:
svn path=/head/; revision=415358
|
| |
|
|
|
|
|
|
|
|
|
| |
uses pty4j-0.6.jar which seems to include FreeBSD support.
Do not install pty4j-0.5.jar, install only the native component of pty4j.
PR: 209552
Submitted by: bsam (me)
Approved by: Tobias Kortkamp <t@tobik.me> (maintainer)
Notes:
svn path=/head/; revision=415356
|
| |
|
|
|
|
|
|
| |
2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security vulnerabilities
2016-04-13 deskutils/gnustep-notebook: Does not fetch
Notes:
svn path=/head/; revision=414893
|
| |
|
|
|
|
|
| |
MFH: 2016Q2
Notes:
svn path=/head/; revision=414705
|
| |
|
|
|
|
|
| |
Sometime in the last year module stopped to work.
Notes:
svn path=/head/; revision=414451
|
| |
|
|
| |
Notes:
svn path=/head/; revision=414136
|
| |
|
|
|
|
|
|
|
|
| |
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
Notes:
svn path=/head/; revision=414118
|
| |
|
|
|
|
|
|
|
| |
2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities
Sponsored by: Essen Linuxhotel Hackathon 2016
Notes:
svn path=/head/; revision=413939
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413802
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413801
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413746
|
| |
|
|
| |
Notes:
svn path=/head/; revision=413672
|
| |
|
|
|
|
|
|
| |
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Notes:
svn path=/head/; revision=413438
|
| |
|
|
|
|
|
|
|
| |
the few remaining ports and make it give an error.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=413252
|
| |
|
|
|
|
|
|
|
|
| |
site being unavailable otherwise.
PR: 208781
Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
Notes:
svn path=/head/; revision=413215
|
| |
|
|
|
|
|
|
|
|
|
|
| |
:buildSrc:compileGroovynet.rubygrapefruit.platform.NativeException: Failed to load native library 'libnative-platform.so' for FreeBSD amd64.
...
Caused by: java.lang.UnsatisfiedLinkError: /wrkdirs/usr/ports/java/openjfx8-devel/work/dot-gradle/native/19/freebsd-amd64/libnative-platform.so: Shared object "libstdc++.so.6" not found, required by "libnative-platform.so"
Reported by: pkg-fallout
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=413119
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412342
|
| |
|
|
| |
Notes:
svn path=/head/; revision=412020
|
| |
|
|
|
|
|
|
|
|
| |
- Also update rc script to set correct permissions
PR: 208310
Submitted by: yerenkow@gmail.com (maintainer)
Notes:
svn path=/head/; revision=411975
|
| |
|
|
| |
Notes:
svn path=/head/; revision=411963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=411962
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenJFX is an open source, next generation client application platform for
desktop and embedded systems based on JavaSE. It is a collaborative effort by
many individuals and companies with the goal of producing a modern, efficient,
and fully featured toolkit for developing rich client applications.
WWW: http://openjdk.java.net/projects/openjfx/
PR: 207566
Submitted by: Tobias Kortkamp <t@tobik.me>
Notes:
svn path=/head/; revision=411524
|
| |
|
|
|
|
|
| |
Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=411301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=411250
|
| |
|
|
|
|
|
|
| |
PR: 207863
Submitted by: maintainer
Notes:
svn path=/head/; revision=410878
|