Commit graph

4018 commits

Author SHA1 Message Date
Kurt Jaeger
0ccad4810b java/intellij: 15.0.3 -> 15.0.4
- Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for
  contributing a libinotify-based replacement for IntelliJ's
  fsnotifier.  IntelliJ now has native (faster) file notification
  support on FreeBSD (and OpenBSD).
- Because of remaining problems with watching large trees with
  libinotify [2], fsnotifier is still disabled by default.
- fsnotifier and native pty4j support need to be compiled.  In the interest of
  reducing port complexity, the building of pty support and fsnotifier
  is moved to separate ports:
      - java/intellij-pty4j
      - java/intellij-fsnotifier

[1] https://youtrack.jetbrains.com/issue/IDEA-151815
[2] https://github.com/dmatveev/libinotify-kqueue/pull/34

PR:		207474
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-02-27 19:54:46 +00:00
Kurt Jaeger
4377efce9d New port: java/jd-gui
The Java Decompiler project aims to develop tools in order to
decompile and analyze Java 5 byte code and later versions.

JD-GUI is a standalone graphical utility that displays Java source
codes of .class files.  You can browse the reconstructed source code
with the JD-GUI for instant access to methods and fields.

WWW: http://jd.benow.ca/

PR:		206488
Submitted by:	Tobias Kortkamp <t@tobik.med>
2016-02-19 07:25:14 +00:00
Jung-uk Kim
d20bd649d5 Update to 1.6.2. 2016-02-11 23:45:10 +00:00
Kurt Jaeger
a4ac9b124b java/intellij: 15.0.1 -> 15.0.3
- make it clearer that this the community edition
- disable missing file watcher warning on startup
- install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij
- adds the ability to open terminals in IntelliJ

PR:		206489
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-02-11 19:22:03 +00:00
Jung-uk Kim
0c4aeb949c Update to 8u74.
PR:		207076
2016-02-11 01:15:19 +00:00
Jung-uk Kim
27044d1712 Update to 8u74.
PR:		207077
2016-02-11 01:14:28 +00:00
Dmitry Marakasov
6d59af2497 - Disable ccache for this port: it fails to build by not respecting the environment:
[cc] ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied

Approved by:	portmgr blanket
2016-02-04 18:56:27 +00:00
Greg Lewis
1c57421343 . Update to 7u95. 2016-02-03 03:42:56 +00:00
Rene Ladan
37730614d2 Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
2016-02-01 20:41:29 +00:00
Greg Lewis
44d8a469b9 . Update to 8u72. 2016-01-31 19:37:15 +00:00
Antoine Brodin
45b40ac9e3 Unbreak on head, the issue was fixed in base r294936 2016-01-30 20:19:02 +00:00
Kurt Jaeger
1b45d2c329 java/dbvis: 9.1.6 -> 9.2.14
- Changes:
  http://www.dbvis.com/doc/relnotes/
- now works with openjdk8

PR:		206278
Submitted by:	Hadi Rezaee <h.rezaee@ideatech.io>
Approved by:	jim@ohlste.in (maintainer timeout)
2016-01-29 06:32:14 +00:00
Jung-uk Kim
d1ea6bff97 Mark deprecated and set expiration. 2016-01-26 18:56:39 +00:00
Greg Lewis
84eda242c7 . Update to 2015g. 2016-01-26 04:52:09 +00:00
Jung-uk Kim
264b0a9605 Mark forbidden. Oracle Java SE 7 has reached end-of-life status and it has
multiple security vulnerabilities.

http://www.oracle.com/technetwork/java/eol-135779.html

MFH:		2016Q1
2016-01-26 00:22:09 +00:00
Jung-uk Kim
c15fee34b0 Update to 8u72.
MFH:		2016Q1
2016-01-25 23:58:14 +00:00
Jung-uk Kim
92d983722e Update to 8u72.
MFH:		2016Q1
2016-01-25 23:57:14 +00:00
Jung-uk Kim
2f54b0f610 - Update to b38.
- Use Apache Ant 1.9.6 to build.

