summaryrefslogtreecommitdiff
path: root/java/openjdk8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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) Notes: svn path=/head/; revision=374303
* - 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] Notes: svn path=/head/; revision=372834
* - 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] Notes: svn path=/head/; revision=372474
* . Update to 8u25.Greg Lewis2014-11-0914-1398/+414675
| | | | Notes: svn path=/head/; revision=372338
* 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 Notes: svn path=/head/; revision=371759
* 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) Notes: svn path=/head/; revision=371117
* Fix build with gmake 4.1Baptiste Daroussin2014-10-081-0/+11
| | | | Notes: svn path=/head/; revision=370420
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
| | | | Notes: svn path=/head/; revision=362358
* . 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] Notes: svn path=/head/; revision=362356
* . 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. Notes: svn path=/head/; revision=362333
* 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> Notes: svn path=/head/; revision=359595
* 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). Notes: svn path=/head/; revision=354762
* 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. Notes: svn path=/head/; revision=354285
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-156-33/+176
| | | | Notes: svn path=/head/; revision=354182
* Add a slave port to create JRE-only package for java/openjdk8.Jung-uk Kim2014-05-021-17/+42
| | | | Notes: svn path=/head/; revision=352833
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-012-975/+468
| | | | Notes: svn path=/head/; revision=352721
* - 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] Notes: svn path=/head/; revision=352573
* Add couple of patches missed in the previous commit.Jung-uk Kim2014-04-281-0/+232
| | | | Notes: svn path=/head/; revision=352548
* Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim2014-04-287-85/+662
| | | | Notes: svn path=/head/; revision=352544
* - 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] Notes: svn path=/head/; revision=352085
* Update to 8u5.Jung-uk Kim2014-04-215-10/+13956
| | | | Notes: svn path=/head/; revision=351721
* 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) Notes: svn path=/head/; revision=351411
* Fix build on 8.3. We still have to support it for few more weeks.Jung-uk Kim2014-04-031-0/+4
| | | | Notes: svn path=/head/; revision=350044
* - 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 Notes: svn path=/head/; revision=349803
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2817-0/+8779
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468