summaryrefslogtreecommitdiff
path: root/lang/openjdk7
AgeCommit message (Collapse)AuthorFilesLines
2013-07-09restore checsum of bootstrap binaries, lost during last update.obache1-1/+28
2013-07-04Update to 1.7.25ryoon3-43/+14
Changelog: Bug Fixes Area: deploy/plugin Synopsis: In-consistent behavior with remote/local policy file with ALL permission. Area: security-libs/java.security Synopsis: Improve on checking order Area: core-libs/java.util.logging Synopsis: Remove the stack search for a resource bundle for Logger to use Security bugfixes CVE-2013-2470 CVE-2013-2471 CVE-2013-2472 CVE-2013-2473 CVE-2013-2463 CVE-2013-2464 CVE-2013-2465 CVE-2013-2469 CVE-2013-2459 CVE-2013-2468 CVE-2013-2466 CVE-2013-3743 CVE-2013-2462 CVE-2013-2460 CVE-2013-2445 CVE-2013-2448 CVE-2013-2442 CVE-2013-2461 CVE-2013-2467 CVE-2013-2407 CVE-2013-2454 CVE-2013-2458 CVE-2013-2444 CVE-2013-2446 CVE-2013-2437 CVE-2013-2400 CVE-2013-3744 CVE-2013-2457 CVE-2013-2453 CVE-2013-2443 CVE-2013-2452 CVE-2013-2455 CVE-2013-2447 CVE-2013-2450 CVE-2013-2456 CVE-2013-2412 CVE-2013-2449 CVE-2013-1571 CVE-2013-2451 CVE-2013-1500
2013-07-04remove pastowiz1-2/+1
2013-06-28Add back openjdk7/UnlimitedJCEPolicyJDK7.zip to distinfo, plus add note ↵abs2-2/+8
about sun-jre-jce to Makefile
2013-06-26Bump PKGREVISION.ryoon4-14/+72
* Fix build on DragonFly 3.4.1 and 3.5-DEVELOPMENT. Use newer bootstrap binary for DragonFly. * DragonFly 3.5 switches to FreeBSD style math.h. Add conditional. I have no idea about build on very recent DragonFly 3.5.
2013-06-23Add SunOS 64-bit support. This patch disables the default multiarch build,jperkin11-98/+226
creating a useable 64-bit-only package, but still leaves it possible to re-enable it if necessary by removing the 'NOMULTIARCH' sections.
2013-06-15Add SunOS/GCC support. With huge thanks to "jesse" from #SmartOS who did thejperkin89-76/+3706
bulk of the porting work. Tested on SmartOS 32-bit. 64-bit builds currently fail, they should hopefully be fixed soon.
2013-06-05restore checksum of bootstrap binaries for other than netbsd-6-amd64.obache1-1/+16
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-02Fix sun-jre-jce option.ryoon2-17/+6
Pointed out by taca@, thank you.
2013-06-02Update to 1.7.21 (7u21)ryoon56-361/+560
* Update with FreeBSD ports' patch-set file. * Add patches from icedtea's rhino.patch file. * Tested on NetBSD/amd64 current, NetBSD/i386 6.1, NetBSD/amd64 6.0.1, and DragonFly/i386 3.2.2. Changelog: * Unknown because I do not know previous version, 1.7.0.147.20110811. * Many bugs and security bugs should be fixed.
2013-05-14Force realigning the stack for Clang on AMD64 as Hotspot createsjoerg1-1/+4
misaligned stack frames.
2013-04-06".for variable names should not contain uppercase letters"rodent1-6/+6
2013-04-06"$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo ifrodent1-5/+5
you mean a shell variable."
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-11-22lang/openjdk7: return NULL, not bool, for pointersmarino3-1/+41
Patches taken from upstream, source listed in patch comments. Patch replaces return value "false" with "NULL" Fixes build on gcc 4.7.x
2012-11-03Do as advertised for the last commit and really use the AS limit.joerg2-4/+4
Thanks to veego for noticing.
2012-11-02Use hw.usermem64 when available to truncation to less than 4GB on 64bitjoerg3-8/+68
architectures. Honour data and address space limits on all BSDs. Explicitly limit the heap size during bootstrap to 256MB. This fixes e.g. my bulk build, which is run with an AS limit of 2GB. Since hw.usermem would tell the bootstrap JVM that > 3GB are available, initialisation would fail. Bump revision.
2012-10-24Fix the clang build by using the proper compiler builtins instead ofjoerg2-3/+34
touching the stack and frame pointer directly. Especially the latter is problematic, since the compiler is not really required to use it.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-05-22Fix rpath usage. Discussed with tnn@, tested on i386 by hans@ and onjoerg4-12/+47
amd64 by me.
2012-05-16PR#45836 lang/openjd7: Repack DragonFly bootstrapsmarino3-13/+14
OpenJDK7 wouldn't build on DragonFly for non-root users due to a conflict with the bootstrap/LICENSE file. Both the -bin-common and the -bin-dragonfly bootstraps contained the same file, both with 444 file permissions. As a result, the extraction phase fails for non-root pbulk builds and other under-privileged users. The DragonFly bootstraps were repacked to exclude the duplicate bootstrap/LICENSE file, and the bootstrap.mk file updated accordingly. The new bootstraps are packed with xz, resulting in a tarball 6MB smaller for i386. Other changes while we're here: 1) Add LICENSE=gnu-gpl-v2 2) USE_TOOLS+= patch (pkglint complained) 3) Fix ONLY_FOR_PLATFORM triplet for DragonFly (pkglint complained)
2012-05-12lang/openjdk7: Add support for DragonFly x86_64marino5-17/+50
* Update bootstrap for i386-DragonFly * Add bootstrap for x86_64-DragonFly * Update patch-aa to handle missing EM_ALPHA definition (not used anyway) * Add patch for hotspot to handle x86_64 in uname * Update Makefile for parallel building of hotspot * Allow platform DragonFly 3.x Thanks for all the hard work building the bootstraps and testing: Francois Tigeot Chris Turner
2012-05-08Add a hacks.mk to avoid issues with internal/external libjpeg mismatches. ↵abs2-2/+17
Bump pkgrevision
2012-05-04Restore status quo for clang breakge by disabling another bunch ofjoerg1-3/+3
warnings.
2012-05-04Reset JAVA_HOME and CLASSPATH that defined by user.ryoon1-1/+5
Fix build when JAVA_HOME and/or CLASSPATH are defined by user.
2012-02-22Add conditional for NetBSD/{i386,amd64} 6.99.*.ryoon1-3/+5
Tested on NetBSD/i386 6.99.3.
2012-02-16Remove build dependency on unzip and use it as tool instead.hans1-5/+8
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-14Convert to USE_TOOLS=zip.hans1-4/+3
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-09-08Kill one more warning flag for clang.joerg1-2/+3
2011-09-05Include compiler.mkjoerg1-3/+3
2011-08-31Disable a bunch of default warnings for clang. Still doesn't finishjoerg1-1/+10
build, since the bootstrap VM crashes with Stack Overflow error.
2011-08-21Update openjdk7 package to openjdk7-1.7.0.447.20110811.tnn18-672/+306
- based on openjdk7 b147 and the bsd-port branch as of 20110811. - integrates mozilla rhino 1.7R3 scripting support based on patches from icedtea7 snapshot as of 20110819. - refresh bootstrap kits - tested on NetBSD 5.0/current, i386/amd64 and DragonFlyBSD 2.10 i386. Upstream changes: mostly bugfixes. Perhaps also noteworthy is that the zero assembler port has been integrated which should open up for wider platform support in pkgsrc in the future.
2011-08-03Set FETCH_MESSAGE for jce only when it is not fetched yet.obache1-1/+3
fixes PR#44983 and PR#45202.
2011-03-14lang/openjdk7: add bootstrap for DragonFly 2.9rumko2-3/+12
ok@ wiz
2011-03-13Catch up with graphics/libungif/buildlink3.mk -> mk/giflib.buildlink3.mkabs1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-07support options jceabs4-4/+40
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-23grant default permission to read sun.java2d.debugfontstnn2-1/+13
2010-05-23need gmake for plugin buildtnn1-2/+2
2010-05-22Update to openjdk7 build 92 snapshot.tnn6-46/+55