non port: java/jdk15/Makefile |
Number of commits found: 95 |
Saturday, 27 Oct 2012
|
06:56 bapt
java 1.5 (aka 5.0) is EOLed since October 2009 [1]
java/jdk16 is outdated with security issues consider using java/openjdk6 [1]
java/jmp is java 1.5 only
Approved by: java (glewis) [1] \
Ronald Klop <ronald@klop.ws> (maintainer) [2]
Feature safe: yes
 |
Sunday, 15 Apr 2012
|
21:42 glewis
. Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
 |
Sunday, 25 Dec 2011
|
05:01 glewis
. Update to tzupdater 1.3.45
 |
Monday, 24 Oct 2011
|
01:49 glewis
. Update to tzupdater 1.3.42.
 |
Monday, 22 Aug 2011
|
05:38 glewis
. Update to tzupdater 1.3.40.
 |
Wednesday, 29 Jun 2011
|
04:13 glewis
. Update to tzupdater 1.3.39.
PR: 158280
Submitted by: milki <milki@rescomp.berkeley.edu>
 |
Monday, 9 May 2011
|
08:50 glewis
. Fix the build after the openmotif port upgrade:
. Add xft to USE_XORG [1]
. Teach the appropriate Makefile where to look for the FreeType headers.
. Bumping PORTREVISION for paranoia's sake since I have some concerns about
runtime linkage issues with regards to this. Normally that wouldn't be
necessary but I think we're better being safe here.
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
 |
Monday, 2 May 2011
|
12:44 makc
Bump PORTREVISION after open-mofit update
 |
Monday, 25 Apr 2011
|
04:43 glewis
. Update to tzupdater 1.3.38. [1]
. Fix download links. [2]
PR: 156602 [1]
Submitted by: Thomas Johnson <tom@claimlynx.com> [1]
Suggested by: linimon@ [2]
 |
Saturday, 5 Mar 2011
|
20:53 glewis
. Update to tzupdater 1.3.35
PR: 155270
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Monday, 14 Feb 2011
|
06:40 glewis
. Mark as IS_INTERACTIVE since the user is prompted to accept the license
during extract.
Reported by: "Klaus T. Aehlig" <aehlig-bsd@linta.de>
 |
Wednesday, 9 Feb 2011
|
17:13 glewis
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476.
 |
Monday, 13 Dec 2010
|
07:39 glewis
. Update to tzudpater 1.3.34.
 |
Sunday, 31 Oct 2010
|
02:51 glewis
. Update to tzupdater 1.3.33.
 |
Wednesday, 22 Sep 2010
|
05:18 glewis
. Update to tzupdater 1.3.31.
. Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot
make jobs. If not, fall back to the number of CPUs.
Only the HotSpot part of the build is safe to parallelise, so mark the
port as MAKE_JOBS_UNSAFE.
 |
Friday, 11 Jun 2010
|
00:58 glewis
. Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' to
determine whether sigignore(3) is supported or not. This fixes the build
for QAT and pointyhat (or in fact any jailed situation where the kernel
and headers are not in sync).
 |
Tuesday, 20 Apr 2010
|
02:55 glewis
. Update to tzupdater 1.3.29.
 |
Friday, 12 Feb 2010
|
14:45 glewis
. Update to tzupdater 1.3.25.
 |
Monday, 9 Nov 2009
|
03:11 glewis
. Update to tzupdater 1.3.21.
 |
Sunday, 6 Sep 2009
|
00:02 glewis
. Update to tzupdater 1.3.18.
 |
Thursday, 21 May 2009
|
16:50 glewis
. Update to tzupdater 1.3.15.
 |
Thursday, 26 Mar 2009
|
12:35 glewis
. Update to tzupdater 1.3.12.
 |
Monday, 9 Mar 2009
|
20:18 glewis
. Update to 1.5.0_16 and patchset 9.
 |
Thursday, 5 Mar 2009
|
05:37 glewis
. Fix a security hole in the Calendar class which allows the elevation of
permissions within the Java security model.
http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Obtained from: OpenBSD
 |
