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/bootstrap-openjdk/Makefile.update

Number of commits found: 10

Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Wednesday, 23 Apr 2014
03:25 jkim search for other commits by this committer
- Update to r351880.
- Bundle libfreetype.so.6.
Original commitRevision:351911 
Thursday, 13 Mar 2014
21:26 jkim search for other commits by this committer
Update to r348097.
Original commitRevision:348130 
Monday, 10 Mar 2014
18:16 jkim search for other commits by this committer
- Update to r347418.
- Re-enable mixed mode by default.  Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency.
Original commitRevision:347791 
Monday, 11 Nov 2013
18:51 jkim search for other commits by this committer
Update to r333271.
Original commitRevision:333530 
Monday, 21 Oct 2013
21:27 jkim search for other commits by this committer
- Update to r330538.
- Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for
extreme safety.  Although it may be too conservative and/or slow, it is okay
because it is not useful for anything but bootstrapping OpenJDK itself.  In
fact, it does not seem stable within jails (e. g., QAT) for unknown reasons.
- Revert r330422.  Now it is obsolete by r330500.
Original commitRevision:331195 
Friday, 26 Apr 2013
20:25 jkim search for other commits by this committer
Update to r316538 and drop support for 7.x.
Original commitRevision:316635 
Thursday, 1 Nov 2012
17:25 jkim search for other commits by this committer
- Update to r306764.
- Generate distfiles directly from pkg-plist.  This list was compiled from
running "ktrace -i -tn make" on openjdk6 and openjdk7 ports.
- Re-add jre/bin/java to work around a bug in openjdk7 build infrastructure.
It is not really necessary but langtools fails to build without it because
langtools/make/tools/GenStubs/GenStubs.java executes it based on java.home
property, which points to jre subdirectory.  Note this problem only exists
on recent jdk7 langtools and jdk6 and jdk8 are not affected.

Feature safe:	yes
Original commitRevision:306814 
Wednesday, 24 Oct 2012
19:57 jkim search for other commits by this committer
- Update to r306294.
- Trim more files to simplify maintenance.

Feature safe:	yes
Original commitRevision:306352 
Friday, 12 Oct 2012
00:42 jkim search for other commits by this committer
Add a port to self-bootstrap OpenJDK6.  Note the initial distfiles were
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters
on clean 7.4-RELEASE installation, and the ports tree was checked out at
r305682.

Feature safe:	yes
Original commitRevision:305745 

Number of commits found: 10