summaryrefslogtreecommitdiff
path: root/lang/openjdk7
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-11Assert OWNERship for legal reasons.tnn1-2/+2
I'm attempting to upstream our patches through the formal procedure. (Snoracle does not make contribution easy.)
2010-02-02- fix ant master sitejmcneill2-4/+6
- add /usr/pkg/lib/jni and /usr/pkg/lib to java.library.path - bump pkgrevision
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2010-01-15Update to openjdk7 b78 snapshot.tnn8-40/+448
(b79 is released but not yet merged on the bsd-port branch)
2009-12-16Reduce PTHREAD_STACKSIZE to 1024 in the build environment for netbsd-4.tnn1-1/+5
Seems to fix odd out of memory errors. From Robert Elz.
2009-12-15- install a symlink for jni_md.h in the common include directorytnn3-5/+9
- extract with bsdtar instead of gtar - bump rev
2009-11-08Use full pathname to libfontconfig.so.tnn5-52/+48
Really fixes NullPointerException in getDefaultPlatformFont. Remove previous hack and bump revision again.
2009-11-08Add hack to avoid NPE in sun.awt.X11FontManager.getDefaultPlatformFont.tnn3-2/+20
Should make gui apps work again. Bump rev.
2009-11-07Update to b75 + bsd-port 20091106 snapshot.tnn7-65/+47
Around 200 bugs were fixed since b72.
2009-10-24Set ALT_PACKAGE_PATH so it works with ${PREFIX} != /usr/pkgtnn1-1/+2
Doesn't seem to be used anywhere, but the build system bombs if the directory doesn't exist.
2009-10-21Substitute %%PREFIX%% in patch-ap, too.ghen3-10/+11
2009-10-21Fix font paths for dejavu (Latin and others), sazanami (Japanese) and baekmumghen3-2/+61
(Korean) fonts, and add (commented) dependencies on them. Ok tnn@. Bump PKGREVISION. XXX uming/ukai (Chinese) are not in pkgsrc, anyone can package them, or suggest replacements?
2009-10-18set BUILDDIR correctly for DragonFlytnn1-2/+2
2009-10-18Add initial support for DragonFly/i386 2.4. (only build tested)tnn22-30/+300