Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-11 | Assert OWNERship for legal reasons. | tnn | 1 | -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 site | jmcneill | 2 | -4/+6 | |
- add /usr/pkg/lib/jni and /usr/pkg/lib to java.library.path - bump pkgrevision | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -1/+2 | |
2010-01-15 | Update to openjdk7 b78 snapshot. | tnn | 8 | -40/+448 | |
(b79 is released but not yet merged on the bsd-port branch) | |||||
2009-12-16 | Reduce PTHREAD_STACKSIZE to 1024 in the build environment for netbsd-4. | tnn | 1 | -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 directory | tnn | 3 | -5/+9 | |
- extract with bsdtar instead of gtar - bump rev | |||||
2009-11-08 | Use full pathname to libfontconfig.so. | tnn | 5 | -52/+48 | |
Really fixes NullPointerException in getDefaultPlatformFont. Remove previous hack and bump revision again. | |||||
2009-11-08 | Add hack to avoid NPE in sun.awt.X11FontManager.getDefaultPlatformFont. | tnn | 3 | -2/+20 | |
Should make gui apps work again. Bump rev. | |||||
2009-11-07 | Update to b75 + bsd-port 20091106 snapshot. | tnn | 7 | -65/+47 | |
Around 200 bugs were fixed since b72. | |||||
2009-10-24 | Set ALT_PACKAGE_PATH so it works with ${PREFIX} != /usr/pkg | tnn | 1 | -1/+2 | |
Doesn't seem to be used anywhere, but the build system bombs if the directory doesn't exist. | |||||
2009-10-21 | Substitute %%PREFIX%% in patch-ap, too. | ghen | 3 | -10/+11 | |
2009-10-21 | Fix font paths for dejavu (Latin and others), sazanami (Japanese) and baekmum | ghen | 3 | -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-18 | set BUILDDIR correctly for DragonFly | tnn | 1 | -2/+2 | |
2009-10-18 | Add initial support for DragonFly/i386 2.4. (only build tested) | tnn | 22 | -30/+300 | |
2009-10-15 | Make sure keytool is called with C locale so it understands "yes" on stdin. | tnn | 1 | -2/+2 | |
Should fix build failure reported by Tobias Astrom. | |||||
2009-10-14 | configure thinks it needs wget. Let's pretend we have it. | tnn | 1 | -1/+2 | |
2009-10-14 | Add missing _ULIMIT_CMD. | tnn | 1 | -3/+3 | |
This package needs lots of memory to build, even by fairly modern standards. | |||||
2009-10-14 | Might as well import this now to let a wider audience experiment with it. | tnn | 27 | -0/+1772 | |
This is openjdk 1.7.0 b72 + bsd-port. From pkgsrc-wip. |