summaryrefslogtreecommitdiff
path: root/java/openjdk7/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Move the large patches which contain the changes between updates of theGreg Lewis2015-09-098-294686/+0
| | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk7 in the ports repository.
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-022-0/+121
| | | | MFH: 2015Q3
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* . Update to 7u80.Greg Lewis2015-04-282-864/+110286
|
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-161-0/+16
|
* . Update to 7u76Greg Lewis2015-02-0210-136797/+233345
| | | | | . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer.
* . Fix window maximisation under Gnome 3.Greg Lewis2015-02-021-0/+11
| | | | | PR: 196741 Submitted by: huanghwh@gmail.com
* Allow building 10 years after 31 decembre 2004Antoine Brodin2014-12-301-0/+11
| | | | With hat: portmgr
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-161-270/+0
|
* 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
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-191-17/+35
|
* . Update to 7u71.Greg Lewis2014-11-012-2136/+13207
|
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-3/+30
| | | | | | | | | 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)
* . Update to 7u65.Greg Lewis2014-07-162-2236/+9701
|
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-121-0/+22
| | | | | | | | | | | | a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-0/+51
| | | | | | | | 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>
* Update to 7u60.Greg Lewis2014-06-073-2433/+54124
|
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-213-0/+91
| | | | | | | | | | | | | | used 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). [1] - Use /proc/curproc/file to find its executable path if available. It fixes java/icedtea-web, for example. [2] PR: ports/178856 [1] PR: java/189905 [2]
* Include bundled header files before others. For example, this fixes buildJung-uk Kim2014-04-301-0/+28
| | | | | | | | | with conflicting header files from graphics/jpeg. Note OTHER_INCLUDES or OTHER_CPPFLAGS may be used instead. However, I think this is the least intrusive change. Also, note java/openjdk6 already has a similar fix and java/openjdk8 does not need it. Tested by: Jonathan Chen (jonc at chen dot org dot nz)
* . Fix spawning external processes from the JVM. [1]Greg Lewis2014-04-294-90/+161
| | | | | | | . Remove some patches that have been merged to the upstream repository. PR: 188979, 188980 [1] Obtained from: Kurt Miller (via the upstream bsd-port repo) [1]
* Refine the patch again. No functional change.Jung-uk Kim2014-04-211-4/+3
|
* Refine the previous patch. No functional change.Jung-uk Kim2014-04-211-2/+3
|
* Fix build with clang.Jung-uk Kim2014-04-212-0/+35
|
* . Update to 7u55.Greg Lewis2014-04-202-27186/+17525
| | | | | | | . Use version 1.9.3 of ant [1] . Don't insist on GCC since compilation with clang now works [2]. Obtained from: jkim@'s openjdk7 redport repo ([1], [2])
* . Update to the cacerts file included in the latest Linux distribution (7u55).Greg Lewis2014-04-201-0/+0
|
* . Add BSD support to PortConfig. Fixes JMX on FreeBSD.Greg Lewis2014-02-151-0/+13
| | | | PR: 186636
* . Update to 7u51.Greg Lewis2014-02-093-148501/+73800
| | | | | . Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that fix isn't detectable), since kernel panics may result there.
* Revert lang/openjdk7 to 7u25.Mathieu Arnold2014-01-043-43781/+148891
| | | | With hat: portmgr-lurker
* . Update to 7u45.Greg Lewis2013-12-083-148891/+43781
|
* . Update to the latest cacerts from the 7u45 JDK release.Greg Lewis2013-12-081-0/+0
|
* . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD butGreg Lewis2013-10-301-0/+13
| | | | | | | to instead create an instance of BsdAsynchronousChannelProvider(). PR: 183389 Submitted by: girgen@
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-221-0/+8
| | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com>
* . Update to 7u25.Greg Lewis2013-06-231-86830/+1898
| | | | . Unbreak the port by committing the other half of the patch-set split.
* . Split out the JDK patches into their own file. This will actually breakGreg Lewis2013-06-231-0/+132659
| | | | | the port since I can't commit the split all at once due to subversion size limits. Yay.
* . Update to 7u21.Greg Lewis2013-05-052-25235/+44428
|
* . Fix the location of theGreg Lewis2013-03-271-0/+20
| | | | | | | | | | FILES_c += initIDs.c line so it comes after FILE_c is explicitly set in the BSD specific block. This fixes missing symbols in libawt. Submitted by: Kurt Miller (kurt@intricatesoftware.com) Obtained from: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/ef510cd4aec5
* . Allow users to force the file system provider to be the BSD file systemGreg Lewis2013-03-272-0/+58
| | | | | | | | | | | | | provider. This is helpful when users also wish to force os.name to a different value (e.g. Linux) but not being forced to also use the Linux file system provider. This can be done by defining the property java.nio.file.spi.DefaultFileSystemProvider. This patch differs from the submitters in that the range of values are restricted to the current known defaults. PR: 173847 Submitted by: 4721 at hushmail.com
* . Update to 7u17.Greg Lewis2013-03-104-655/+51786
|
* Add a patch to fix MulticastSocket.setInterface().Jung-uk Kim2013-02-111-0/+47
| | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver
* . Fix a crash under heavy network load by reverting to using poll(2) ratherGreg Lewis2013-01-291-0/+85
| | | | | | | than select(2). PR: 175417 Based on the patch by: Phil Phillips <pphillips@experts-exchange.com>
* . Update to 7u11.Greg Lewis2013-01-184-8332/+17364
| | | | Security: CVE-2013-0422
* - Remove patches for regression tests. Those patches are not necessary butJung-uk Kim2012-11-031-32643/+0
| | | | | | | | | | caused build failures on 7.x. - Revert r306656. bootstrap-openjdk builds it fine now (r306814). - Remove registervm from build dependency. This hack is no longer necessary as javavmwrapper is fixed now (r306536). Approved by: glewis (maintainer) Feature safe: yes
* . Update to 7u9.Greg Lewis2012-10-283-74/+40207
| | | | Feature safe: yes
* . Commit a fix for CVE-2012-4681.Greg Lewis2012-08-301-0/+63
| | | | Obtained from: Mark Wielaard <mjw@redhat.com> via rea@
* . Allow openjdk7 to work with icedtea-web port.Greg Lewis2012-08-261-0/+106
| | | | Submitted by: jkim@
* . Update to 7u6.Greg Lewis2012-08-214-3652/+6079
| | | | . Enlist openjdk7 users as testers of ant 1.8.4.
* . Update to what should be 7u5. Based on the bug ids fromGreg Lewis2012-08-061-0/+2985
| | | | http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
* . Fix locale generation.Greg Lewis2012-06-162-21/+40
| | | | PR: 169037
* . Fix jstack.Greg Lewis2012-06-061-0/+16
|
* . Update to 7u4. This was a fairly significant merge, so please reportGreg Lewis2012-05-273-31508/+4766
| | | | | | | | any regressions in functionality that might have been missed. Biggest news is that partial BSD support is now in the official source distribution through the OS X port's inclusion. Partly obtained from Kurt Miller <kurt@intricatesoftware.com>