aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on powerpc64.Mark Linimon2018-06-041-3/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471737
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-281-1/+1
| | | | Notes: svn path=/head/; revision=471017
* java/intellij: Update to version 2018.1.4Boris Samorodov2018-05-273-12/+11
| | | | Notes: svn path=/head/; revision=470975
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-271-2/+2
| | | | Notes: svn path=/head/; revision=470960
* Update to 8u172Greg Lewis2018-05-272-6/+6
| | | | Notes: svn path=/head/; revision=470958
* . Update to 8u172.Greg Lewis2018-05-263-179/+174
| | | | Notes: svn path=/head/; revision=470939
* Fix packaging with DEFAULT_VERSIONS=python=3.xAntoine Brodin2018-05-261-1/+1
| | | | Notes: svn path=/head/; revision=470893
* java/visualvm: update to 1.4.1Steve Wills2018-05-242-4/+4
| | | | Notes: svn path=/head/; revision=470798
* . Update to 2018e.Greg Lewis2018-05-222-4/+4
| | | | Notes: svn path=/head/; revision=470591
* . Update to 8u172.Greg Lewis2018-05-216-753/+745
| | | | Notes: svn path=/head/; revision=470492
* Fix build on head.Jung-uk Kim2018-05-151-49/+48
| | | | Notes: svn path=/head/; revision=470063
* Update to 6.0.3 release.Alex Dupre2018-05-102-4/+4
| | | | Notes: svn path=/head/; revision=469563
* - Fix tests and switch to new test frameworkDmitry Marakasov2018-05-061-4/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=469183
* Remove redundant PKGMESSAGE assignment, which is set appropriatelyAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469132
* Update to 2018.1.1Kirill Ponomarev2018-05-033-526/+438
| | | | | | | | PR: 227950 Submitted by: maintainer Notes: svn path=/head/; revision=468942
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* Update to 6.0.2 release.Alex Dupre2018-04-262-4/+4
| | | | Notes: svn path=/head/; revision=468350
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.Mathieu Arnold2018-04-251-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=468307
* java/java-checkstyle: Update version 8.7=>8.9Muhammad Moinur Rahman2018-04-242-4/+4
| | | | Notes: svn path=/head/; revision=468247
* java/openjfx8-scenebuilder: Update to 8u172-b11Tobias Kortkamp2018-04-212-5/+4
| | | | Notes: svn path=/head/; revision=467903
* java/openjfx8-devel: Update to 8u172-b11Tobias Kortkamp2018-04-216-23/+43
| | | | Notes: svn path=/head/; revision=467902
* (1) Remove devel/subversion18Lev A. Serebryakov2018-04-201-10/+5
| | | | | | | | | | (2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion (3) Rework all addons to unify versioning code. FLAVORS is not used because it will conflict with Python FLAVORS (4) Restore mod_dontdothat for www/mod_dav_svn Notes: svn path=/head/; revision=467834
* java/intellij: Update to version 2018.1Boris Samorodov2018-04-163-768/+869
| | | | Notes: svn path=/head/; revision=467531
* Update to 2018.1.1.Vanilla I. Shu2018-04-163-804/+887
| | | | | | | | PR: 227480 Submitted by: maintainer Notes: svn path=/head/; revision=467484
* Update to latest & newest version 1.10.0Lev A. Serebryakov2018-04-161-1/+1
| | | | Notes: svn path=/head/; revision=467478
* devel/icu: update to 61.1Jan Beich2018-04-061-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* . Tweak message.Greg Lewis2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466604
* . Tweak message.Greg Lewis2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466603
* . Tweak message.Greg Lewis2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466602
* . Correct description.Greg Lewis2018-04-052-2/+2
| | | | | | | . Tweak message. Notes: svn path=/head/; revision=466601
* . Update to 2018d.Greg Lewis2018-04-052-4/+4
| | | | Notes: svn path=/head/; revision=466578
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-291-1/+0
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226993 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465879
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* java/intellij: Update to version 2017.3.5.Boris Samorodov2018-03-253-6/+8
| | | | | | | | PR: 226880 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com> Notes: svn path=/head/; revision=465544
* devel/apr1: Bump portrevisionBernard Spil2018-03-211-1/+1
| | | | | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine Notes: svn path=/head/; revision=465240
* devel/apr1: Fix runtime issues of dependent portBernard Spil2018-03-211-0/+1
| | | | | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) Notes: svn path=/head/; revision=465232
* Mark BROKEN: fails to buildAntoine Brodin2018-03-111-0/+2
| | | | | | | | | Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout Notes: svn path=/head/; revision=464211
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-102-1/+2
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* java/openjfx8-scenebuilder: Add desktop entryTobias Kortkamp2018-03-081-0/+3
| | | | Notes: svn path=/head/; revision=463884
* . Link libinstrument.so with iconv and jli as intended.Greg Lewis2018-03-062-4/+14
| | | | | | | PR: 210297 Notes: svn path=/head/; revision=463688
* Update to 6.0.1 release.Alex Dupre2018-03-052-4/+4
| | | | Notes: svn path=/head/; revision=463632
* . Allow thread names to be set on FreeBSD.Greg Lewis2018-03-041-0/+23
| | | | | | | | PR: 223589 Submitted by: bra@fsn.hu Notes: svn path=/head/; revision=463588
* . Add a FONTCONFIG option which allows scaler to obtain per-family FreeTypeGreg Lewis2018-03-042-1/+228
| | | | | | | | | | | rendering and loading and may noticeably improves font rendering in Java appications PR: 215636 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=463545
* Update to 6.0 release.Alex Dupre2018-03-024-5/+6
| | | | Notes: svn path=/head/; revision=463380
* Apply an upstream patch to fix Zero.Jung-uk Kim2018-02-273-0/+63
| | | | | | | | | | | | | | | http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7 This patch complements the following commits. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625 Reported by: Mikaƫl Urankar (mikael.urankar@gmail.com) (via swills) Notes: svn path=/head/; revision=463156
* . Add a port of the documentation for Java 9.Greg Lewis2018-02-264-0/+48
| | | | Notes: svn path=/head/; revision=463029
* . Update to docs for 8u162.Greg Lewis2018-02-252-4/+4
| | | | Notes: svn path=/head/; revision=462975
* Remove dead code: Java support (via GCJ) has not been part of any ofGerald Pfeifer2018-02-241-5/+2
| | | | | | | | | | | | | the lang/gcc4x ports since last spring and newer versions of GCC do not carry a point in their major version designation. On top of that WITH_GCC has not been use for ages anyway. On the way move ONLY_FOR_ARCHS towards its proper spot. Approved by: portmgr blanket Notes: svn path=/head/; revision=462864
* Respect the LINUX_ARCH settingGreg Lewis2018-02-243-72/+87
| | | | | | | | | . Install either the i386 or amd64 version of the JDK, depending upon the value of LINUX_ARCH. . Add appropriate packing list conditionals to account for this. Notes: svn path=/head/; revision=462764