| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation with Clang 4.0. | jkim | 2017-05-31 | 1 | -0/+11 |
* | . Update to 7u141. | glewis | 2017-05-30 | 3 | -927/+808 |
* | . Update to 7u131. | glewis | 2017-05-29 | 5 | -2692/+2533 |
* | Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources. | jkim | 2017-04-14 | 3 | -1/+303 |
* | The output of tools like awk, date, sort, tr,... depends on the current | tijl | 2017-01-18 | 1 | -3/+1 |
* | . Fix compilation with Clang 4.0 | glewis | 2017-01-16 | 2 | -1/+21 |
* | Add an X11 option to java/openjdk[78] | asomers | 2016-12-10 | 1 | -4/+18 |
* | Update cacerts file using the one included in 8u111 release. | ale | 2016-10-24 | 2 | -0/+1 |
* | ${RM} already has -f. | mat | 2016-10-21 | 1 | -2/+2 |
* | Update to use Apache Ant 1.9.7. | jkim | 2016-08-24 | 2 | -4/+4 |
* | . Update to 7u111. | glewis | 2016-08-21 | 3 | -1767/+2054 |
* | More typos | bapt | 2016-07-31 | 1 | -1/+1 |
* | Use the new @javavm | bapt | 2016-07-31 | 1 | -2/+1 |
* | . Handle unsafe operations that access invalid memory more gracefully. | glewis | 2016-06-13 | 2 | -0/+15 |
* | . Update to 7u101 | glewis | 2016-05-21 | 3 | -2016/+1054 |
* | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. | mat | 2016-04-01 | 1 | -10/+10 |
* | Combine print/cups-base, print/cups-client and print/cups-image into | tijl | 2016-03-11 | 1 | -1/+1 |
* | . Update to 7u95. | glewis | 2016-02-03 | 3 | -882/+1923 |
* | . Update to 7u91 | glewis | 2015-12-14 | 2 | -4/+9 |
* | . Move the large patches which contain the changes between updates of the | glewis | 2015-09-09 | 10 | -294686/+25 |
* | Remove UNIQUENAME and LATEST_LINK. | mat | 2015-08-17 | 1 | -2/+0 |
* | . Give openjdk7-jre a unique LATEST_LINK value. | glewis | 2015-07-04 | 1 | -1/+1 |
* | Add a slave port to create JRE-only package for java/openjdk7. | jkim | 2015-07-03 | 1 | -10/+36 |
* | Use sysctl(3) instead of procfs(5) when we need executable path from PID. | jkim | 2015-07-03 | 3 | -0/+122 |
* | Remove $FreeBSD$ from patches files in categories a-j. | mat | 2015-05-22 | 1 | -2/+0 |
* | MASTER_SITES cleanup. | mat | 2015-05-14 | 1 | -1/+1 |
* | . Update to 7u80. | glewis | 2015-04-28 | 3 | -867/+110288 |
* | Fix build with GCC with recent head kernel by disabling PCH for GCC. | bdrewery | 2015-04-15 | 1 | -1/+6 |
* | 6 ports categories: Remove $PTHREAD_LIBS | marino | 2015-03-25 | 1 | -1/+1 |
* | Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept(). | jkim | 2015-02-17 | 2 | -0/+17 |
* | . Update to 7u76 | glewis | 2015-02-02 | 11 | -136800/+233347 |
* | . Fix window maximisation under Gnome 3. | glewis | 2015-02-02 | 1 | -0/+11 |
* | Switch some dependencies from a directory name or a file generated by pkg-ins... | antoine | 2015-01-24 | 1 | -2/+2 |
* | Allow building 10 years after 31 decembre 2004 | antoine | 2014-12-31 | 1 | -0/+11 |
* | Turn off -Werror for Clang 3.5+ and revert r374780 for now. | jkim | 2014-12-17 | 1 | -270/+0 |
* | Add an upstream patch to remove adlc's unused class FileBuffRegion. | jkim | 2014-12-16 | 1 | -0/+270 |
* | Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1). | jkim | 2014-11-20 | 2 | -17/+36 |
* | Cleanup plist | antoine | 2014-11-14 | 1 | -2/+2 |
* | . Update to 7u71. | glewis | 2014-11-02 | 3 | -2138/+13209 |
* | The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and | jhb | 2014-10-18 | 1 | -3/+30 |
* | . Update to 7u65. | glewis | 2014-07-16 | 3 | -2239/+9703 |
* | . Fix unpack200 on i386/amd64 by only swapping bytes when this is actually | glewis | 2014-07-13 | 3 | -7/+30 |
* | Implement current and signal methods for sun.nio.ch.NativeThread. Note this | jkim | 2014-06-28 | 2 | -0/+52 |
* | . Add a pkg-message explaining that procfs and fdescfs may be required. | glewis | 2014-06-10 | 1 | -0/+16 |
* | Update to 7u60. | glewis | 2014-06-08 | 4 | -2436/+54126 |
* | - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be | jkim | 2014-05-22 | 4 | -2/+94 |
* | . Handle spaces in CC, CXX or HOST_CC [1] | glewis | 2014-05-09 | 1 | -3/+3 |
* | Include bundled header files before others. For example, this fixes build | jkim | 2014-04-30 | 1 | -0/+28 |
* | . Fix spawning external processes from the JVM. [1] | glewis | 2014-04-29 | 5 | -91/+162 |
* | Refine the patch again. No functional change. | jkim | 2014-04-22 | 1 | -4/+3 |
* | Refine the previous patch. No functional change. | jkim | 2014-04-22 | 1 | -2/+3 |
* | Fix build with clang. | jkim | 2014-04-22 | 2 | -0/+35 |
* | . Update to 7u55. | glewis | 2014-04-21 | 4 | -27191/+17530 |
* | . Update to the cacerts file included in the latest Linux distribution (7u55). | glewis | 2014-04-21 | 1 | -0/+0 |
* | The FreeBSD x11@ and graphics team proudly presents | zeising | 2014-04-17 | 1 | -1/+1 |
* | Support stage | bapt | 2014-04-07 | 1 | -40/+15 |
* | Attempt to unbreak | antoine | 2014-03-11 | 1 | -1/+1 |
* | Convert j* to USES=zip | bapt | 2014-03-10 | 1 | -2/+1 |
* | - Include bsd.port.pre.mk before testing if ICONV_LIB is empty. It is | tijl | 2014-03-06 | 1 | -2/+8 |
* | . Add BSD support to PortConfig. Fixes JMX on FreeBSD. | glewis | 2014-02-16 | 2 | -0/+14 |
* | . Remove OSVERSION checks. These are too restrictive but we don't have | glewis | 2014-02-10 | 1 | -4/+0 |
* | . Update to 7u51. | glewis | 2014-02-10 | 5 | -148530/+73812 |
* | Revert lang/openjdk7 to 7u25. | mat | 2014-01-04 | 5 | -43791/+148921 |
* | Part 2 at removing now useless FETCH_ARGS redifition | bapt | 2014-01-03 | 1 | -1/+0 |
* | Mark as forbidden, the port is now trigering a nasty FreeBSD bug! | bapt | 2013-12-27 | 1 | -0/+2 |
* | . Fix the POLICY option to actually install the unlimited strength policy | glewis | 2013-12-27 | 1 | -4/+5 |
* | . Update to 7u45. | glewis | 2013-12-08 | 5 | -148920/+43788 |
* | . Update to the latest cacerts from the 7u45 JDK release. | glewis | 2013-12-08 | 1 | -0/+0 |
* | . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD but | glewis | 2013-10-30 | 2 | -1/+14 |
* | . Make set_native_priority return a (correct) value on FreeBSD, rather than | glewis | 2013-09-22 | 2 | -0/+9 |
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ... | bapt | 2013-09-21 | 1 | -0/+1 |
* | - Make ports use the libc provided iconv implementation on 10-CURRENT | madpilot | 2013-09-05 | 1 | -0/+7 |
* | fix build without gcc in base | bapt | 2013-08-26 | 1 | -7/+4 |
* | . Update to 7u25. | glewis | 2013-06-24 | 2 | -86832/+1923 |
* | . Split out the JDK patches into their own file. This will actually break | glewis | 2013-06-24 | 1 | -0/+132659 |
* | . Update to 7u21. | glewis | 2013-05-06 | 3 | -25238/+44430 |
* | - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set | bdrewery | 2013-05-04 | 1 | -8/+1 |
* | - Convert USE_ICONV=yes to USES=iconv | mva | 2013-04-27 | 1 | -1/+1 |
* | . Bump PORTREVISION for the last two commits. | glewis | 2013-03-27 | 1 | -0/+1 |
* | . Fix the location of the | glewis | 2013-03-27 | 1 | -0/+20 |
* | . Allow users to force the file system provider to be the BSD file system | glewis | 2013-03-27 | 2 | -0/+58 |
* | . Update to 7u17. | glewis | 2013-03-10 | 5 | -659/+51789 |
* | . Use gpatch for patching on older (7.x) versions of FreeBSD. | glewis | 2013-03-03 | 1 | -0/+5 |
* | Add a patch to fix MulticastSocket.setInterface(). | jkim | 2013-02-12 | 2 | -1/+48 |
* | . Fix a crash under heavy network load by reverting to using poll(2) rather | glewis | 2013-01-29 | 2 | -0/+86 |
* | . Update to 7u11. | glewis | 2013-01-18 | 5 | -8335/+17366 |
* | . Add a runtime dependency on dejavu fonts. Several have reported problems | glewis | 2012-12-26 | 1 | -2/+3 |
* | - Remove patches for regression tests. Those patches are not necessary but | jkim | 2012-11-04 | 2 | -32647/+4 |
* | . Introduce a DEBUG option and default it to unset. For now the .debuginfo | glewis | 2012-11-01 | 1 | -1/+7 |
* | . Remove bootstrap-openjdk as a potential bootstrap. It cannot compile | glewis | 2012-10-30 | 1 | -4/+3 |
* | . Update to 7u9. | glewis | 2012-10-29 | 4 | -77/+40209 |
* | . Remove duplicate MAKE_JOBS_SAFE line. [1] | glewis | 2012-10-29 | 1 | -23/+24 |
* | Revert the previous accidental commit. | jkim | 2012-10-05 | 1 | -1/+0 |
* | - Reset maintainership. See ports/164941. | jkim | 2012-10-05 | 1 | -0/+1 |
* | . Commit a fix for CVE-2012-4681. | glewis | 2012-08-30 | 2 | -0/+64 |
* | . Allow openjdk7 to work with icedtea-web port. | glewis | 2012-08-26 | 1 | -0/+106 |
* | . Update to 7u6. | glewis | 2012-08-21 | 6 | -3676/+6091 |
* | . Update to what should be 7u5. Based on the bug ids from | glewis | 2012-08-06 | 2 | -4/+2990 |
* | . Fix locale generation. | glewis | 2012-06-16 | 3 | -22/+41 |
* | . Fix jstack. | glewis | 2012-06-07 | 2 | -0/+17 |
* | . Update to 7u4. This was a fairly significant merge, so please report | glewis | 2012-05-28 | 5 | -31534/+4773 |
* | . Enlist openjdk7 users as testers of ant 1.8.3. | glewis | 2012-05-07 | 2 | -3/+3 |
* | . Add a POLICY option to install the unlimited strength policy files and | glewis | 2012-05-04 | 1 | -1/+7 |
* | . Update to 7 Update 3. Since there was no separate source bundle released | glewis | 2012-04-19 | 2 | -2/+4329 |
* | . Use the new java-zoneinfo port to provide updated time zone info. | glewis | 2012-04-15 | 1 | -0/+15 |
* | . Use the latest cacerts file from the official Oracle distribution of | glewis | 2012-03-06 | 1 | -0/+0 |
* | . Update to OpenJDK 7 Update 2. | glewis | 2012-03-06 | 3 | -2453/+1604 |
* | Installs built jars that were previously not installed. | jgh | 2011-12-30 | 1 | -1/+2 |
* | . Try harder to make sure the flags returned from getFlags isn't negative, | glewis | 2011-07-08 | 2 | -0/+18 |
* | . Update to Build 147. | glewis | 2011-06-29 | 3 | -641/+641 |
* | . Update to Build 146. | glewis | 2011-06-27 | 3 | -669/+680 |
* | . Update ant bootstrap to 1.8.2. | glewis | 2011-06-05 | 2 | -3/+3 |
* | . Add missing dependency on audio/alsa-lib. | glewis | 2011-05-31 | 1 | -1/+2 |
* | . Update to Build 144. | glewis | 2011-05-30 | 4 | -6922/+7382 |
* | . Fix infinite loop in parsing certain doubles. See CVE-2010-4476. | glewis | 2011-02-10 | 2 | -0/+12 |
* | . Update to Build 122. | glewis | 2010-12-18 | 3 | -548/+550 |
* | . Restore the ability of openjdk7 to bootstrap itself. | glewis | 2010-12-15 | 1 | -1/+2 |
* | . Update to Build 121. | glewis | 2010-12-15 | 4 | -903/+991 |
* | . Use Ant 1.8.1 to build rather than 1.7.1. | glewis | 2010-12-14 | 2 | -3/+3 |
* | . Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles. This | glewis | 2010-11-10 | 1 | -0/+3 |
* | . Update to Build 117. | glewis | 2010-11-08 | 4 | -1941/+2544 |
* | . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot | glewis | 2010-09-23 | 1 | -2/+8 |
* | . Add a new NIO selector that uses kqueue(2) and make it the default. [1] | glewis | 2010-08-16 | 2 | -0/+1239 |
* | . Back out the previous revision. The port is not MAKE_JOBS_SAFE. | glewis | 2010-08-07 | 1 | -5/+4 |
* | . Mark MAKE_JOBS_SAFE. | glewis | 2010-08-02 | 1 | -4/+5 |
* | . Update to the latest set of root certificates that come with the JDK. | glewis | 2010-07-25 | 1 | -0/+0 |
* | . Update to Build 100. | glewis | 2010-07-12 | 3 | -1925/+2536 |
* | . Update to Build 86. | glewis | 2010-03-28 | 3 | -778/+811 |
* | . Add ${LOCALBASE}/lib to the default library path. [1] | glewis | 2010-02-23 | 2 | -3/+20 |
* | . Update to Build 82. | glewis | 2010-02-08 | 3 | -1074/+1201 |
* | . Update to Build 80. | glewis | 2010-01-25 | 5 | -1774/+980 |
* | . Pull down a fix for an unsigned/signed comparison error that hasn't made | glewis | 2010-01-22 | 2 | -0/+22 |
* | . Install the unlimited strength crypto policy JARs rather than the | glewis | 2010-01-21 | 1 | -0/+5 |
* | . Use a downloaded version of ant rather than relying on the ant port | glewis | 2010-01-18 | 2 | -4/+14 |
* | . Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden. | glewis | 2010-01-18 | 1 | -2/+1 |
* | . Update to Build 79. | glewis | 2010-01-18 | 3 | -1213/+1515 |
* | . Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk and | glewis | 2010-01-05 | 1 | -19/+21 |
* | . Add a couple for necessary dependencies to USE_XORG. | glewis | 2010-01-04 | 1 | -1/+1 |
* | . Add a fairly barebones port of OpenJDK7: | glewis | 2010-01-04 | 5 | -0/+31072 |