Friday, 5 Dec 2008
|
07:06 glewis
. Update to tzupdater 1.3.11.
 |
Monday, 3 Nov 2008
|
05:27 glewis
. Update to tzupdate 1.3.9-2008g.
 |
Monday, 25 Aug 2008
|
03:25 glewis
. Revert the change to create a build dependency on the bootstrapping JDK
if it already exists. Since the bootstrap JDK can be an already
installed instance of itself this creates a circular dependency which
breaks portmaster and possibly other port management tools.
 |
Wednesday, 20 Aug 2008
|
04:03 glewis
. Remove some unnecessary whitespace.
. printf -> ${PRINTF}.
 |
Tuesday, 19 Aug 2008
|
18:50 glewis
. A number of small enchancements:
. Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of
just skipping it.
. Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15.
We should actually try and get this from bsd.java.mk somehow.
. Fix some portlint warnings:
. No quotes for RESTRICTED and NO_CDROM.
. Use variables for executables rather than the raw names.
. If DISTFILES are missing then print out the instructions to get them
nicely formatted and error out rather than trying to use IGNORE and
resetting ECHO_MSG.
. Fix some grammar errors in various messages printed out by the port.
 |
Sunday, 13 Jul 2008
|
02:33 glewis
. Update to tzupdater 1.3.6.
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
 |
Wednesday, 25 Jun 2008
|
04:51 glewis
. Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as this
confuses portmaster, which (understandably) expects that we didn't
fake up our bootstrap dependency.
Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one
installed. A more complicated and arguably more correct patch would
always set up the BUILD_DEPENDS for the bootstrap JDK but would do so
correctly based on what it found to use.
This almost certainly needs to happen to the other jdk* ports, but I'm
going to await some positive feedback before doing so.
 |
Friday, 6 Jun 2008
|
13:38 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 3 May 2008
|
15:52 glewis
. Update to tzupdater 1.3.5. This patch is based on that submitted in the
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123190
Submitted by: Greg Larkin
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Sunday, 13 Apr 2008
|
15:50 glewis
. Point people to the archive for Update 14.
PR: 122704
 |
Thursday, 14 Feb 2008
|
16:30 glewis
. Update to 1.5.0_14 and patchset 8.
. Allow bootstrapping with jdk 1.6.
 |
Monday, 14 Jan 2008
|
06:08 glewis
. Install the PKCS#11 JAR and build and install the PKCS#11 native library.
Prompted by: ale, Havard Eidnes <he@uninett.no>
 |
Saturday, 12 Jan 2008
|
23:25 glewis
. Update to tzupdater 1.3.3.
 |
Tuesday, 1 Jan 2008
|
16:49 glewis
. Implement or fix more of the OS specific statistics gathering functions.
This allows jconsole to show valid statistics for the following
OperatingSystem MBean statistics (some of these statistics are also shown
in the Summary and VM tab of jconsole):
TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and
TotalPhysicalMemorySize.
Note that MaxFileDescriptorCount has always been correct as far as I
can tell.
. Also, implement the function for ProcessCpuTime using a non-deprecated
function (getrusage(2) rather than times(3)).
These changes are restricted to 6.x and higher and have only been tested
on 6.x (where they appear to work correctly). The changes are not valid
for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome).
The PR is not fully addressed by these changes since
CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus.
Suggestions on how to get these without using kvm(3) would be appreciated.
PR: 118735
 |
Thursday, 15 Nov 2007
|
17:45 glewis
. Update to tzupdater 1.3.0 to fix the default build (the previous version
of tzupdater is no longer available).
Approved by: portmgr (linimon)
 |
Tuesday, 23 Oct 2007
|
19:56 glewis
. Update to patchset 7, based on 1.5.0 Update 13.
 |
Sunday, 21 Oct 2007
|
14:56 glewis
. Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.
 |
Thursday, 18 Oct 2007
|
15:55 glewis
. Temporarily alter the download location until the patchset for u13
is released.
 |
