1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

4075 Commits

Author SHA1 Message Date
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
Greg Lewis
fea00bb3ca . Update to 8u92 2016-04-23 03:59:27 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Greg Lewis
5e57e580c3 . Update to 2016d. 2016-04-20 06:20:50 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Mathieu Arnold
34c548ae0a USE_RC_SUBR=yes has not done anything for a long time, remove it from
the few remaining ports and make it give an error.

Sponsored by:	Absolight
2016-04-14 11:00:23 +00:00
Guido Falsi
0f1f23cdae Point WWW link to the archived home page of the project due to the
site being unavailable otherwise.

PR:		208781
Submitted by:	Lapo Luchini <lapo at lapo.it> (maintainer)
2016-04-13 16:21:42 +00:00
Dmitry Marakasov
95625208f9 - Mark BROKEN, does not build:
: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
2016-04-12 14:30:10 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Greg Lewis
c17837b9af . Update to 8u77. 2016-03-27 23:02:57 +00:00
Jason Unovitch
3d01b49e39 java/wildfly100: update to 10.0.0.Final
- Also update rc script to set correct permissions

PR:		208310
Submitted by:	yerenkow@gmail.com (maintainer)
2016-03-27 01:58:45 +00:00