summaryrefslogtreecommitdiff
path: root/java/openjdk8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 8u51.Greg Lewis2015-07-1914-980/+10892
|
* . The test target wants jtreg binaries to be found one directory up. AllowGreg Lewis2015-07-051-0/+3
| | | | that to be the case.
* . Fix BSD detection in the langtools test infrastructure.Greg Lewis2015-07-051-0/+11
|
* - Fix broken preprocessor directives.Jung-uk Kim2015-07-024-1/+148
| | | | | | - Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3
* Fix the previous commit. Forgot to remove #'s before committing. :-(Jung-uk Kim2015-05-191-2/+2
|
* Do not use static libjli for stable/10 and head. This complements PR193009.Jung-uk Kim2015-05-194-44/+134
| | | | | | Re-apply r381431 while I am here. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 8u45.Greg Lewis2015-05-065-549/+46187
|
* Fix build with GCC with recent head kernel by disabling PCH for GCC.Bryan Drewery2015-04-151-0/+5
| | | | | | | | | | | | | | The case for this is a recent head kernel building an older branch that uses GCC in a jail. This is discussed at https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html It may be possible to fix GCC to do the right thing with mmap(2) but it would not be simple to make ports use a fixed GCC on older releases and without needlessly building a ports compiler when the system one would otherwise be fine without PCH. With hat: portmgr
* Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.Jung-uk Kim2015-04-013-49/+55
| | | | Optimize fontconfig.properties while I am here.
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-242-57/+61
|
* Catch up with font directory changes.Jung-uk Kim2015-03-242-16/+17
|
* Clean up patches again. No functional change.Jung-uk Kim2015-03-162-44/+2
|
* . Update to 8u40.Greg Lewis2015-03-155-1069/+344804
|
* - Revert all damages done in r372338 and r379049.Jung-uk Kim2015-02-277-115/+25
| | | | | | - Really fix non-release builds. [1] PR: 193009 [1]
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-162-0/+17
|
* Remove redundant linker options added in r379049.Jung-uk Kim2015-02-161-2/+2
|
* . Fix the DEBUG build.Greg Lewis2015-02-152-6/+60
| | | | | PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com)
* . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilationGreg Lewis2015-02-051-0/+1
| | | | | | not to treat warnings as errors. Reported by: mat@
* . Update to 8u31.Greg Lewis2015-02-024-603/+36135
|
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-2/+2
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-271-0/+14
|
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-162-270/+3
|
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-161-0/+270
| | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Add an empty directory to plist to fix staging.Jung-uk Kim2014-11-202-4/+17
| | | | | | | | - Fix build for 8.x on amd64. [1] - Use tar(1) to extract all distfiles. [2] PR: 194988 [1] Submitted by: Mikhail T. (mi at aldan dot algebra dot com) [2]
* - Fix build on i386 with clang. [1]Jung-uk Kim2014-11-112-4/+22
| | | | | | | | - Fix mismerged libnio.so. [2] Reported by: antoine [1] Tested by: antoine [1] PR: 194941 [2]
* . Update to 8u25.Greg Lewis2014-11-0914-1398/+414675
|
* Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim2014-10-302-2/+24
| | | | | | corrects 'os.arch' property for i386 to fix regressions. PR: 194419
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-1/+28
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* Fix build with gmake 4.1Baptiste Daroussin2014-10-081-0/+11
|
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
|
* . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis2014-07-201-2/+4
| | | | | | | | and MASTER_SITES. This fixes the download URL. [1] . Add a dependency on fontconfig. [2] Pointed out by: Chris Sabo <csabo2@gmail.com> [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-204-17/+6011
| | | | with 8u05 to preserve patch file ordering.
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-272-1/+52
| | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com>
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-213-7/+69
| | | | | | | | | to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1).
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-174-154/+178
| | | | | | | able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here.
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-156-33/+176
|
* Add a slave port to create JRE-only package for java/openjdk8.Jung-uk Kim2014-05-021-17/+42
|
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-012-975/+468
|
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.Jung-uk Kim2014-04-292-23/+70
| | | | | | | | - Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1] - Add sigset(2) wrapper for libsig.so. - Disable UseMembar by default. Inspired by: Kurt Miller (kurt at intricatesoftware dot com) [1]
* Add couple of patches missed in the previous commit.Jung-uk Kim2014-04-281-0/+232
|
* Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim2014-04-287-85/+662
|
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]Jung-uk Kim2014-04-252-40/+2837
| | | | | | - Add more BSD patches for Java files and fix endianness issues for C files. Reported by: Jenkins (via swills) [1]
* Update to 8u5.Jung-uk Kim2014-04-215-10/+13956
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Fix build on 8.3. We still have to support it for few more weeks.Jung-uk Kim2014-04-031-0/+4
|
* - Fix a typo, which may add an unnecessary run-time dependency.Jung-uk Kim2014-03-311-5/+5
| | | | | | - Prefer PKGNAMESUFFIX to deprecated LATEST_LINK. Reported by: sunpoet
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2817-0/+8779
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)