notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/openjdk7/Makefile

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2 

Wednesday, 18 Apr 2012
17:51 glewis search for other commits by this committer
Forced commit to note that the previous commit was:

Obtained from:  Kurt Miller <kurt@intricatesoftware.com>

(Kurt created the patch file and I adapted it for the FreeBSD port)
Original commit
17:49 glewis search for other commits by this committer
. Update to 7 Update 3.  Since there was no separate source bundle released
  this is done with an additional patch instead of updating the source
  bundle being used and the associated patch set.
Original commit
Saturday, 14 Apr 2012
20:53 glewis search for other commits by this committer
. Use the new java-zoneinfo port to provide updated time zone info.
Original commit
Tuesday, 6 Mar 2012
03:58 glewis search for other commits by this committer
. Update to OpenJDK 7 Update 2.
Original commit
Friday, 30 Dec 2011
06:49 jgh search for other commits by this committer
Installs built jars that were previously not installed.

* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files

PR:     ports/161946
Submitted by:   Jilles Tjoelker <jilles at stack.nl>
Reviewed by:    glewis
Approved by:    glewis, crees (mentor)
Original commit
Friday, 8 Jul 2011
07:28 glewis search for other commits by this committer
. Try harder to make sure the flags returned from getFlags isn't negative,
  since a number of places in the code check for that and assume that it
  means an error occurred.  On FreeBSD, in particular, the value of
  ifr_flags can be negative if multicast is enabled on the socket since
  the possible flags have expanded to fill more than a short.

  Instead of blindly promoting ifr_flags to an int, which will preserve
  the sign, we fill the int return value with ifr_flagshigh in the high
  16 bits and ifr_flags in the low 16 bits.

PR:             155186
Reported by:    Alex Hayward <xelah-freebsd-pr@xelah.com>
Original commit
Wednesday, 29 Jun 2011
04:09 glewis search for other commits by this committer
. Update to Build 147.
Original commit
Sunday, 26 Jun 2011
18:31 glewis search for other commits by this committer
. Update to Build 146.
Original commit
Sunday, 5 Jun 2011
01:56 glewis search for other commits by this committer
. Update ant bootstrap to 1.8.2.
Original commit
Monday, 30 May 2011
17:11 glewis search for other commits by this committer
. Add missing dependency on audio/alsa-lib.

Reported by:    Christer Solskogen <christer.solskogen@gmail.com>
                Dominic Fandrey <kamikaze@bsdforen.de>
Pointy hat to:  glewis
Original commit
Sunday, 29 May 2011
19:41 glewis search for other commits by this committer
. Update to Build 144.
Original commit
Wednesday, 9 Feb 2011
17:13 glewis search for other commits by this committer
. Fix infinite loop in parsing certain doubles.  See  CVE-2010-4476.
Original commit
Saturday, 18 Dec 2010
08:59 glewis search for other commits by this committer
. Update to Build 122.
Original commit
Wednesday, 15 Dec 2010
06:08 glewis search for other commits by this committer
. Restore the ability of openjdk7 to bootstrap itself.

PR:             153002
Submitted by:   well-wisher <regex@bk.ru>
Original commit
Tuesday, 14 Dec 2010
23:37 glewis search for other commits by this committer
. Update to Build 121.
Original commit
06:38 glewis search for other commits by this committer
. Use Ant 1.8.1 to build rather than 1.7.1.

Inspired by:    ports/152676
Original commit
Wednesday, 10 Nov 2010
13:37 glewis search for other commits by this committer
. Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles.  This
  also unbreaks the build as they are currently not available from the
  primary site.

PR:             152096
Reported by:    pointyhat
Original commit
Monday, 8 Nov 2010
08:14 glewis search for other commits by this committer
. Update to Build 117.
. Temporarily disable a previous openjdk7 install as a bootstrap since the
  previous version won't compile this one.
Original commit
Thursday, 23 Sep 2010
05:43 glewis search for other commits by this committer
. 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.
Original commit
Monday, 16 Aug 2010
01:35 glewis search for other commits by this committer
. Add a new NIO selector that uses kqueue(2) and make it the default. [1]
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.

Submitted by:   davidxu@ [1]
Original commit
Saturday, 7 Aug 2010
02:13 glewis search for other commits by this committer
. Back out the previous revision.  The port is not MAKE_JOBS_SAFE.
Original commit
Sunday, 1 Aug 2010
22:22 glewis search for other commits by this committer
. Mark MAKE_JOBS_SAFE.
. Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS.

PR:             148753
Submitted by:   David Naylor <naylor.b.david@gmail.com>
Original commit
Sunday, 11 Jul 2010
19:06 glewis search for other commits by this committer
. Update to Build 100.
Original commit
Saturday, 27 Mar 2010
21:30 glewis search for other commits by this committer
. Update to Build 86.
Original commit
Tuesday, 23 Feb 2010
03:31 glewis search for other commits by this committer
. Add ${LOCALBASE}/lib to the default library path. [1]
. Add a runtime dependency on javavmwrapper. [2]

PR:             144076 [2]
Submitted by:   ale@ [1]
Feature safe:   yes
Original commit
Sunday, 7 Feb 2010
19:45 glewis search for other commits by this committer
. Update to Build 82.
Original commit
Sunday, 24 Jan 2010
19:29 glewis search for other commits by this committer
. Update to Build 80.
Original commit
Thursday, 21 Jan 2010
15:47 glewis search for other commits by this committer
. Install the unlimited strength crypto policy JARs rather than the
  limited strength ones.  Since unlike many other JDK ports this doesn't
  require an extra download its currently done for all installs rather than
  being an option.  Note that unlike the officially downloaded policy JARs
  the ones this installs are not signed.  This may mean we revisit it once
  there is an official JDK7 release.
. Bump PORTREVISION for this change.

Submitted by:   ale@
Original commit
Monday, 18 Jan 2010
02:09 glewis search for other commits by this committer
. Use a downloaded version of ant rather than relying on the ant port
  to avoid a circular dependency.

  This is a modified version of the submitted patch, any errors are likely
  mine.

Submitted by:   ale@
Original commit
01:06 glewis search for other commits by this committer
. Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.

Submitted by:   ale@
Original commit
00:38 glewis search for other commits by this committer
. Update to Build 79.
Original commit
Tuesday, 5 Jan 2010
04:58 glewis search for other commits by this committer
. Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk and
  rearrange things slightly so that the bootstrap JDK detection falls
  within the pre/post section.  This fixes detection of the bootstrap
  JDK.

Noticed by:     Ronald Klop <ronald-freebsd8@thuis.klop.ws>
Original commit
Monday, 4 Jan 2010
05:12 glewis search for other commits by this committer
. Add a couple for necessary dependencies to USE_XORG.

Pointed out by: QAT
Original commit
Sunday, 3 Jan 2010
21:00 glewis search for other commits by this committer
. Add a fairly barebones port of OpenJDK7:

An open-source implementation of the Java Platform, Standard Edition,

WWW: http://openjdk.java.net/
Original commit

Number of commits found: 134 (showing only 34 on this page)

«  1 | 2