MFH:		2016Q1
2016-01-25 23:16:02 +00:00
Antoine Brodin
53caa0aa31 Mark BROKEN on FreeBSD head 2016-01-23 12:01:30 +00:00
Greg Lewis
24e7dd6d89 . Unreak CCACHE
PR:		205751
Submitted by:	chris@chrullrich.net
2016-01-21 05:25:44 +00:00
Kurt Jaeger
75c783e779 New port: java/intellij
IntelliJ IDEA is an advanced Java IDE developed by JetBrains and
focused on developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
  refactorings, code inspections and intentions, and allows for
  fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
  and popular version control systems including: CVS, Subversion
  and git.
* XML-Java interoperability and comprehensive Groovy programming
  language support.
* The Swing UI designer complements the suite of tools for
  developing Java desktop applications.

WWW: http://www.jetbrains.com/idea/

PR:		204804
Submitted by:	t@tobik.me
2016-01-10 20:33:01 +00:00
John Marino
c8d0bbe5bf java/wildfly(80|81|82): Deprecate three EOL versions of wildfly
There are currently no less than 5 versions of wildfly: 80, 81, 82, 90,
and 100.  According to the developers, only the current release is really
supported although some security patches may get backported to the
previous release as necessary.  Since the current release is 10.0, only
the last version of 9 could potentially receive updates.

I'm setting the expiration for 80 and 81 for 1 FEB 2016.
I'm setting the expiration for 82 for 15 JUL 2016

That should get 82 in the new quarterly branch and then it's gone from
the trunk.  That should be reasonable to upgrade to 10.0 or later by
then.

PR:		205490
Approved by:	yerenkow (gmail) (maintainer)
2016-01-09 12:30:35 +00:00
Raphael Kubo da Costa
94a0c28921 Set CPE information.
Approved by:	portmgr blanket approval
2016-01-06 23:10:26 +00:00
Jung-uk Kim
2edf0a9558 - Partially implement getThreadUserTime() using getrusage(2). Note we can
only get usage for the current thread.  Return -1 if the requested function
is not supported, i.e., user time for other threads, rather than crash. [1]
- Properly implement os::elapsedVTime() using getrusage().  Basically, it is
taken from Linux version.
- Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2]

PR:		205523, 205843 [1]
PR:		205544 [2]
2016-01-05 22:39:46 +00:00
Greg Lewis
2813824f6f . Stub implementation of OperatingSystemImpl.
PR:		205229
2016-01-02 09:30:21 +00:00
Dmitry Marakasov
f53f513abb - Add NO_ARCH
- Switch to options helpers
2016-01-02 07:10:41 +00:00
Olli Hauer
b01c452105 - prepare for devel/subversion17 removal 2015-12-30 15:22:15 +00:00
Jason Unovitch
047c50a9b3 java/wildfly80: address non-root builds and minor QA observations
- Drop ${CHMOD} usage and set permissions in pkg-plist (portlint)
- Add terminating @owner/@group to pkg-plist (portlint)
- Switch version specific path in pkg-message to variable

PR:		205258
Approved by:	maintainer timeout (2 weeks)
2015-12-26 14:06:59 +00:00
Jason Unovitch
4b6e74e750 java/wildfly81: address non-root builds and minor QA observations
- Drop ${CHMOD} usage and set permissions in pkg-plist (portlint)
- Add terminating @owner/@group to pkg-plist (portlint)
- Switch version specific path in pkg-message to variable