Thursday, 20 Sep 2007
|
03:35 glewis
. Default UseThreadPriorities to false on BSD. This can be toggled by
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
priority threads got time slices. Instead, just call pthread_yield().
On FreeBSD 7.x with libthr, this will still give lower priority threads
some time (with the above flag turned on), although such behaviour is
not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on
an 8 core system, putting it on a par with Solaris (benchmarks by kris@).
The Java standard and the JCK tests are somewhat contradictory on thread
priority being guaranteed to work, and in this case the performance
benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
patching it into a file at build time. This simplifies the Makefile.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
 |
Friday, 7 Sep 2007
|
20:41 glewis
. Update to tzupdater 1.2.2.
 |
Monday, 13 Aug 2007
|
04:57 glewis
. Split the JRL agreement out into a separate script that is only run
during the port build and not during the package install.
Requested by: kris
 |
Tuesday, 7 Aug 2007
|
15:17 glewis
. Default bootstrapping to Diablo JDK. It runs at least as well as the
Linux JDK on all supported FreeBSD versions and doesn't require Linux
emulation to be installed.
Inspired by: scf
 |
Monday, 30 Jul 2007
|
15:30 jkim
Add browser plugin support for amd64. It is turned off by default as it is
still experimental.
Approved by: glewis (maintainer)
 |
Friday, 27 Jul 2007
|
15:07 glewis
. Fix the description of the link for the policy files.
PR: 114958
Submitted by: Olivier Smedts <olivier@gid0.org>
 |
14:44 glewis
. Update 12 is current, so the download isn't in the archive section yet
(oops). Also, its index page appears broken, so just show the main
download page for now.
PR: 114958 (kinda)
 |
03:48 glewis
. Update to patchset 6, based on 1.5.0 Update 12.
. Use the -bc (backwards compatible) flag when doing time zone updates.
 |
Sunday, 22 Jul 2007
|
06:23 glewis
. Update the download location for the unlimited strength policy files.
Submitted by: Olivier SMEDTS <olivier@gid0.org>
PR: 114592
 |
Saturday, 9 Jun 2007
|
05:14 glewis
. Update to patchset 5, based on the 1.5.0_11 JRL source code.
 |
Sunday, 3 Jun 2007
|
00:42 glewis
. Update to tzupdater 1.2.1.
PR: 113248
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 7 Mar 2007
|
18:34 glewis
. Fix the sense of a WITH_JAIL check to match that in the jdk14 port -
we _don't_ want to check for linprocfs in a jail.
PR: 110019
 |
16:13 glewis
. Update to tzupdater 1.1.0-2007c.
 |
Tuesday, 6 Mar 2007
|
04:33 glewis
. When we update the time zone data, delete the temporary copy of the old
data created by the update tool.
 |
Monday, 26 Feb 2007
|
00:22 glewis
. Whitespace nit.
 |
Saturday, 24 Feb 2007
|
15:38 glewis
. Add a TZUPDATE option, defaulting to on, which will update the time zone
data for the JDK using Sun's tzupdater. [1]
. Some simplification of the convoluted logic around telling the user
which files to download. In particular, don't care if we've already
told them to download a file.
. Bump PORTREVISION since many North American users will need to pick up
the time zone changes.
Collaboration with: Tim Zingelman <zingelman@fnal.gov> [1]
 |
Monday, 22 Jan 2007
|
16:50 glewis
. Update to patchset 4.
 |
Monday, 11 Dec 2006
|
17:10 glewis
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace some hardwired /usr/local instances with LOCALBASE.
. Small Makefile restructure to keep related variables in one place.
. Add ipv6 to CATEGORIES if its enabled. [2]
PR: 106130 [2]
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2]
Pointed out by: pointyhat (via kris) [1]
 |
Monday, 6 Nov 2006
|
19:54 glewis
. Fix a problem with os_sleep returning early without raising an exception
when its called with interruptible set to false.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
 |
Saturday, 14 Oct 2006
|
08:54 marcus
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
 |
