Commit Graph

278 Commits

Author SHA1 Message Date
landry
60b14a7f76 Duh. devel/apache-ant->=1.8.2 is not a valid pkgpath dependency spec,
devel/apache-ant>=1.8.2 is.
2011-05-03 09:35:56 +00:00
landry
05d097e5e9 Tighten depends on apache-ant->=1.8.2, remove now unneeded ANT_HOME from
MAKE_ENV, and bump REVISIONs. From Daniel Dickman, thanks!
2011-05-02 07:23:17 +00:00
jasper
61f9ed9482 adjust after recent lesstif removal
ok aja@ sthen@
2011-04-10 18:00:23 +00:00
ian
6c13765c20 Mention that the plugin only works with firefox35 at present.
"OK with bump" on -main sthen@; reminded to copy text to -jre by kurt@
2011-04-09 00:38:09 +00:00
ian
5eb3a84fc6 Security Fix for DoS caused by very small subnormal double, found by Konstantin Preisser
at http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/.
Fix from https://bugs.openjdk.java.net/show_bug.cgi?id=100119.
Ok kurt@ (maintainer), ok & comments sthen@, ok naddy@, aja@.
2011-02-05 23:11:17 +00:00
kurt
3b1e485094 Correct snafu with pkg version going backwards. Clue bat
beating from espie@ help and okay landry@
2011-01-13 22:35:52 +00:00
kurt
5e80958cdb Update to early access build 122. okay jasper@ 2011-01-11 15:47:49 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
5c08d95027 USE_GROFF=Yes 2010-10-18 17:47:50 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
naddy
618d2478f5 nawk is no more, use awk; ok sthen@ 2010-09-03 21:54:39 +00:00
naddy
2ab1cc4c09 use awk instead of the removed nawk; ok sthen@ 2010-09-03 19:37:57 +00:00
jakemsr
5e68761a92 audio support via sndio 2010-07-02 09:40:30 +00:00
jakemsr
e7c615c994 sndio support. note, there are two different audio API APIs in jdk1.6,
one, HAE, is not portable to APIs that don't use file descriptors as
their handle, so it's still using ossaudio.  the other, DirectAudio,
is more portable, and is the one that this commit is converting to
sndio.  DirectAudio is preferred by jdk, and if it's supported, it will
be used.  in other words, your java apps on OpenBSD will now be using
sndio (assuing you're using jdk1.6, sndio for jdk1.7 coming soon).
just wanted to explain why this still links with libossaudio ...

ok ajacoutot
2010-07-02 01:43:12 +00:00
naddy
abb82062ae fix inclusion of X11 headers after xextproto & libXext updates 2010-05-11 10:33:57 +00:00
naddy
d8fa5d941d fix inclusion of X11 headers after xextproto & libXext updates 2010-05-10 21:20:52 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
kurt
eb459139a1 Remove broken jdk17_bootstrap PSEUDO_FLAVOR. ok jasper@ naddy@ 2010-02-05 13:10:31 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
7e2de42881 Fix RUN_DEPENDS with MODJAVA_VER=1.3+ or 1.4+, it was allowing 1.5/jamvm/kaffe
but not newer jdk/jre versions. Problem noted by Matthew Szudzik. ok kurt@
2009-11-09 11:02:58 +00:00
kurt
ab695a3f28 - recognize cwm as a Non-Reparenting window manager for when cwm
is changed to suport NetWMName. As discussed with oga@
2009-10-16 02:22:26 +00:00
kili
bba1c4bb71 Add some distfile mirrors.
ok jasper@ kurt@
2009-10-07 20:35:47 +00:00
kurt
4f807b2863 Update to early access build 72 plus the following:
- sync patches with upstream repo: OpenJDK/bds-port
- fix gtk look and feel issue caused by dlopen of non-matching major
- fix other dlopen's of non-matching majors
- change max memory utilization on i386 to correct build failures
2009-10-07 01:53:54 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
kurt
b834f77498 - binary plugs distfile no longer needed
- sync patches with OpenJDK7 bsd-port repository
- install a usable cacerts
- Remove Interruptible IO support
tested by ian@ william@
2009-06-10 19:01:09 +00:00
kurt
3c92eb7453 - These patches were updated not removed. ?!?! 2009-05-23 03:27:41 +00:00
kurt
52f73c42e7 - update from early access b43 to b59
- sync patches with OpenJDK's bsd_port project
- require a pre-installed package for native_bootstrap
- The new 1.7 class java.nio.channels.spi.AsynchronousChannelProvider
  is not implemented yet on BSD.
- The new 1.7 package java.nio.sctp is not included and not supported on
  OpenBD
2009-05-23 03:03:24 +00:00
kurt
5e91ef3781 - prevent users from using native_bootstrap when the required package is
not pre-installed
2009-05-15 17:47:29 +00:00
kurt
8255bf991f - add jdk17_bootstrap PSEUDO_FLAVOR which uses a pre-installed
jdk/1.7 package to bootstrap
- prevent users from using native_bootstrap or jdk17_bootstrap when
the required package is not pre-installed

"looks good" sthen@
2009-05-15 17:41:04 +00:00
kurt
c9b436e2bd - update to patchset 9 1.5.0 u16
- remove patches included in patchset 9
- fix native_bootstrap BUILD_DEPENDS
- chase plist changes
2009-03-25 22:11:16 +00:00
kurt
1660ddde98 remove 1.3 and 1.4 as per plan made last June 2009-03-18 01:45:37 +00:00
sthen
744eb19e33 unbreak RUN_DEPENDS for MOD_JAVA_VER=1.x+, which I missed when I fixed
the normal case. problem found by Andreas Kahari.
2009-03-16 16:38:25 +00:00
espie
a909e7c635 more depends fixes 2009-03-15 09:25:04 +00:00
sthen
e08fb2fbfe fix pkgspec for dependencies - looks ok to phessler, kili 2009-03-11 22:04:07 +00:00
naddy
6ee377f042 Java bug fix; from kurt@ 2009-03-01 20:43:08 +00:00
kurt
b3c5b98ff9 - Update to early access b43:
http://download.java.net/jdk7/changes/jdk7-b43.html
- Remove KOI8_U char encoding which no longer applies
- Correct datatype warning in fork_and_exec()
- Sync patches
2009-01-17 11:37:42 +00:00
kurt
3c269147e5 Various minor corrections:
- Remove some patches no longer needed
- Sync some corba and jdk makefiles with bsd-port repo
- Another datatype correction in hotspot
- Use proper scoping for clock_get* from bsd-port repo
- Use includeDB corrections from Coleen Phillimore @ Sun
instead of my own ones. From hotspot-dev list.
2009-01-16 16:49:29 +00:00
kurt
93c995a9c0 As noted on the freebsd-java list, Sun's u3 source page no longer links
to the distfiles but they are still available using full URLs. Update
FETCH_MANUALLY text to use the full URLs.
2009-01-07 13:34:21 +00:00
kurt
ac17ae9adf Update to early access build 42:
- sync/regen patches
- use os_bsd_x86.cpp from OpenJDK bsd-java repository plus
  Greg Lewis's fixes posted to the bsd-port-dev list
- use Xiaobin Lu's datatype corrections from OpenJDK bug
  6787106 + additional datatype corrections from me.
- use Vladimir Kozlov's bug fix from OpenJDK bug 6782820
- remove obsolete IcedTea awt binary plugs and update binary
  plug distfile
- correctly define DEVTOOLS_PATH for bsd and verify + correct
  Defs-utils.gmk locations for bsd utilities
2009-01-04 23:25:15 +00:00
kurt
f0884d2dc8 Fix WANTLIB. No cookie for me. 2008-12-22 15:06:39 +00:00
kurt
ad64801283 Fix some undefined symbols by correcting the non-static link of libjvm. 2008-12-22 14:56:40 +00:00
kurt
f3783a0dd8 Fix symbol conflict issues with eclipse by enabling the use of
version scripts. Also complete SYSTEM_ZLIB build hooks and enable
it to use system libz.
2008-12-22 13:22:12 +00:00
kurt
646f5aaf1d Complete SYSTEM_ZLIB build flag hooks and enable for OpenBSD. 2008-12-22 13:16:56 +00:00
kurt
b40643ba2e Parellel make doesn't work for the jdk builds so instead of passing
MAKE_JOBS on allow users to set HOTSPOT_BUILD_JOBS via env.
2008-12-21 03:59:44 +00:00
sthen
122dc60b9d non-native bootstrap is devel/jdk/1.5 not kaffe; update DESCR
accordingly.  ok kurt@
2008-11-18 01:51:59 +00:00
kurt
7b94302412 Limit the jdk's view of physical memory to rlimit_cur instead of
rlimit_max. This makes the jdk behave better on amd64.

okay naddy@ ian@
2008-10-22 16:02:24 +00:00
kurt
96548d0dc6 Fix starting java via PATH. Reported by several. Debugged by Mark Peloquin
<markpeloquin at gmail.com>, fix by me.

okay pvalchev@, espie@
2008-08-01 20:22:48 +00:00