aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk7
Commit message (Collapse)AuthorAgeFilesLines
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-162-0/+17
| | | | Notes: svn path=/head/; revision=379126
* . Update to 7u76Greg Lewis2015-02-0211-136800/+233347
| | | | | | | | . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer. Notes: svn path=/head/; revision=378294
* . Fix window maximisation under Gnome 3.Greg Lewis2015-02-021-0/+11
| | | | | | | | PR: 196741 Submitted by: huanghwh@gmail.com Notes: svn path=/head/; revision=378291
* 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 Notes: svn path=/head/; revision=377795
* Allow building 10 years after 31 decembre 2004Antoine Brodin2014-12-301-0/+11
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=375863
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-161-270/+0
| | | | Notes: svn path=/head/; revision=374824
* 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 Notes: svn path=/head/; revision=374780
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-192-17/+36
| | | | Notes: svn path=/head/; revision=372824
* Cleanup plistAntoine Brodin2014-11-141-2/+2
| | | | Notes: svn path=/head/; revision=372560
* . Update to 7u71.Greg Lewis2014-11-013-2138/+13209
| | | | Notes: svn path=/head/; revision=372038
* 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) Notes: svn path=/head/; revision=371117
* . Update to 7u65.Greg Lewis2014-07-163-2239/+9703
| | | | Notes: svn path=/head/; revision=362066
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-123-7/+30
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=361627
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-272-0/+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
* . Add a pkg-message explaining that procfs and fdescfs may be required.Greg Lewis2014-06-101-0/+16
| | | | | | | | PR: 177779 Submitted by: navymaker@rambler-co.ru Notes: svn path=/head/; revision=357236
* Update to 7u60.Greg Lewis2014-06-074-2436/+54126
| | | | Notes: svn path=/head/; revision=356958
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-214-2/+94
| | | | | | | | | | | | | | | | | 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
* 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) Notes: svn path=/head/; revision=352670
* . Fix spawning external processes from the JVM. [1]Greg Lewis2014-04-295-91/+162
| | | | | | | | | | . 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
* Refine the patch again. No functional change.Jung-uk Kim2014-04-211-4/+3
| | | | Notes: svn path=/head/; revision=351730
* Refine the previous patch. No functional change.Jung-uk Kim2014-04-211-2/+3
| | | | Notes: svn path=/head/; revision=351715
* Fix build with clang.Jung-uk Kim2014-04-212-0/+35
| | | | Notes: svn path=/head/; revision=351714
* . Update to 7u55.Greg Lewis2014-04-204-27191/+17530
| | | | | | | | | | . 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
* . Update to the cacerts file included in the latest Linux distribution (7u55).Greg Lewis2014-04-201-0/+0
| | | | Notes: svn path=/head/; revision=351654
* 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-152-0/+14
| | | | | | | 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-095-148530/+73812
| | | | | | | | . 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-045-43791/+148921
| | | | | | | 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-085-148920/+43788
| | | | Notes: svn path=/head/; revision=335863
* . Update to the latest cacerts from the 7u45 JDK release.Greg Lewis2013-12-081-0/+0
| | | | Notes: svn path=/head/; revision=335862
* . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD butGreg Lewis2013-10-302-1/+14
| | | | | | | | | | 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-222-0/+9
| | | | | | | | | | 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-232-86832/+1923
| | | | | | | . Unbreak the port by committing the other half of the patch-set split. Notes: svn path=/head/; revision=321655
* . 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. Notes: svn path=/head/; revision=321654
* . Update to 7u21.Greg Lewis2013-05-053-25238/+44430
| | | | 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