Commit graph

4309 commits

Author SHA1 Message Date
Jung-uk Kim
25f84f8660 Add support for aarch64.
PR:		223231
2017-11-02 05:29:33 +00:00
Jung-uk Kim
243fd8836a Fix default bootstrap JDK selection.
It was accidentally broken by r450869.
2017-11-01 20:49:54 +00:00
Jung-uk Kim
2f8e1591bf Add preliminary support for aarch64 with Zero.
PR:		223231
2017-11-01 20:23:35 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Jimmy Olgeni
7273f4e5a2 Copy java/wildfly10 to java/wildfly11, and update to Wildfly 11.0.
PR:		223343
Submitted by:	olgeni
Approved by:	yerenkow@gmail.com (maintainer)
2017-10-31 20:30:15 +00:00
Tobias Kortkamp
0bd5ebc333 java/jattach: Fix typo 2017-10-27 15:55:38 +00:00
Tobias Kortkamp
d6be98f021 New port: java/jattach
The utility to send commands to remote JVM via Dynamic Attach mechanism.
All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
No installed JDK required, works with just JRE.

This is the lightweight native version of HotSpot Attach API
https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/

WWW: https://github.com/apangin/jattach

PR:		222660
Submitted by:	Michael Zhilin <mizhka@gmail.com>
2017-10-27 15:52:10 +00:00
Jimmy Olgeni
6fe92f5e4e java/wildfly90: add support for status command and remove pidfile on
shutdown (see r452897).
2017-10-25 23:01:36 +00:00
Jimmy Olgeni
5c70bf0676 java/wildfly10: add support for status command and remove pidfile on shutdown.
While I'm here, fix whitespace, and add APP_SHORTNAME to the console
output to make it clear who is doing what.

PR:		220513
Submitted by:	soumar@linux.fjfi.cvut.cz
Approved by:	maintainer timeout
2017-10-25 22:59:29 +00:00
Greg Lewis
eb35016415 . Update to 8u152. 2017-10-22 21:25:53 +00:00
Greg Lewis
63e92b5fff . Udpate to 8u152. 2017-10-22 21:06:34 +00:00
Greg Lewis
96f40de2b6 . Udpate to 9.0.1
. Fix ONLY_FOR_ARCHS to not include i386 [1]
. Rework versioning now the update format has been revealed

PR:		222540 [1]
Submitted by:	Michael Osipov [1]
2017-10-22 19:23:58 +00:00
Greg Lewis
b8ff4cc504 . Add back in @dir directive accidentally dropped in the last commit. 2017-10-22 19:16:49 +00:00
Greg Lewis
ca87bf78df . Update to 9.0.1
. Fix ONLY_FOR_ARCHS to not include i386 [1]
. Rework versioning now the update format has been revealed
. Add missing symlink to the packing list

PR:		222540 [1]
Submitted by:	Michael Osipov [1]
2017-10-22 19:13:32 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Ben Woods
520df03e1e java/bluej: Update to 4.1.1
- Change minimum supported JDK version to 8u60
- Take maintainership
- Remove fallback MASTER_SITE (no longer available)
- Add LICENSE details
- Add dependency on openjfx to fix runtime error
- Set NO_ARCH=yes
- Add desktop entry
- Move install location to ${JAVASHAREDIR}/${PORTNAME} as per porter's handbook

PR:		221162
Approved by:	lme (previous maintainer)
2017-10-21 01:58:27 +00:00
Steve Wills
e7f690fb60 java/visualvm: fix web url 2017-10-16 17:56:46 +00:00
Greg Lewis
b36d9bf2d9 . Pet portlint. 2017-10-14 19:10:06 +00:00
Greg Lewis
f6e4982d3e . Remove reference to not yet complete openjdk9 port. 2017-10-14 19:06:18 +00:00
Greg Lewis
44ab7d52cc . More portlint petting. 2017-10-14 19:05:06 +00:00
Greg Lewis
1602efd4f0 . Minor portlint petting. 2017-10-14 18:51:41 +00:00
Greg Lewis
53fa2e8d8a . Add a port of the Oracle JRE 9 for Linux. 2017-10-14 18:43:15 +00:00
Greg Lewis
e64557483f . Add a port of the Oracle JDK9 for Linux.
. Add support for JDK9 to bsd.java.mk
2017-10-14 18:41:06 +00:00
Greg Lewis
023c67f707 . Prepare for JDK9 support. 2017-10-14 18:36:17 +00:00
Vanilla I. Shu
bf793f4d36 Update to 2017.2.4.
Submitted by:	222827
Reported by:	maintainer
2017-10-14 05:49:23 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Boris Samorodov
8b93d1312e java/intellij: Update to version 2017.2.5. 2017-10-09 22:10:08 +00:00
Vanilla I. Shu
db70563fd8 Update to 1.2.2. 2017-10-06 06:17:28 +00:00
Tobias Kortkamp
a66b317496 New port: java/openjfx8-scenebuilder
JavaFX Scene Builder provides a visual layout environment that lets
you quickly design user interfaces for JavaFX applications without
needing to write any code.

It allows simple drag-and-drop positioning of GUI components onto a
JavaFX scene.  As you build the layout of your UI, the FXML code for
the layout is automatically generated.  It provides a simple yet
intuitive interface that can help even non-programmers to quickly
prototype interactive applications that connect GUI components to the
application logic.

