Commit graph

4336 commits

Author SHA1 Message Date
Greg Lewis
bfa36e6e51 . Update to 7u111. 2016-08-20 21:07:46 +00:00
Boris Samorodov
7cf49f1b0d java/intellij-pycharm: Update to version 2016.2.1. 2016-08-18 08:29:37 +00:00
Jung-uk Kim
abdab672df - Fix build when CC contains "/".
- Fix license.
2016-08-04 23:59:15 +00:00
John Marino
5a8aa79d8f java/phpeclipse: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

In this particular case, USES=zip:infozip is set, so unzip is pulled in
anyway through this mechanism (so explicit callout is still redundant)

Approved by:	infrastructure blanket (removal of redundant deps)
2016-08-04 04:01:16 +00:00
Baptiste Daroussin
f64729b288 More typos 2016-07-31 12:51:30 +00:00
Baptiste Daroussin
9d1f12b0b1 Fix typo 2016-07-31 12:49:20 +00:00
Baptiste Daroussin
cddeffd5bf Use the new @javavm 2016-07-31 12:43:53 +00:00
Baptiste Daroussin
64f16bafaf 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
MFH:		2016Q3
2016-07-31 12:30:24 +00:00
Greg Lewis
9bbe93456a . Update to 8u102. 2016-07-30 13:55:17 +00:00
Vsevolod Stakhov
be6a98c4e8 Version 1.54 of the Bouncy Castle Crypto APIs.
The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and
this new port is based on java/bouncycastle.

Newer versions are not API-compatible with that older one. Some say they should
be given 2.x version numbers. So, this new version comes as distinct port
java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep
old API version available.

This is neccessary dependency for other port updates, e.g. newer version of
iText PDF (devel/itext) requires new API of modern Bouncy Castle versions.

PR:		211316
Submitted by:	Eugen Grosbein <eugen=at=grosbein.net>
2016-07-29 11:23:55 +00:00
Muhammad Moinur Rahman
8b3502258e java/java-checkstyle: Update version 6.19=>7.0 2016-07-28 12:31:41 +00:00
Greg Lewis
50c4d691dc . Update to 8u102. 2016-07-23 17:18:31 +00:00
Greg Lewis
c5b6743706 . Update to 8u102. 2016-07-23 17:11:25 +00:00
Greg Lewis
ad31f5d8dd . Update to 2016f 2016-07-23 17:03:16 +00:00
Boris Samorodov
d411a279ad java/intellij-pycharm: Update to version 2016.2. 2016-07-22 11:58:22 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Rene Ladan
e2a41edc1a Remove expired port:
2016-07-15 java/wildfly82: Fully EOL when version 10.0 was released
2016-07-17 18:41:30 +00:00
Boris Samorodov
efed41809f java/intellij: update and add a comment
. update to version 2016.2;  [1]
. add comment about git integration and symlinks of homedir.  [2]

PR:		211044  [1]
Submitted by:	sergey.v.brunov@gmail.com  [1],
	volothamp@gmail.com (by e-mail)  [2]
2016-07-13 12:38:03 +00:00
Kurt Jaeger
51ad4ed52d java/openjfx8-devel: Unbreak build after Gradle update
- fix the build after recent update to Gradle 2.12.

PR:		208470
MFH:		2016Q3
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-07-10 12:16:35 +00:00
Mikhail Teterin
8e8efec261 Add an explicit include of <unistd.h>, which is required on
some of our releases. Change to avoid building the useless
static libJXGrabKey.a (we weren't installing).

Reported by:	pkg-fallout
2016-07-03 05:17:23 +00:00
Mikhail Teterin
ff6a653684 Add port of JXGrabKey -- a Java library for working with X11
keys.
2016-06-30 07:42:20 +00:00
Kurt Jaeger
f8f66d777f New port: java/aparapi
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
2016-06-26 11:51:09 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Greg Lewis
f497c53064 . Regenerate patch-bsd and patch-bsd-test. This obsoletes another patch
and should also fix ppc64 support.
2016-06-18 05:44:35 +00:00
Greg Lewis
9c0e7d35bc . Fix a double free bug. This is pulled from upstream.
. Bump PORTREVISION.

PR:		210226
Submitted by:	girgen@
2016-06-16 06:24:34 +00:00
Jung-uk Kim
cb138fe9d4 Unbreak arm.
- 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.
2016-06-13 12:00:19 +00:00
Greg Lewis
9733c016f5 . Handle unsafe operations that access invalid memory more gracefully.
. Bump PORTREVISION for this fix.

PR:		209599
Submitted by:	Andrew Smith <iamasmith.home@gmail.com>
2016-06-13 04:57:28 +00:00
Greg Lewis
d172911638 . Use poll() rather than select() on BSD to avoid crashes during network
timeouts.  This is forwarded ported from OpenJDK 7.
. Bump PORTREVISION for this fix.

PR:		210191
Submitted by:	Andrew Smith <iamasmith.home@gmail.com>
2016-06-12 21:56:01 +00:00
Greg Lewis
b13b21cc6c Handle unsafe operations that access invalid memory more gracefully
PR:		209599
Submitted by:	Andrew Smith <iamasmith.home@gmail.com>
2016-06-12 21:53:48 +00:00
Muhammad Moinur Rahman
c0a813fdda java/java-checkstyle: Update version 6.3=>6.19
- Mark NO_ARCH
- Convert to OPTIONSNG based do-install
2016-06-12 09:50:03 +00:00
Boris Samorodov
b6b8bb6387 java/intellij: Update to version 2016.1.3. 2016-06-10 12:16:35 +00:00
Rene Ladan
b847b3ce63 Remove expired ports:
2016-06-02 java/rubygem-rjb: fails to create JVM
devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1]

Approved by:	arved [1]
2016-06-02 10:08:10 +00:00
Boris Samorodov
549aa6ab2e java/intellij-pycharm: Update to version 2016.1.4. 2016-05-27 09:49:26 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Greg Lewis
3d85abe1b4 . Update to 7u101 2016-05-21 15:32:53 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Greg Lewis
1d71c44416 . Update to 8u92. 2016-05-17 05:14:41 +00:00
Boris Samorodov
4bb0740824 IntelliJ PyCharm is an advanced IDE developed by JetBrains and
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/
2016-05-16 23:03:03 +00:00
Boris Samorodov
6318cc5ff8 java/intellij: Update to version 2016.1.2b. 2016-05-16 22:44:36 +00:00
Boris Samorodov
2a4b235c43 java/intellij: update to version 2016.1.2, take maintainership.
PR:		209541
Submitted by:	bsam (me)
Approved by:	Tobias Kortkamp <t@tobik.me>
2016-05-16 19:10:11 +00:00
Boris Samorodov
c354e66a90 java/intellij-pty4: A new version of IntelliJ IDEA (pending commit)
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)
2016-05-16 19:07:06 +00:00
Rene Ladan
f971e4b8ff Remove expired ports:
2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security vulnerabilities
2016-04-13 deskutils/gnustep-notebook: Does not fetch
2016-05-09 21:17:59 +00:00
Jung-uk Kim
3ba8c251ba Update to b39.
MFH:		2016Q2
2016-05-06 14:27:51 +00:00
Tilman Keskinoz
d31e7c6ba4 Drop maintainership, mark IGNORE and set EXPIRATION_DATE
Sometime in the last year module stopped to work.
2016-05-02 14:25:22 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
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
2016-04-27 16:36:41 +00:00
Rene Ladan
476bc6c7ac Remove expired port:
2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 12:29:55 +00:00
Greg Lewis
5437270e44 . Update to 8u92 2016-04-23 04:00:19 +00:00