Wednesday, 13 Sep 2006
|
16:44 glewis
. Diablo is no longer restricted to i386, so allow it to be a possible
native bootstrap JDK on all (supported) architectures.
This is a slightly different change than the submitters.
PR: 103227
Submitted by: Pat Lashley <patl+freebsd@volant.org>
 |
Saturday, 9 Sep 2006
|
02:10 glewis
. Prevent problems opening RandomAccessFile with "rws" as the mode by
defining O_SYNC and O_DSYNC if they aren't defined. In particular we
were previously defining O_SYNC bogusly to the same value as O_EXCL.
PR not closed as this fixes jdk15, not diablo-jdk15.
PR: 102888
 |
Tuesday, 1 Aug 2006
|
18:38 glewis
. Fix a segfault caused by fonts with illegal glyph names or glyph names
which begin with an underscore (although the patch doesn't handle these).
. Bump PORTREVISION.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
 |
18:30 glewis
. Space out the arguments to OPTIONS with tabs rather than spaces.
. Add a JAIL which allows the port to be built in a jail. [1]
Submitted by: anders@ [1]
 |
Tuesday, 18 Jul 2006
|
23:27 glewis
. Bump PORTREVISION.
 |
22:50 glewis
. Convert to using OPTIONS.
. Add support for unrestricted policy files.
. Use bsd.gecko.mk for plugin support and limit it to Mozilla.
. Make portlint happier.
Submitted by: ale@ (with some minor tweaks by me)
 |
Friday, 16 Jun 2006
|
21:31 glewis
. Bump PORTREVISION for the last three changes.
 |
Tuesday, 9 May 2006
|
00:18 edwin
Remove USE_REINPLACE from categories starting with a J
 |
Tuesday, 25 Apr 2006
|
20:44 glewis
. Make diablo-jdk15 the default bootstrap JDK for i386.
Suggested by: "Nikolas Britton" <nikolas.britton@gmail.com>
 |
Friday, 7 Apr 2006
|
03:27 glewis
. Update to 1.5.0 patchset 3.
 |
Friday, 31 Mar 2006
|
08:47 linimon
Reassign these ports from inactive maintainer to glewis, who has been doing
most of the work over the past year.
Hat: portmgr
 |
Sunday, 12 Feb 2006
|
20:47 glewis
. Set the REX bits correctly on amd64. Fixes possible segfaults with
Eclipse on that platform.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=71987
. Bump PORTREVISION.
Submitted by: Sean McNeil <sean@mcneil.com>
 |
20:45 glewis
. Tweak the fix for linking with the system's version of zlib to just
ignore the internal zlib source files rather than having to rm them.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
 |
Thursday, 2 Feb 2006
|
16:27 glewis
. Enable parallel compilation during the build of HotSpot. Note that we
can't use -j in general since the build of the other bits is almost
certainly not -j safe. If set, this will speed up the build for those
with an SMP box. [1]
. Install the cacerts file from Sun's JDK 1.5.0_06 release rather than
using the almost empty one that comes with the SCSL source. [2]
. Bump PORTREVISION for the second change.
PR: 87552 [1]
Submitted by: leafy <leafy@leafy.idv.tw> [1]
Prompted by: Panagiotis Astithas <past@ebs.gr> [2]
 |
Sunday, 29 Jan 2006
|
21:24 glewis
. Install a desktop icon for the java/jdk15 Control Panel. [1]
. Bump PORTREVISION for this and (mostly) the previous change.
PR: 86804
Submitted by: Panagiotis Astithas <past@ebs.gr>
 |
Saturday, 28 Jan 2006
|
23:41 glewis
. Link with the system libz instead of building the our own internal
copy. This should have the following effects:
. Fix problems experienced by programmes that dynamically create their
own copy of the JVM and are linked against the system's zlib (e.g.,
eclipse).
. Reduce the potential for zlib based security problems affecting the
JDK.
Submitted by: mi@
 |
