Commit Graph

31 Commits

Author SHA1 Message Date
kurt
aa6ff6836d new MULTI_PACKAGES 2006-11-22 14:58:03 +00:00
kurt
7a8823ecec use system libz instead of internal libz 2006-11-15 17:27:40 +00:00
steven
87a90c296d USE_X11 2006-11-11 21:04:27 +00:00
kurt
107e7546a3 - enter 1.3.1 on sparc. due to the small datasize ulimit on sparc -Xmx60
is about as high as you can go. tomcat v4 and demos work but a bit slowly.
2006-03-20 14:40:24 +00:00
kurt
c421027c71 Don't build with HAVE_DPS now that it is gone. Also remove dps from
WANTLIB. noticed by and okay naddy@
2006-02-01 01:04:29 +00:00
kurt
4768d88a57 remove conflicting read() prototype and correct conflicting prototypes for
sysSendTo and sysRecvFrom. unbreaks build.
2006-01-18 15:12:55 +00:00
kurt
13dc22b0d1 libc is not explicitly linked into jvm shlibs, so using RTLD_NEXT to find
a symbol in libc won't work. dlopen libc and find it directly.
2005-10-21 22:36:30 +00:00
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
kurt
3a793e5c14 fix old zlib vuln http://www.zlib.net/advisory-2002-03-11.txt and
other bug fixes from the 1.5.0 jdk src.
2005-08-10 22:36:26 +00:00
kurt
36e37cb41e - enable arm archs
- fix up arm/green thread patches (kurt/dale)
- remove unused native thread patches
- fix WANTLIB

okay drahn@
2005-07-14 17:29:08 +00:00
kurt
b26c325c98 rename patch > 100 chars to shorter name. fixes tar of ports tree.
noticed by theo.
2005-06-16 14:47:48 +00:00
espie
36c389c5cc yet another typo... 2005-06-14 20:10:58 +00:00
kurt
bda3767814 remove zero length files missed in last commit 2005-06-03 17:55:47 +00:00
kurt
683c76d57c - Add support for powerpc. With some tips from tedu@ and drahn@, thanks!
- Change bootstrap method. No longer use 1.3-linux port to bootstrap.
  Use class files from a linux binary jdk and extra source and header
  files from my website.
- Remove plugin support. plugin has security issues and doesn't work
  with recent mozilla/firefox versions.
- Patches for arm native-threads are included but not enabled yet.
  I prefer to have all arches use green-threads to avoid arch specific
  pkg files. Also noticed some regressions with native-threads on i386.
  arm support from Dale Rahn (drahn@).
- quiet pre-patch phase

okay ian@
2005-06-03 17:27:53 +00:00
sturm
6313a1dba0 build with systrace 2005-02-20 11:18:55 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
kurt
57d4d1656b Set default FLAVOR to no_plugin and mark !no_plugin as BROKEN until
Security Vulnerability With Java Plug-in in JRE/SDK (SunSolve #57591)
is fixed.
2004-12-17 18:22:48 +00:00
espie
e2e843199a some more WANTLIB 2004-11-23 21:34:27 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
naddy
4efcc99722 - Stop installing man pages in man dirs. Use @mandir instead to avoid
conflicts with JRE and future JDKs.
- Add flavor descriptions to DESCR*.
- Add missing lib depend via MODULES devel/gettext.
- Comment the native_threads dir creation that was added in a recent commit.

From: Kurt Miller <truk@optonline.net>
2004-10-12 20:46:22 +00:00
espie
45cfc49a9c slipped 2004-09-26 11:19:08 +00:00
espie
96b0043b84 new style conflicts 2004-09-18 10:55:03 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
naddy
b70c06e601 We've grown dladdr(3), adapt. From: Kurt Miller <truk@optonline.net> 2004-08-14 21:50:38 +00:00
sturm
cbe7bc983c fix build on -current, from maintainer Kurt Miller <truk at optonline.net>
update NO_SYSTRACE comment
2004-06-02 15:23:20 +00:00
wilfried
7c450c645f better plugin-dirs, ok maintainer 2004-02-19 20:26:23 +00:00
sturm
afbbb3b0b9 no systrace for now if 1.3-linux jdk is used (extraction fails due to
systrace bug)
2004-02-04 09:17:37 +00:00
pvalchev
ad55c52b4c - fix 1.3-linux dependency (restrict to newest version)
- enable/reset linux emulation automagically ala the change to 1.3-linux
  (for when that's used for bootstrapping)
from maintainer Kurt Millert
2004-02-03 03:30:55 +00:00
wilfried
e988b58aca fix build conflict, from maintainer 2004-01-30 13:52:27 +00:00
pvalchev
fd7018ebec fix link to BSD patchset; reminded by wilfried 2004-01-29 22:17:09 +00:00
pvalchev
52164fc27e Import of NATIVE jdk-1.3.1
The Java 2 SDK software includes tools useful for developing and 
testing programs written in the Java programming language and
running on the Java platform.

i386-only for now.
Requires manual registration/fetch of distfile from Sun due to
their restrictions.

From maintainer Kurt Miller <truk@optonline.net>
2004-01-29 22:02:18 +00:00