aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk7/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-0/+1
| | | | | | | | | | | 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
* Update to 7u60.Greg Lewis2014-06-071-3/+2
| | | | Notes: svn path=/head/; revision=356958
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-211-2/+3
| | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=354761
* . Handle spaces in CC, CXX or HOST_CC [1]Greg Lewis2014-05-091-3/+3
| | | | | | | | | | | | . Convert a space to a tab [2] . Pet portlint by changing /nonexistent to ${NONEXISTENT} [2] PR: 189385 [2] Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> [1] Takefu <takefu@airport.fm> [2] Notes: svn path=/head/; revision=353379
* . Fix spawning external processes from the JVM. [1]Greg Lewis2014-04-291-1/+1
| | | | | | | | | | . 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] Notes: svn path=/head/; revision=352568
* . Update to 7u55.Greg Lewis2014-04-201-3/+3
| | | | | | | | | | . 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]) Notes: svn path=/head/; revision=351655
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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
* Support stageBaptiste Daroussin2014-04-061-40/+15
| | | | | | | | | Use options helpers Modernise LIB_DEPENDS use pax instead of copytree_share to install, this allows preserving the modes and thus avoid playing with ${CHMOD} Notes: svn path=/head/; revision=350419
* Attempt to unbreakAntoine Brodin2014-03-111-1/+1
| | | | Notes: svn path=/head/; revision=347865
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347771
* - Include bsd.port.pre.mk before testing if ICONV_LIB is empty. It isTijl Coosemans2014-03-051-2/+8
| | | | | | | | | | | | always empty without this. [1] - Add -DLIBICONV_PLUG to CFLAGS to enforce the use of libc iconv even when libiconv is installed. [2] PR: ports/184204 [1], ports/184782 [1], ports/186956 [2] Approved by: glewis (maintainer) Notes: svn path=/head/; revision=347142
* . Add BSD support to PortConfig. Fixes JMX on FreeBSD.Greg Lewis2014-02-151-0/+1
| | | | | | | PR: 186636 Notes: svn path=/head/; revision=344496
* . Remove OSVERSION checks. These are too restrictive but we don't haveGreg Lewis2014-02-101-4/+0
| | | | | | | | | | | OSVERSION bumps to check for on the release branches (even though they have had the fix MFC'ed). People seeing kernel panics on their machines need to update and pick up those fixes. Notes: svn path=/head/; revision=343632
* . Update to 7u51.Greg Lewis2014-02-091-27/+10
| | | | | | | | . Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that fix isn't detectable), since kernel panics may result there. Notes: svn path=/head/; revision=343555
* Revert lang/openjdk7 to 7u25.Mathieu Arnold2014-01-041-8/+28
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=338650
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Mark as forbidden, the port is now trigering a nasty FreeBSD bug!Baptiste Daroussin2013-12-271-0/+2
| | | | | | | A fix is being investigated Notes: svn path=/head/; revision=337714
* . Fix the POLICY option to actually install the unlimited strength policyGreg Lewis2013-12-271-4/+5
| | | | | | | | | | files again. PR: 185015 Submitted by: Phil Phillips <pphillips@experts-exchange.com> Notes: svn path=/head/; revision=337641
* . Update to 7u45.Greg Lewis2013-12-081-27/+5
| | | | Notes: svn path=/head/; revision=335863
* . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD butGreg Lewis2013-10-301-1/+1
| | | | | | | | | | to instead create an instance of BsdAsynchronousChannelProvider(). PR: 183389 Submitted by: girgen@ Notes: svn path=/head/; revision=332063
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-221-0/+1
| | | | | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com> Notes: svn path=/head/; revision=327845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+7
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* fix build without gcc in baseBaptiste Daroussin2013-08-261-7/+4
| | | | | | | | Always use gcc whatever the default compiler is to build openjdk (it needs gcc -dumpspecs) Define HOST_CC to ${CC} to make avoir direct call to "/usr/bin/gcc" Notes: svn path=/head/; revision=325372
* . Update to 7u25.Greg Lewis2013-06-231-2/+25
| | | | | | | . Unbreak the port by committing the other half of the patch-set split. Notes: svn path=/head/; revision=321655
* . Update to 7u21.Greg Lewis2013-05-051-3/+2
| | | | Notes: svn path=/head/; revision=317431
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-041-8/+1
| | | | | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr Notes: svn path=/head/; revision=317320
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* . Bump PORTREVISION for the last two commits.Greg Lewis2013-03-271-0/+1
| | | | Notes: svn path=/head/; revision=315347
* . Update to 7u17.Greg Lewis2013-03-101-4/+3
| | | | Notes: svn path=/head/; revision=313788
* . Use gpatch for patching on older (7.x) versions of FreeBSD.Greg Lewis2013-03-031-0/+5
| | | | | | | | PR: 175829 Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com> Notes: svn path=/head/; revision=313327
* Add a patch to fix MulticastSocket.setInterface().Jung-uk Kim2013-02-111-1/+1
| | | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver Notes: svn path=/head/; revision=312084
* . Fix a crash under heavy network load by reverting to using poll(2) ratherGreg Lewis2013-01-291-0/+1
| | | | | | | | | | than select(2). PR: 175417 Based on the patch by: Phil Phillips <pphillips@experts-exchange.com> Notes: svn path=/head/; revision=311149
* . Update to 7u11.Greg Lewis2013-01-181-3/+2
| | | | | | | Security: CVE-2013-0422 Notes: svn path=/head/; revision=310581
* . Add a runtime dependency on dejavu fonts. Several have reported problemsGreg Lewis2012-12-251-2/+3
| | | | | | | | | | | with font related crashes without them. I haven't been able to reproduce, but this should be relatively harmless, so I'm committing it anyway. PR: 173760 Submitted by: girgen@ Notes: svn path=/head/; revision=309495
* - Remove patches for regression tests. Those patches are not necessary butJung-uk Kim2012-11-031-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=306942
* . Introduce a DEBUG option and default it to unset. For now the .debuginfoGreg Lewis2012-10-311-1/+7
| | | | | | | | | | | files are only installed if the option is set. In future it will likely also mean to enable the debug and/or fastdebug build. PR: 172627 Feature safe: yes Notes: svn path=/head/; revision=306769
* . Remove bootstrap-openjdk as a potential bootstrap. It cannot compileGreg Lewis2012-10-301-4/+3
| | | | | | | | | | | openjdk7 at the moment. Instead to default to openjdk6 as the bootstrap if nothing is already installed. Reported by: olgeni@ Feature safe: yes Notes: svn path=/head/; revision=306656
* . Update to 7u9.Greg Lewis2012-10-281-3/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306572
* . Remove duplicate MAKE_JOBS_SAFE line. [1]Greg Lewis2012-10-281-23/+24
| | | | | | | | | | | | | | | | | . Group the USE_* directives together. . Trim the Makefile header. [2] . Convert to optionsNG. [2] . Remove the ABI numbers from LIB_DEPENDS. [2] . Fix the POLICY option. [2] . Fix permissions and ownership of jexec. [2] . Make sure the bootstrap JDK is used by the ant bootstrap. [2] Submitted by: kuriyama@ [1] jkim@ [2] Feature safe: yes Notes: svn path=/head/; revision=306570
* Revert the previous accidental commit.Jung-uk Kim2012-10-041-1/+0
| | | | Notes: svn path=/head/; revision=305263
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-041-0/+1
| | | | | | | | | | | - Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG. Notes: svn path=/head/; revision=305262
* . Commit a fix for CVE-2012-4681.Greg Lewis2012-08-301-0/+1
| | | | | | | Obtained from: Mark Wielaard <mjw@redhat.com> via rea@ Notes: svn path=/head/; revision=303360
* . Update to 7u6.Greg Lewis2012-08-211-14/+8
| | | | | | | . Enlist openjdk7 users as testers of ant 1.8.4. Notes: svn path=/head/; revision=302840
* . Update to what should be 7u5. Based on the bug ids fromGreg Lewis2012-08-061-4/+5
| | | | | | | http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/ Notes: svn path=/head/; revision=302145
* . Fix locale generation.Greg Lewis2012-06-161-1/+1
| | | | | | | PR: 169037 Notes: svn path=/head/; revision=299406
* . Fix jstack.Greg Lewis2012-06-061-0/+1
| | | | Notes: svn path=/head/; revision=298629
* . Update to 7u4. This was a fairly significant merge, so please reportGreg Lewis2012-05-271-24/+5
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=297552
* . Enlist openjdk7 users as testers of ant 1.8.3.Greg Lewis2012-05-061-1/+1
| | | | Notes: svn path=/head/; revision=296099
* . Add a POLICY option to install the unlimited strength policy files andGreg Lewis2012-05-041-1/+7
| | | | | | | | | | default it to on since I can't imagine why anyone would deliberately want the limited strength versions given a choice. Cribbed from java/openjdk6 Notes: svn path=/head/; revision=295990