Saturday, 17 Dec 2005
|
16:14 glewis
. USE_ICONV is required whether we're building the web parts or not.
PR: 89512
Submitted by: girgen
 |
Wednesday, 14 Dec 2005
|
16:52 glewis
. Tell the user all the files they will need up front, instead of telling
lies about what they have and prompting them one file at a time. This
is a slight rewording of the submitted patch.
PR: 84644
Submitted by: fenner
 |
Friday, 2 Dec 2005
|
22:24 glewis
. "Privatise" the symbols in libzip.so to avoid conflicting with those
in the systems libz.so. This conflict broke applications such as
Eclipse which is linked with libz.so (via gtk+ I believe).
This is a slightly modified version of the submitter's patch.
A better solution may be to link with the system's libz.so and remove
the JDK's internal zlib code altogether, but I'd like to test that a
little more first. Until then this solves the problem.
. Bump PORTREVISION since Eclipse seems to be quite widely used.
Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
 |
Wednesday, 23 Nov 2005
|
10:12 glewis
. Make pkg-install install a symbolic link for the browser plugin if a
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
than manually using ${SED} ourselves.
Approved by: maintainer timeout
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Thursday, 13 Oct 2005
|
15:19 glewis
. Bump PORTREVISION for the last two fixes.
Approved by: phantom (maintainer)
 |
Tuesday, 20 Sep 2005
|
20:00 glewis
. Update to patchset 2:
. Many patches are now unnecessary as they are included in the new
patchset.
. The browser plugin and Java Web Start is enabled on i386 (there are
64 bit issues with both the plugin and Mozilla/Firefox which prevent
enabling it on amd64).
. Update the amount of disk space needed.
. Update the status of the port.
. Disable building the shared class data archive. This broke the build
on amd64 and appears to also be problematic on some i386 versions
(4.11 is broken at least). It will reappear in future, probably
initially on a limited set of FreeBSD versions and architectures
(6.0/i386 is reported to work).
Reviewed by: freebsd-java@
Approved by: maintainer timeout (1 week)
 |
Sunday, 4 Sep 2005
|
14:31 glewis
. Generate the class data shared archive during post-install to speed
up VM load times.
See http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html
Suggested by: "Ronald Klop" <ronald-freebsd8@klop.yi.org>
Approved by: phantom (maintainer)
 |
Thursday, 28 Jul 2005
|
13:36 mi
Use code long floating around the Internet to add support for KOI8-U
encoding. It is even easier to do the same thing to jdk14 and jdk13,
where only one charset-interface exists (jdk15 has two with the old one
considered obsolete).
Approved by: Alexey Zelkin (maintainer)
 |
Thursday, 12 May 2005
|
04:14 glewis
. Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
. Bump PORTREVISION for this fix.
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
Reviewed by: maintainer timeout
 |
Friday, 8 Apr 2005
|
15:33 glewis
. Bump PORTREVISION, forgotten when doing the fixes prior to the ports
freeze.
. Fix a typo and improve some grammar in some user output.
Approved by: phantom (maintainer)
 |
Wednesday, 30 Mar 2005
|
16:52 glewis
. Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
the dynamic packing list has been generated).
Approved by: portmgr (krion), phantom (maintainer)
 |
Friday, 18 Feb 2005
|
17:21 glewis
. Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
Approved by: phantom (maintainer)
 |
Saturday, 29 Jan 2005
|
12:19 phantom
Unbreak plist generation
 |
Thursday, 20 Jan 2005
|
08:41 phantom
Please welcome new participant of FreeBSD ports tree and Java ports
family -- first public patchset of native Sun JDK 1.5.0 port.
Most valuable addition of this patchset is native amd64 support.
And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for
making it possible by providing amd64 hardware.
This patchset was tested on following configurations: i386/4.10,
i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and
shown no huge visible problems over last week.
But even mentioning above note, keep in mind -- THIS IS ALPHA
PATCHSET and suitable for testers/developers ONLY!
Known issues are including (but for sure not limited to): (Only the first 15 lines of the commit message are shown above )
 |
Number of commits found: 95 |