WWW: http://openjdk.java.net/projects/openjfx/
2017-10-04 17:12:42 +00:00
Tobias Kortkamp
a225df30e4 Make sure that java/openjfx8-devel can load libavcodec.so.57 and
unlock support for more media formats.
2017-10-04 12:28:42 +00:00
Tobias Kortkamp
c7e43fec34 java/openjfx8-devel: Update to 8u172-b00
- Move to the regular OpenJFX 8 repository [1], add all *BSD specific
  patches to the port, and stop using the repository at [2].  This
  should make port contributions and updates a lot easier going forward.
- Bump PORTEPOCH and start using version numbers based on the tags from [1]
- Prepare the port for supporting multiple audio backend options
- Fix PREFIX/LOCALBASE confusion and get all Java dependencies from LOCALBASE
  and not from PREFIX
- Respect CC and CXX during the WebKit build.  Clang in FreeBSD 10.3
  segfaults while building it now, so make sure we use Clang from
  devel/llvm40 via compiler:c++14-lang instead.

[1] http://hg.openjdk.java.net/openjfx/8u/rt/
[2] https://bitbucket.org/tobik/openjfx-rt
2017-10-03 21:24:58 +00:00
Jung-uk Kim
06ee14ef70 Clean up X11 option handling. No functional change. 2017-10-03 19:53:20 +00:00
Jung-uk Kim
8bac93539e Fix java/openjdk8-jre build after r444448.
PR:		222750
2017-10-03 18:13:18 +00:00
Jung-uk Kim
b3297776b5 Update arm distfiles to sync. with amd64 and i386. 2017-10-02 16:24:18 +00:00
Don Lewis
e2fcc27d73 Unbreak fetch. This is sort of an exception to the MASTER_SITE_SUBDIR
for APACHE_COMMONS_SOURCE.
2017-09-30 04:39:29 +00:00
Don Lewis
5ba84086f4 New port jakarta-commons-lang3.
This is a repo-copy of jakarta-commons-lang, updated to revision 3.4.
It can co-exist with jakarta-commons-lang.  The newest version upstream
is actually 3.6, but support for using apache-ant to build was dropped
between 3.4 and 3.5.  Apache OpenOffice 4.2.0 will require 3.3+.

Add NO_ARCH.

Modernize by using option helpers.

Get rid of the JDK_API!= stuff, which looks like it no longer did
anything useful.
2017-09-29 09:07:40 +00:00
Jung-uk Kim
829933d303 Synchronize COMMENT with java/bootstrap-openjdk8. 2017-09-28 22:03:24 +00:00
Jung-uk Kim
7e26df3cf5 Set DEPRECATED and EXPIRATION_DATE.
Use java/bootstrap-openjdk6 to bootstrap java/openjdk6 and java/openjdk7 and
use java/bootstrap-openjdk8 to bootstrap java/openjdk8.
2017-09-28 21:03:43 +00:00
Jung-uk Kim
6330c22ba4 Use java/bootstrap-openjdk6 to bootstrap. 2017-09-28 20:22:16 +00:00
Jung-uk Kim
ad6af13f08 Use java/bootstrap-openjdk8 to bootstrap. 2017-09-28 20:14:21 +00:00
Jung-uk Kim
bda81778aa Add bootstrap JDK for OpenJDK8.
PR:		210283
PR:		221897
PR:		222460
2017-09-28 20:12:51 +00:00
Jung-uk Kim
c17c5e1d31 Make sure to disable IcedTea patches when we build distfiles next time. 2017-09-28 18:46:04 +00:00
Jung-uk Kim
591481a836 Add a missing runtime dependency. 2017-09-27 05:44:42 +00:00
Jung-uk Kim
65305ef5fe Use java/bootstrap-openjdk6 to bootstrap. 2017-09-27 05:03:03 +00:00
Jung-uk Kim
16f59a4286 Add bootstrap JDK for OpenJDK6.
java/bootstrap-openjdk will be used for OpenJDK7 and OpenJDK8 later.
2017-09-27 05:02:16 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Adam Weinberger
c499c78518 Reset maintainership on Dominic Fandrey's ports.
With hat:	portmgr
2017-09-23 21:11:51 +00:00
Tobias Kortkamp
225bf1ceda java/openjfx8-devel: Unbreak build with ICU 59.1
modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:40:13: error: no matching function for call to 'create'
    return &OpaqueJSString::create(chars, numChars).leakRef();
            ^~~~~~~~~~~~~~~~~~~~~~
modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:48:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static Ref<OpaqueJSString> create(const LChar* characters, unsigned length)
                               ^
modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:53:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static Ref<OpaqueJSString> create(const UChar* characters, unsigned length)
                               ^
modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:43:32: note: candidate function not viable: requires 0 arguments, but 2 were provided
    static Ref<OpaqueJSString> create()
                               ^
modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:58:53: note: candidate function not viable: requires 1 argument, but 2 were provided
    JS_EXPORT_PRIVATE static RefPtr<OpaqueJSString> create(const String&);
                                                    ^
modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying'
    return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef();
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:385:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument
    WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const UChar* characters, unsigned length);
                                                 ^
modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:386:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const LChar* characters, unsigned length);
                                                 ^
modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:90:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *')
    return string->characters();
           ^~~~~~~~~~~~~~~~~~~~
modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h:21:18: error: typedef redefinition with different types ('uint16_t' (aka 'unsigned short') vs 'char16_t')
typedef uint16_t UChar;
                 ^
/usr/local/include/unicode/umachine.h:347:22: note: previous definition is here
    typedef char16_t UChar;

PR:		218788, 222270
Submitted by:	jbeich
Reviewed by:	jbeich
Obtained from:	WebKit (rebased)
2017-09-21 17:55:30 +00:00
Boris Samorodov
b8002bbae6 java/intellij: Update to version 2017.2.4. 2017-09-13 22:51:04 +00:00