aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java/intellij: Update to version 2017.3.4.bsam2018-01-303-6/+6
|
* Update to 9.0.4.jkim2018-01-306-134/+138
| | | | | | http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html MFH: 2018Q1
* Update to 8u162.jkim2018-01-306-20/+14
| | | | | | http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html MFH: 2018Q1
* Upgrade jakarta-commons-lang3 to version 3.7.truckman2018-01-292-13/+14
| | | | | | | | | | | | | | Follow the lead of some of the other jakarta-commons ports and download the pre-built binary .jar since building from source using ant has been removed from jakarta-commons-lang3 a few versions ago. Install the .jar file with the version number and then symlink it to the .jar file without the version number as is done by jakarta-commons-logging. Pet portlint. Unwrap a line that is no longer too long.
* Fix build with Clang 6.0.jkim2018-01-241-0/+11
|
* java/intellij: Update to version 2017.3.3.bsam2018-01-243-6/+6
|
* java/visualvm: update to 1.4swills2018-01-213-326/+58
|
* Fix a run-time crash with Clang 6.0.jkim2018-01-192-1/+14
| | | | | | | | | Note this problem was introduced with fixes for JDK-8055007. https://bugs.java.com/view_bug.do?bug_id=8055007 http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068 PR: 225054
* Fix build with Clang 6.0.jkim2018-01-182-0/+21
| | | | | | | | | | Note it is partially merged from the upstream patches for Linux and GCC 6. https://bugs.openjdk.java.net/browse/JDK-8163032 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e34324d73cd5 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9e1264f51bae PR: 225054
* Update netbeans to 8.2.kwm2018-01-163-152/+390
| | | | | | | Limit java version to 1.8, netbeans does not run with another version. PR: 218111, 224554 Submitted by: Hadi <rezaee.hadi@gmail.com>
* java/java-checkstyle: Update version 7.6=>8.7bofh2018-01-133-6/+6
| | | | - Pet PORTLINT
* Sort SUBDIRssunpoet2018-01-071-1/+1
|
* bouncycastle15: update to version 1.59eugen2017-12-292-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes CVE-2017-13098 ("ROBOT"), a Bleichenbacher oracle in TLS when RSA key exchange is negotiated. This potentially affected BCJSSE servers and any other TLS servers configured to use JCE for the underlying crypto - note the two TLS implementations using the BC lightweight APIs are not affected by this. Some of additional fixes, features and functionality: * GOST3410-94 private keys encoded using ASN.1 INTEGER are now accepted in private key info objects; GOST3412-2015 has been added to the JCE provider and the lightweight API. * SCRYPT is now supported as a SecretKeyFactory in the provider and in the PKCS8 APIs. * The BCJSSE provider now supports Server Name Indication, session resumption in clients, the jdk.tls.namedGroups and org.bouncycastle.jsse.ec.disableChar2 system properties. * ECGOST-2012 public keys were being encoded with the wrong OID for the digest parameter in the algorithm parameter set. This has been fixed. * The BCJSSE SSLEngine implementation now correctly wraps/unwraps application data only in whole records. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html Security: CVE-2017-13098
* java/intellij: Update to version 2017.3.2.bsam2017-12-272-5/+5
|
* Replace USE_AUTOTOOLS and pre-configure with a plain build dependency ontijl2017-12-261-8/+2
| | | | | devel/autoconf. The upstream build system runs autoconf to regenerate generated-configure.sh.
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.glewis2017-12-252-1/+14
| | | | | | | This fixes binding sockets for applications running on IPv6. PR: 224079 Submitted by: John W. O'Brien <john@saltant.com>
* java/intellij-fsnotifier: Drop maintainershiptobik2017-12-211-1/+1
|
* java/intellij-pty4j: Drop maintainershiptobik2017-12-211-1/+1
|
* java/intellij-ultimate: Update to version 2017.3.1.bsam2017-12-183-4661/+115
| | | | | PR: 224392 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* java/intellij: Update to version 2017.3.1.bsam2017-12-152-5/+5
|
* java/intellij-ultimate: Update to 2017.2.5.bsam2017-12-153-581/+13019
| | | | | | PR: 222472 Submitted by: Ivan <bsd@abinet.ru> Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* - Those ports fail to build with python3antoine2017-12-131-1/+1
| | | | - Add some explicit FLAVOR to dependencies where needed
* java/jdk8-doc: update 8u131 -> 8u152pi2017-12-112-4/+4
| | | | | | | | | | | - docs for jdk8 PR: 223172 Changes: http://www.oracle.com/technetwork/java/javase/8u152-relnotes-3850503.html http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html http://www.oracle.com/technetwork/java/javase/8u144-relnotes-3838694.html http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html Submitted by: Jonathan Chen <jonc@chen.org.nz>
* Don't include bsd.port.options.mk after bsd.port.pre.mk.mat2017-12-081-2/+0
| | | | Sponsored by: Absolight
* Fix java/cacao after switching to bootstrap-openjdk6rene2017-12-021-3/+3
|
* java/classpath: fix build after switching to bootstrap-openjdk6rene2017-12-021-4/+4
| | | | | Reported by: antoine Pointy hat: rene
* java/intellij: Welcome 2017.3 version!bsam2017-12-023-44/+69
|
* Remove expired ports:rene2017-12-0110-276/+0
| | | | | | | 2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down 2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead 2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68] 2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead.
* java/{cacao,classpath}: Use java/bootstrap-openjdk6 as dependency.rene2017-12-012-3/+4
|
* Add support for "-XX:+UseLargePages" option.jkim2017-12-015-5/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | Excerpted from the original submission: "FreeBSD on several architectures automatically utilizes superpages. So, for the JVM's JIT-compiled code cache and data heap, much of those regions are already using superpages. However, the -XX:+UseLargePages option still serves a useful, if secondary, purpose on FreeBSD. Essentially, it informs the JVM's platform-independent layer what the supported page sizes are. So, when memory is mmap(2)ed and munmap(2)ed within the code cache and data heap, the addresses and sizes will be superpage-aligned and a multiple of the superpage size, respectively. Currently, without this patch, the code cache, for example, typically starts at an unaligned address, so the initial portion of the code cache can never be a superpage. Similarly, unaligned munmap(2)s on the data heap force the kernel to demote superpages to 4KB pages, and this patch eliminates those demotions. This patch both introduces the code needed on FreeBSD to implement -XX:+UseLargePages and deletes code that was copied from Linux that is, to the best of my knowledge, useless on any version of BSD, i.e., UseHugeTLBFS and UseSHM. The additions are in part based on the Solaris version of os_solaris.cpp, e.g., the sorting of the page sizes array." Note I did minor style cleanup and regenerated the patches. Submitted by: alc
* Add support for powerpc64.jkim2017-12-013-4/+8
| | | | PR: 223262
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-307-0/+7
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* Don't use MASTER_SITE_SUBDIR when it is not needed.mat2017-11-251-2/+1
| | | | Sponsored by: Absolight
* . Update to 2017c.glewis2017-11-203-4/+5
|
* . Update to 8u152.glewis2017-11-194-766/+865
|
* java/intellij: Update to version 2017.2.6, build 172.4574.11.bsam2017-11-142-4/+5
|
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-101-1/+1
| | | | | PR: 223545 With hat: portmgr
* java/intellij: Update to version 2017.2.6.bsam2017-11-092-5/+5
|
* devel/icu: update to 60.1jbeich2017-11-091-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* Add support for aarch64.jkim2017-11-023-3/+7
| | | | PR: 223231
* Fix default bootstrap JDK selection.jkim2017-11-021-2/+2
| | | | It was accidentally broken by r450869.
* Add preliminary support for aarch64 with Zero.jkim2017-11-022-1/+42
| | | | PR: 223231
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-011-2/+2
|
* Copy java/wildfly10 to java/wildfly11, and update to Wildfly 11.0.olgeni2017-11-018-0/+1531
| | | | | | PR: 223343 Submitted by: olgeni Approved by: yerenkow@gmail.com (maintainer)
* java/jattach: Fix typotobik2017-10-271-1/+1
|
* New port: java/jattachtobik2017-10-275-0/+57
| | | | | | | | | | | | | | 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>
* java/wildfly90: add support for status command and remove pidfile onolgeni2017-10-262-0/+5
| | | | shutdown (see r452897).
* java/wildfly10: add support for status command and remove pidfile on shutdown.olgeni2017-10-262-2/+5
| | | | | | | | | 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
* . Update to 8u152.glewis2017-10-233-6/+8
|
* . Udpate to 8u152.glewis2017-10-233-8/+11
|
* . Udpate to 9.0.1glewis2017-10-233-10/+13
| | | | | | | | . 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]
* . Add back in @dir directive accidentally dropped in the last commit.glewis2017-10-231-0/+1
|
* . Update to 9.0.1glewis2017-10-233-11/+14
| | | | | | | | | . 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]
* multimedia/ffmpeg: update to 3.4jbeich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | 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
* java/bluej: Update to 4.1.1woodsb022017-10-214-449/+455
| | | | | | | | | | | | | | - 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)
* java/visualvm: fix web urlswills2017-10-171-1/+1
|
* . Pet portlint.glewis2017-10-152-5/+5
|
* . Remove reference to not yet complete openjdk9 port.glewis2017-10-151-1/+1
|
* . More portlint petting.glewis2017-10-152-3/+3
|
* . Minor portlint petting.glewis2017-10-151-2/+2
|
* . Add a port of the Oracle JRE 9 for Linux.glewis2017-10-156-0/+494
|
* . Add a port of the Oracle JDK9 for Linux.glewis2017-10-156-0/+1303
| | | | . Add support for JDK9 to bsd.java.mk
* . Prepare for JDK9 support.glewis2017-10-152-5/+7
|
* Update to 2017.2.4.vanilla2017-10-143-75/+310
| | | | | Submitted by: 222827 Reported by: maintainer
* Remove WANT_GNOME and HAVE_GNOME.mat2017-10-122-3/+0
| | | | | | Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
* For ports that are explicitly enabled on armv6, also enable themlinimon2017-10-111-1/+2
| | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
* java/intellij: Update to version 2017.2.5.bsam2017-10-103-6/+6
|
* Update to 1.2.2.vanilla2017-10-062-4/+4
|
* New port: java/openjfx8-scenebuildertobik2017-10-055-0/+54
| | | | | | | | | | | | | | | 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/
* Make sure that java/openjfx8-devel can load libavcodec.so.57 andtobik2017-10-042-0/+12
| | | | unlock support for more media formats.
* java/openjfx8-devel: Update to 8u172-b00tobik2017-10-0436-120/+1782
| | | | | | | | | | | | | | | | - 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
* Clean up X11 option handling. No functional change.jkim2017-10-041-24/+14
|
* Fix java/openjdk8-jre build after r444448.jkim2017-10-041-3/+3
| | | | PR: 222750
* Update arm distfiles to sync. with amd64 and i386.jkim2017-10-034-66/+12
|
* Unbreak fetch. This is sort of an exception to the MASTER_SITE_SUBDIRtruckman2017-09-301-0/+1
| | | | for APACHE_COMMONS_SOURCE.
* New port jakarta-commons-lang3.truckman2017-09-294-0/+54
| | | | | | | | | | | | | | 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.
* Synchronize COMMENT with java/bootstrap-openjdk8.jkim2017-09-291-1/+1
|
* Set DEPRECATED and EXPIRATION_DATE.jkim2017-09-291-3/+5
| | | | | Use java/bootstrap-openjdk6 to bootstrap java/openjdk6 and java/openjdk7 and use java/bootstrap-openjdk8 to bootstrap java/openjdk8.
* Use java/bootstrap-openjdk6 to bootstrap.jkim2017-09-291-3/+3
|
* Use java/bootstrap-openjdk8 to bootstrap.jkim2017-09-291-25/+17
|
* Add bootstrap JDK for OpenJDK8.jkim2017-09-2910-0/+280
| | | | | | PR: 210283 PR: 221897 PR: 222460
* Make sure to disable IcedTea patches when we build distfiles next time.jkim2017-09-291-1/+1
|
* Add a missing runtime dependency.jkim2017-09-271-1/+2
|
* Use java/bootstrap-openjdk6 to bootstrap.jkim2017-09-271-3/+3
|
* Add bootstrap JDK for OpenJDK6.jkim2017-09-278-0/+226
| | | | java/bootstrap-openjdk will be used for OpenJDK7 and OpenJDK8 later.
* devel/icu: update to 59.1jbeich2017-09-251-1/+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
* Reset maintainership on Dominic Fandrey's ports.adamw2017-09-242-2/+2
| | | | With hat: portmgr
* java/openjfx8-devel: Unbreak build with ICU 59.1tobik2017-09-222-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* java/intellij: Update to version 2017.2.4.bsam2017-09-143-14/+14
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-114-4/+4
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* . Update to 7u151.glewis2017-09-094-782/+793
|
* Fix available memory calculation on head after r309017.jkim2017-09-072-6/+26
| | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11".
* Fix available memory calculation on head after r309017.jkim2017-09-071-47/+51
| | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11".
* . Update to b44.glewis2017-09-032-3/+6
|
* The src tree is splitting 32-bit arm support into 'armv6' and the newlinimon2017-09-011-7/+9
| | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221896 Approved by: maintainer
* java/intellij: Update to version 2017.2.3.bsam2017-08-313-14/+14
|
* . Update to 8u144.glewis2017-08-286-729/+804
|
* Require at least Gradle 4.0 for building java/openjfx8-develtobik2017-08-261-1/+1
| | | | | | This will prevent build problems when there is an older Gradle version installed in the build environment. Using older Gradle versions is not supported and leads to hard to decode build failures.
* java/openjfx8-develtobik2017-08-253-0/+27
| | | | | | | - Enable OpenGL Prism backend by default on FreeBSD too - Add missing platform check. FreeBSD is "a form of Linux or Solaris" too. Submitted by: Gareth Wyn Roberts <g.w.roberts@glyndwr.ac.uk> (via mail)
* java/intellij-pycharm -> devel/pycharm-ce: Disconnect the former and connect ↵bsam2017-08-241-1/+0
| | | | the latter.
* java/intellij-pycharm -> devel/pycharm-ce: Rename to reflect upstream andbsam2017-08-247-2328/+0
| | | | use a more appropriate origin (devel for development tools, IDEs).
* Update to version 1.58eugen2017-08-232-4/+4
| | | | | | | | | | | | | | | The main focus in this release is on features. Considerable work has been done on improving the TLS/DTLS API and the BCJSSE. Support for ECGOST3410-2012 has been added for both signing and key agreement/exchange. The DSTU-7564 digest and DSTU-7624 (Kalyna) cipher have also been added. Support for XMSS and XMSS^MT has been added to the BCPQC provider and certificate support for the BCPQC algorithms is much improved. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html
* java/intellij: Update to version 2017.2.2.bsam2017-08-193-15/+17
|
* java/intellij-pycharm: Update to version 2017.2.1.bsam2017-08-142-4/+4
|
* Update to 8u144.jkim2017-08-114-10/+10
| | | | MFH: 2017Q3
* Fixup GH_TAGNAME usage, and minor cleanup.mat2017-08-102-5/+5
| | | | Sponsored by: Absolight
* Update to 1.5.6 release.ale2017-08-093-9/+11
| | | | | PR: 220592 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de>
* java/intellij: Update to version 2017.2.1.bsam2017-08-033-13/+13
|
* java/intellij-pycharm: Update to version 2017.2.bsam2017-07-293-12/+157
|
* java/intellij: Update to version 2017.2.bsam2017-07-263-420/+106
|
* java/openjfx8-devel: Update to a more recent snapshottobik2017-07-238-68/+108
| | | | | | | | | | | - Add new default options MEDIA and WEBKIT to enable building of the media and web modules - Take back maintainership Running e.g. AsciidocFX on FreeBSD should be possible now. PR: 218014 Reported by: Dr. Jochen Raßler <jochen.rassler@gmail.com>, mr (via mail)
* java/intellij-pycharm: Update to version 2017.1.5.bsam2017-07-183-5/+6
|
* Fix build of java/openjfx8-devel with Gradle 4.0tobik2017-07-131-2/+6
| | | | | | PR: 220322 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11565
* Remove an unnecessary runtime dependency for NPAPI plugin support.jkim2017-07-121-2/+3
| | | | | PR: 220648 MFH: 2017Q3
* Add missing Pango symbolstobik2017-07-112-1/+12
| | | | | | | | | | | | | | | | | | | | | Currently Pango functions are hidden behind __linux__ and not compiled in as part of the build. Not all JavaFX applications are affected by this, but applications that do advanced text layout that require Pango internally cause an UnsatisfiedLinkError at runtime. Caused by: java.lang.UnsatisfiedLinkError: com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new()J at com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new(Native Method) at com.sun.javafx.font.freetype.PangoGlyphLayout.layout(PangoGlyphLayout.java:88) at com.sun.javafx.text.PrismTextLayout.shape(PrismTextLayout.java:834) at com.sun.javafx.text.PrismTextLayout.layout(PrismTextLayout.java:1064) at com.sun.javafx.text.PrismTextLayout.ensureLayout(PrismTextLayout.java:223) ... PR: 220566 Submitted by: Stefan Ehmann <shoesoft@gmx.net> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11545 MFH: 2017Q3
* Fix build of java/bouncycastle15 on armv6:eugen2017-07-112-0/+42
| | | | | | | | | | | | | remove fork="true" in javac and fork="yes" in junit tasks (ant/bc+-build.xml) Original report: If java/bouncycastle15 is build on armv6 with openjdk18, the build stops with This command is not for general use and should only be run as the result of a call to ProcessBuilder.start() or Runtime.exec() in a java application PR: 220612 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> (based on) Approved by: az (mentor)
* java/intellij: Update to 2017.1.5.bsam2017-07-102-5/+5
|
* Add a new ALSA default option to make it possible to disable ALSAtobik2017-06-271-5/+10
| | | | | | | | | support and build the JDK without an ALSA dependency PR: 219125 Reviewed by: jbeich Approved by: mat (mentor), java (maintainer timeout, 6+ weeks) Differential Revision: https://reviews.freebsd.org/D11331
* Scrub mention of armv6hf from ARCHS. It was never in a released version.linimon2017-06-272-2/+2
| | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket)
* Fix WWWsunpoet2017-06-271-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-271-1/+1
| | | | Approved by: portmgr (blanket)
* qa: add check for NO_ARCHdbn2017-06-191-0/+2
| | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
* java/intellij-pycharm: Update to version 2017.1.4bsam2017-06-142-4/+4
|
* java/intellij: Update to version 2017.1.4bsam2017-06-072-5/+5
|
* java/intellij-pycharm: Update to version 2017.1.3bsam2017-05-312-4/+4
|
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
|
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
|
* . Update to b43.glewis2017-05-302-6/+13
|
* . Update to 7u141.glewis2017-05-303-927/+808
|
* . Update to 7u131.glewis2017-05-295-2692/+2533
|
* . Update to the 8u131 docs.glewis2017-05-272-4/+4
|
* Mark some ports failing on armv6, for errors classified as "???".linimon2017-05-273-0/+6
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on armv6. In cases where the error messagelinimon2017-05-263-2/+8
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update to version 2017.1.3bsam2017-05-253-6/+10
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-234-3/+4
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Update java/bouncycastle15 upto 1.57eugen2017-05-212-4/+4
|
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-0/+1
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-141-0/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update Idea 171.4249.32 -> 171.4249.39bsam2017-05-112-4/+5
|
* Pass maintainership to submittersunpoet2017-05-101-1/+1
| | | | | PR: 219180 Submitted by: Jov <amutu@amutu.com>
* java/intellij-pycharm: Update to version 2017.1.2.bsam2017-05-053-4/+6
| | | | | PR: 219083 Submitted by: Christian Sturm <reezer@reezer.org>
* Provide error messages for some ports failing on aarch64, and, in alinimon2017-05-021-0/+3
| | | | | | | | few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
| | | | | PR: 218658 Submitted by: riggs
* java/intellij: Update to version 2017.1.2.bsam2017-04-233-13/+14
|
* Update to 8u131.glewis2017-04-196-1469/+1094
|
* . Update to 8u131glewis2017-04-192-4/+4
|
* . Update to 8u131.glewis2017-04-192-6/+6
|
* java/intellij: Update to version 2017.1.1, use no-jdk distfile.bsam2017-04-143-15/+15
|
* java/intellij-pycharm: Update to version 2017.1.1.bsam2017-04-143-132/+79
|
* Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources.jkim2017-04-143-1/+303
|
* Merge fix for JDK-6900441 from Linux source.jkim2017-04-143-0/+309
| | | | | | | | | | | | | | http://bugs.java.com/view_bug.do?bug_id=6900441 While we are at it, merge fix for JDK-8029453. http://bugs.java.com/view_bug.do?bug_id=8029453 Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is forcibly set. Reported by: 张泽鹏 (redraiment at gmail dot com) Tested by: 张泽鹏 (redraiment at gmail dot com)
* Update to 5.3.3 release.ale2017-04-132-4/+4
|
* java/java-checkstyle: Update version 7.0=>7.6bofh2017-04-122-4/+4
|
* - Remove obsolete OSVERSION conditionamdmi32017-04-121-5/+1
| | | | Approved by: portmgr blanket
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.mat2017-04-111-6/+6
| | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight
* new port: java/lightweight-java-profilerjmd2017-04-029-0/+158
| | | | | | | | A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10194
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-013-3/+3
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* java/intellij-pycharm: Update to version 2017.1.bsam2017-03-283-11/+974
|
* java/intellij: Update to version 2017.1.bsam2017-03-283-34/+56
|
* java/intellij-pycharm: Update to version 2016.3.3.bsam2017-03-272-4/+4
|
* . Update to 2017b.glewis2017-03-273-4/+5
|
* java/intellij: Update to version 2016.3.5.bsam2017-03-152-5/+5
|
* Update to 1.4.vanilla2017-03-142-3/+6
|
* Switch MAINTAINER to my new account for my ports.eugen2017-03-121-1/+1
| | | | | | | | | Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile
* . Update to 2017a.glewis2017-03-022-4/+4
|
* Remove expired ports:rene2017-02-287-102/+0
| | | | | | | | | | | | | | | 2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead 2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead 2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16 instead 2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead 2017-02-28 www/rubygem-net-http-persistent25: Use www/rubygem-net-http-persistent2 instead 2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead 2017-02-28 www/rubygem-net-http-digest_auth11: Use www/rubygem-net-http-digest_auth instead 2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead 2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead 2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16 (2014-05-11) 2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17 (2016-04-24) 2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5 instead
* Update MAINTAINER to tobik@FreeBSD.org for my portstobik2017-02-153-3/+3
| | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
* Actually add the patchbapt2017-02-123-0/+60
| | | | Reported by: antoine
* Fix build with libc++ (is_const is already defined by some libc++ headers)bapt2017-02-121-3/+1
| | | | This make the port work without the gcc dependency
* java/jdk(16|7)-doc: Deprecate and remove 28 FEB 2017marino2017-02-112-0/+6
| | | | | The associated jdk ports were removed years ago. The documentation should have been removed with them then.
* Remove expired ports:rene2017-02-0824-5229/+0
| | | | | | 2017-02-07 java/jboss7: Unsupported, replaced by wildfly 2017-02-07 java/jboss71: Unsupported, replaced by wildfly 2017-02-07 java/jboss72: Unsupported, replaced by wildfly
* Fix build with GCC. It was broken by r430424.jkim2017-02-031-1/+1
| | | | PR: 216738
* java/intellij: Update to version 2016.3.4.bsam2017-02-023-6/+6
|
* Fix distinfo.jkim2017-01-311-1/+3
| | | | PR: r216595
* . Update to 8u121.glewis2017-01-295-650/+1182
|
* . Update to 8u121.glewis2017-01-292-4/+4
|
* . Fix @javavm directive.glewis2017-01-291-1/+1
|
* . Update to 8u121.glewis2017-01-293-160/+161
| | | | . Fix @javavm directive.
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* Update to 5.3.2 release.ale2017-01-192-5/+5
|
* Update to b41.jkim2017-01-193-264/+16
|
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-187-14/+7
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Upgrade java/wildfly10 to 10.1.0.olgeni2017-01-163-1184/+329
| | | | | | | | | | | - Move installation directory to /usr/local/wildfly10. - Fix directory permissions and ownership (root:wheel everywhere except config.) - Remove all @dir entries which are now unnecessary. - Add upgrade notice to UPDATING. PR: 212052 Submitted by: olgeni Approved by: maintainer
* . Fix compilation with Clang 4.0glewis2017-01-163-1/+23
| | | | | PR: 216016 Submitted by: jbeich@
* . Fix compilation with Clang 4.0glewis2017-01-162-1/+21
| | | | | PR: 216016 Submitted by: jbeich@
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-142-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Update Eclipse CDT to 9.0.1 and assign port to submitter.tijl2017-01-1313-459/+944
| | | | | PR: 213649 Submitted by: Michael Zhilin <mizhka@gmail.com>
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-111-4/+0
| | | | Approved by: portmgr blanket
* Rename java/wildfly100 to java/wildfly10.olgeni2017-01-118-4/+4
| | | | | PR: 212052 Submitted by: olgeni
* java/intellij-rubymine: create portswills2017-01-119-0/+2195
| | | | | | | | | | RubyMine is a cross-platform IDE that supports Ruby, Ruby on Rails and web development. WWW: https://www.jetbrains.com/ruby/ PR: 214967 Submitted by: Stefan Wendler <stefan.wendler@tngtech.com>
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-5/+0
| | | | Approved by: portmgr blanket
* . Update to 2016jglewis2017-01-063-4/+6
|
* java/openjfx8-devel fix build with Gradle 3.2.1asomers2017-01-043-10/+14
| | | | | | | | | | | | Add a missing build dependency on junit to the Makefile, and fix the path to Hamcrest in build.gradle. Also, reset MAINTAINER by request of the current maintainer. PR: 215677 Reviewed by: brd, Tobias Kortkamp Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9005
* . Add powerpc64 support.glewis2017-01-031-5/+9
| | | | | PR: 212709 Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Add support for powerpc64.glewis2017-01-032-3/+15
| | | | | | PR: 215417 Submitted by: Curtis Hamilton Approved by: Maintainer timeout
* java/intellij-pycharm: Update to version 2106.3.2.bsam2017-01-023-4/+6
|
* Remove BROKEN_FreeBSD_9sunpoet2017-01-014-8/+0
| | | | Approved by: portmgr (blanket)
* . Add support for the HotSpot Serviceability Agent for ppc64.glewis2016-12-291-202/+2430
| | | | | | | | . This also pulls in some OpenBSD tweaks, I believe. These should be a no-op for FreeBSD though. PR: 212709 (partial) Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Update to 8u112glewis2016-12-292-3/+4
| | | | | PR: 215424 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* java/intellij: Update to version 2016.3.2.bsam2016-12-282-5/+5
|
* java/bouncycastle15: update 1.55 -> 1.56pi2016-12-284-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | port changes: - upstream updated list of its MASTER_SITES (bouncycastle.gva.es is gone, downloads.bouncycastle.org changed to www.bouncycastle.org); - pkg-descr updated to reflect current features; - installation of zipped bundled sources made optional, enabled by default to match previous behavior. Some of new version changes: - a new API for DTLS/TLS and a JSSE provider suitable for Java 5 and later; - support for RFC 7539 ChaCha20 and Poly1305 has also been added and general support for SHA-3 in the PKIX APIs has been improved; Full details of the release: PR: 215507 Changes: https://www.bouncycastle.org/releasenotes.html Security: CVE-2016-1000338, CVE-2016-1000339, CVE-2016-1000340, CVE-2016-1000341, CVE-2016-1000342, CVE-2016-1000343, CVE-2016-1000344, CVE-2016-1000345, CVE-2016-1000346, CVE-2016-1000352 Submitted by: Eugene Grosbein <ports@grosbein.net> (maintainer)
* - Mark BROKEN on FreeBSD 9.x i386amdmi32016-12-231-0/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN on FreeBSD 9.x i386amdmi32016-12-231-0/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN on FreeBSD 9.x i386:amdmi32016-12-231-0/+2
| | | | | | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings (help.effective-settings) on project jboss-as-testsuite: Execution help.effective-settings of goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings failed: 0 -> [Help 1] Approved by: portmgr blanket
* java/intellij-pycharm: Update to version 2016.3.1.bsam2016-12-173-5/+5
|
* java/intellij: Update to version 2016.3.1.bsam2016-12-173-14/+14
|
* - Add LICENSEamdmi32016-12-102-4/+9
| | | | | - Switch to options helpers - Regenerate patches
* Add an X11 option to java/openjdk[78]asomers2016-12-102-11/+46
| | | | | | | | | | | | It defaults to on. Disabling it will remove X support from Java, and reduce X-related dependencies. PR: 210000 Reviewed by: brd Approved by: brd (ports) Approved by: glewis (maintainer timeout) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6698
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-096-5/+6
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Deprecate and set expiration date to T + 2 monthsamdmi32016-12-073-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | From jboss.org: The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available here. For more information on the differences between the project and product offerings, see the JBoss.ORG technology page. You can find old JBoss AS community releases on our archived downloads page, however, these releases are not maintained and therefore are likely to contain bugs and security vulnerabilities. It is highly recommended that you upgrade to WildFly or JBoss EAP using the above links at your earliest convenience. If you require assistance in making this move, please ask on the forums or contact your local Red Hat account representitive. PR: 214223, 214224, 214225 Submitted by: yerenkow@gmail.com (maintainer)
* java/intellij-pycharm: Update to version 2016.3.bsam2016-12-053-33/+50
|
* Remove expired port:rene2016-12-025-107/+0
| | | | 2016-12-01 java/jakarta-struts: Port is unmaintained and has known security vulnerabilites
* Don't quote {} in find -exec calls.mat2016-12-011-2/+2
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* java/intellij: Remove non-native jar libraries.bsam2016-12-012-12/+4
| | | | Reported by: Caspar Schutijser <caspar@schutijser.com> (via email; thanks Caspar! My email answer seems to end up at your spam filter)
* java/intellij: update to version 2016.3.bsam2016-11-283-116/+8739
|
* . Update to 2016iglewis2016-11-243-4/+5
|
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-2/+1
| | | | reformat port description text in cases when it was notoriously broken.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-203-2/+3
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/visualvm: switch back to multi-language versionswills2016-11-143-4/+319
|
* java/netty: update 3.9.2 -> 3.10.6pi2016-11-122-3/+4
| | | | | | PR: 214427 Changes: https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final http://netty.io/news/2016/06/29/3-10-6-Final.html Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* java/visualvm: update to 1.3.9swills2016-11-113-325/+12
| | | | Submitted by: girgen
* java/jakarta-commons-collections:makc2016-11-022-2/+148
| | | | | | | - Add patch from Fedora to fix build with OpenJDK8 https://issues.apache.org/jira/browse/COLLECTIONS-587 Submitted by: soralx at cydem.org via e-mail
* Take maintainership of math/scilab dependenciesmakc2016-11-024-4/+4
|
* Update to 5.3.1 release.ale2016-10-312-4/+4
|
* . Update to 8u112.glewis2016-10-306-628/+596
|
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵mat2016-10-241-1/+1
| | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
* Update cacerts file using the one included in 8u111 release.ale2016-10-246-1/+3
| | | | Notable change is the inclusion of Let's Encrypt CA.
* Update to 5.3 release.ale2016-10-212-9/+11
|
* ${RM} already has -f.mat2016-10-2113-19/+19
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* java/intellij: fix pkg-plist.bsam2016-10-212-0/+3
| | | | | PR: 213616 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
* . Update to 8u112.glewis2016-10-212-3/+4
|
* Reassign makc's ports back to the pool.rakuco2016-10-205-5/+5
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* . Update to 8u112.glewis2016-10-202-5/+6
|
* java/intellij-ultimate: update 2016.2.4 -> 2016.2.5robak2016-10-203-6/+7
| | | | | PR: 213598 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* java/intellij: Update to version 2016.2.5.bsam2016-10-193-6/+5
|
* - Double-quote $@ to properly propagate parameters down the execution pathdanfe2016-10-175-5/+9
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* New port: java/intellij-ultimatepi2016-10-159-0/+4176
| | | | | | | | | | | | | | | | | | | | | | | | IntelliJ IDEA is an advanced 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. The difference between intellij and intellij-ultimate can be found at http://www.jetbrains.com/idea/features/editions_comparison_matrix.html WWW: http://www.jetbrains.com/idea/ PR: 212268 Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
* . Note that the time zone data is in the public domain (according toglewis2016-10-141-0/+2
| | | | | | | | ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence "The public-domain time zone database contains code and data that represent the history of local time for many representative locations around the globe."
* . Update to 2016g.glewis2016-10-143-4/+5
|
* Convert to USES=jpegantoine2016-10-101-1/+1
|
* java/eclipse: 4.5.2 -> 4.6pi2016-10-078-728/+724
| | | | | | | | | | - new MASTER_SITE PR: 211764 Changes: http://www.eclipse.org/neon/noteworthy/ https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer) Reviewed by: Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
* - Add LICENSEamdmi32016-09-301-4/+7
| | | | | - Add NO_ARCH - Switch to options helpers
* Remove i386 from the viable platforms list.kwm2016-09-261-1/+1
| | | | | | | | The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a internal error. PR: 210672 Submitted by: maintainer@
* Unmark broken on powerpc64swills2016-09-151-2/+0
| | | | These ports built successfully
* java/intellij: Update to version 2016.2.4.bsam2016-09-142-5/+5
| | | | | PR: 212686 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
* java/jakarta-struts: Mark deprecatedfeld2016-09-111-0/+3
| | | | PR: 208462
* java/intellij-pycharm: Update to version 2016.2.3.bsam2016-09-093-9/+4
|