PR:		205259
Approved by:	maintainer timeout (2 weeks)
2015-12-26 14:06:51 +00:00
Jung-uk Kim
f79bce06dd Fix the previous commit. We do not support getThreadUserTime().
PR:		205523
2015-12-23 00:47:12 +00:00
Jung-uk Kim
cafb8745f1 Implement ThreadMXBean.getThreadCpuTime(), etc.
PR:		205523
Submitted by:	will (via bsd-port-dev@openjdk.java.net)
2015-12-23 00:22:15 +00:00
Wen Heping
e0f113acef - Reset maintainer to ports@ 2015-12-22 03:22:46 +00:00
Sunpoet Po-Chuan Hsieh
cb3278a31f - Sort SUBDIRs 2015-12-21 15:36:22 +00:00
Jason Unovitch
3548e4823f New port: java/wildfly100
Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0

WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

WWW: http://wildfly.org

PR:		204541
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
2015-12-18 01:11:38 +00:00
Jung-uk Kim
95a9ce771d Fix build with fmake.
Reported by:	antoine
2015-12-15 06:45:16 +00:00
Jung-uk Kim
fc16b49fe6 Build compilefontconfig.jar and javazic.jar with bootstrap jar. Originally
it was intended to test the newly built JVM, it is not cross-build friendly.

Submitted by:	Eugene M. Zheganin (emz at norma dot perm dot ru)
2015-12-14 23:32:21 +00:00
Jung-uk Kim
37874e5364 Build with sjavac when we are self-hosting to improve build speed. 2015-12-14 23:20:05 +00:00
Jung-uk Kim
e64ae7e938 Allow java/openjdk7 for bootstrapping java/openjdk8. Although we cannot
build OpenJDK7 for ARM yet, there is no need to disallow it at all.
2015-12-14 23:15:09 +00:00
Jung-uk Kim
8d6f3ac3d4 Respect CC, CPP and CXX with full paths.
PR:		203747
2015-12-14 23:05:49 +00:00
Jung-uk Kim
c8b2413599 Respect CC, CPP and CXX with full paths.
PR:		203747
2015-12-14 23:02:49 +00:00
Greg Lewis
08fe58a557 . Update to 7u91
PR:		204268
2015-12-14 04:09:59 +00:00
Baptiste Daroussin
eb8a531560 Fix a bunch of false positive that are fetchable
Reported by:	ak
2015-12-13 20:42:23 +00:00
Greg Lewis
eb3bedf698 . Update to 8u66. 2015-12-13 00:50:58 +00:00
Koop Mast
0e0388ebe1 Now that netbeans has been updated, mark the -devel version as ignore again. 2015-12-12 18:07:26 +00:00
Koop Mast
ba6fe6b204 Update netbeans to 8.1.
PR:		204359
Submitted by:	sergey.v.brunov@gmail.com
2015-12-12 18:06:21 +00:00
Jason Unovitch
337a052050 java/wildfly90: use 555 permissions instead to match original CHMOD
PR:		204540
Approved by:    maintainer (implicit to match original behavior)
2015-12-12 00:32:05 +00:00
Jason Unovitch
4de3dcfcf9 java/wildfly82: use 555 permissions instead to match original CHMOD
PR:		204542
Approved by:	maintainer (implicit to match original behavior)
2015-12-12 00:32:02 +00:00
Jason Unovitch
0a34be5216 java/wildfly82: update 8.2.0 -> 8.2.1
- Drop ${CHMOD} usage and set permissions in pkg-plist (portlint)
- Add terminating @owner/@group to pkg-plist (portlint)
- Switch version specific path in pkg-message to variable

PR:		204542
Submitted by:	yerenkow@gmail.com (maintainer)
2015-12-12 00:13:24 +00:00
Jason Unovitch
8e8017b959 java/wildfly90: update 9.0.1 -> 9.0.2
- Drop ${CHMOD} usage and set permissions in pkg-plist (portlint)
- Add terminating @owner/@group to pkg-plist (portlint)
- Switch version specific path in pkg-message to variable

PR:		204540
Submitted by:	yerenkow@gmail.com (maintainer)
2015-12-12 00:13:21 +00:00
Jung-uk Kim
441bb19368 Restore jtreg disappeared in r396353.
PR:		205234
2015-12-11 16:54:22 +00:00