Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
b45,1 23 Sep 2019 18:26:43 |
glewis |
Delete java/openjdk6 and java/openjdk6-jre ports
* Both of these ports are EoL upstream. Remove them per the DEPRECATED
and EXPIRATION_DATE entries added previously
* Note that bootstrap-openjdk6 is left solely to be able to bootstrap
java/openjdk7 |
b45,1 20 Aug 2019 07:47:25 |
glewis |
Set an expiration date
* Java 6 public releases ended April 2013, and extended support on
December 2018. With upstream support ending, this is marked as
deprecated and users are encouraged to upgrade to openjdk8.
* Provide an expiration date set one month from now (2019-09-20).
PR: 234792 |
b45,1 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
b45,1 03 Jun 2019 16:01:26 |
swills |
java/openjdk6: fix build with freetype2 2.10.0
PR: 238227
Approved by: jkim |
b45,1 13 Mar 2019 16:11:38 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
b45,1 23 Feb 2019 02:14:50 |
jkim |
Fix build on i386 with lld as a system linker. |
b45,1 15 May 2018 23:55:39 |
jkim |
Fix build on head. |
b45,1 18 Feb 2018 00:34:56 |
glewis |
. Update to b45. |
b44,1 27 Sep 2017 05:03:03 |
jkim |
Use java/bootstrap-openjdk6 to bootstrap. |
b44,1 07 Sep 2017 00:40:40 |
jkim |
Fix available memory calculation on head after r309017.
Note PORTREVISION is not bumped because it only affects a kernel without
"options COMPAT_FREEBSD11". |
b44,1 03 Sep 2017 02:28:32 |
glewis |
. Update to b44. |
b43,1 31 May 2017 04:55:36 |
jkim |
Fix compilation with Clang 4.0. |
b43,1 30 May 2017 00:47:28 |
glewis |
. Update to b43. |
b41,1 18 Jan 2017 22:22:00 |
jkim |
Update to b41. |
b40_1,1 18 Jan 2017 13:20:32 |
tijl |
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) |
b40_1,1 24 Oct 2016 08:53:21 |
ale |
Update cacerts file using the one included in 8u111 release.
Notable change is the inclusion of Let's Encrypt CA. |
b40,1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
b40,1 25 Aug 2016 23:31:14 |
jkim |
Update to b40.
MFH: 2016Q3 |
b39,1 24 Aug 2016 06:20:57 |
jkim |
Update to use Apache Ant 1.9.7. |
b39,1 31 Jul 2016 12:49:20 |
bapt |
Fix typo |
b39,1 31 Jul 2016 12:43:53 |
bapt |
Use the new @javavm |
b39,1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
b39,1 06 May 2016 14:27:51 |
jkim |
Update to b39.
MFH: 2016Q2 |
b38,1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
b38,1 11 Mar 2016 11:53:42 |
tijl |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
b38,1 25 Jan 2016 23:16:02 |
jkim |
- Update to b38.
- Use Apache Ant 1.9.6 to build.
MFH: 2016Q1 |
b37,1 19 Nov 2015 20:34:20 |
jkim |
The old URL for jtreg disappeared.
Noticed by: ohauer
MFH: 2015Q4 |
b37,1 17 Nov 2015 00:54:02 |
jkim |
Update to b37.
MFH: 2015Q4 |
b36,1 30 Jul 2015 22:55:31 |
jkim |
- Update to b36.
- Fix default core file location in crash report.
MFH: 2015Q3 |
b35_1,1 02 Jul 2015 18:18:17 |
jkim |
Use sysctl(3) instead of procfs(5) when we need executable path from PID.
MFH: 2015Q3 |
b35,1 30 Jun 2015 20:12:00 |
jkim |
- Update to b35.
- Optimize fontconfig.properties. |
b34_2,1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
b34_2,1 20 May 2015 21:05:25 |
jkim |
Fix build without precompiled headers and apply r384056 to java/openjdk6.
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517
Obtained from: OpenJDK project [1]
MFH: 2015Q2 |
b34_2,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
b34_2,1 24 Mar 2015 21:26:18 |
jkim |
Fix a mismerged file for OpenJDK6. |
b34_2,1 24 Mar 2015 21:17:52 |
jkim |
Tidy up default fontconfig.properties. |
b34_1,1 24 Mar 2015 00:56:48 |
jkim |
Catch up with font directory changes. |
b34,1 24 Jan 2015 15:07:40 |
antoine |
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package |
b34,1 24 Jan 2015 00:02:01 |
jkim |
Update to b34. |
b33,1 30 Dec 2014 23:02:58 |
antoine |
Allow building 10 years after 31 december 2004
With hat: portmgr |
b33,1 16 Dec 2014 21:37:31 |
jkim |
Turn off -Werror for Clang 3.5+ and revert r374780 for now. |
b33,1 16 Dec 2014 00:25:59 |
jkim |
Add an upstream patch to remove adlc's unused class FileBuffRegion.
https://bugs.openjdk.java.net/browse/JDK-8041620
Note this is an attempt to fix build with upcoming Clang 3.5.
Obtained from: jdk9 |
b33,1 18 Oct 2014 12:20:43 |
jhb |
The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine) |
b33,1 17 Oct 2014 05:00:21 |
jkim |
- Update to b33.
- Update TimeZoneNames to tzdata2014g. |
b32,1 17 Jul 2014 04:03:21 |
jkim |
- Update to b32.
- Update TimeZoneNames to tzdata2014b.
- Enlist openjdk6 users as testers of ant 1.9.4. |
b31_4,1 27 Jun 2014 18:41:19 |
jkim |
Implement current and signal methods for sun.nio.ch.NativeThread. Note this
fixes a test case in the following Apache Solr bug report.
https://issues.apache.org/jira/browse/SOLR-6204
Reported by: Dawid Weiss <dawid.weiss@gmail.com> |
b31_3,1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
b31_3,1 10 Jun 2014 11:29:40 |
demon |
USE_XZ --> USES=tar:xz. |
b31_3,1 06 Jun 2014 23:40:56 |
jkim |
Mark it as unsafe for parallel build. |
b31_3,1 21 May 2014 19:57:11 |
jkim |
Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used
to print a generated PostScript file. When lpd(8) is used, lpr(1) from base
must be used. Also, status command for lpc(8) requires a printer name. If
no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the
command usage, i.e., "usage: status {all | printer ...}". Unfortunately,
"usage" is interpreted as a printer name because ":" is included. Add "all"
and adjust an expression for grep(1).
PR: ports/178856 |
b31_2,1 17 Apr 2014 18:32:07 |
jkim |
Actually fix the mis-merge. |
b31_2,1 17 Apr 2014 18:24:47 |
jkim |
Fix couple of mis-merges. |
b31_1,1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
b31,1 16 Apr 2014 01:43:54 |
jkim |
Update to b31. |
b30_3,1 12 Mar 2014 20:56:48 |
jkim |
Add an upstream patch to fix yet another fallout from HotSpot 23 merge.
https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516 |
b30_2,1 11 Mar 2014 17:18:02 |
jkim |
Fix missing symbols after re-appearance of converters/libiconv on 10+. This
actually fixes java/icedtea-web because libsplashscreen.so was looking for
libiconv_open() and libiconv_close() from libiconv instead of iconv_open()
and iconv_close() from libc. Tidy up compiler/linker flags while I am here. |
b30_1,1 03 Mar 2014 23:45:26 |
jkim |
- Sync. extremely outdated sun.util.resources.TimeZoneNames to the latest
tzdata 2013i from the upstream. Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here. |
b30,1 23 Jan 2014 23:34:07 |
jkim |
- Update to b30.
- Implement sigset(2) for libjsig. All supported FreeBSD releases have it.
- Turn UseMembar back on by default until we find better solution. |
b28_7,1 08 Jan 2014 21:21:21 |
jkim |
Build with Apache Ant 1.9.3. |
b28_7,1 04 Jan 2014 14:33:12 |
mat |
Revert lang/openjdk6 to b28.
With hat: portmgr-lurker |
b29 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
b29 27 Dec 2013 11:50:37 |
bapt |
Mark as forbidden, the port is now trigering a nasty FreeBSD bug!
A fix is being investigated |
b29 24 Dec 2013 23:19:00 |
jkim |
Re-add jtreg to the distinfo. |
b29 24 Dec 2013 23:11:15 |
jkim |
- Update to b29.
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time. |
b28_7 11 Dec 2013 01:18:33 |
jkim |
If /var/db/zoneinfo exists, use the file to determine timezone rather than
iterating over all files under /usr/share/zoneinfo. All supported FreeBSD
versions create the file with tzsetup(8). This change usually improves
java.util.TimeZone performance because we only need to test just one file. |
b28_6 04 Dec 2013 23:20:35 |
jkim |
Add multiple security patches and improvements from IcedTea6.
http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26
Obtained from: IcedTea Project |
b28_5 09 Nov 2013 00:11:00 |
jkim |
- Add throw() to all user-defined operator new()s within HotSpot because
Clang does not support "-fcheck-new". Note it is a backport of S8021954
(http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299).
- Re-implement signal_name() with sys_signame(3) and adjust the comments.
- Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE.
- Fix DEBUG build with Clang on i386. Clang does not support "-gstabs".
- Limit allocatable physical memory per getrlimit(2). |
b28_4 05 Nov 2013 21:16:12 |
jkim |
- Do not crash when unsupported options are specified. [1]
- Micro-optimize and tidy up some patches.
PR: java/183656 [1] |
b28_3 25 Oct 2013 22:53:54 |
jkim |
- Turn off UseMembar by default. This workaround is not necessary any more.
- Add few minor patches related to thread ID that were mis-merged.
- Add couple of minor HotSpot patches from upstream while I am here. |
b28_2 22 Oct 2013 20:17:09 |
jkim |
Allow overriding linker flags for standard C++ libraries and zlib. |
b28_2 16 Oct 2013 20:40:27 |
jkim |
Allow adding extra patches from slave ports. |
b28_2 15 Oct 2013 18:12:05 |
jkim |
Fix build on old releases where nitems() macro is not defined.
Reported by: Scott Ballantyne (sdb at ssr dot com) |
b28_2 14 Oct 2013 19:09:18 |
jkim |
Build with Apache Ant 1.9.2. |
b28_2 14 Oct 2013 17:45:15 |
jkim |
Simplify compiler detection. COMPILER_TYPE must be defined since r330336. |
b28_2 12 Oct 2013 00:31:41 |
jkim |
- Do not allow selecting both DEBUG and FASTDEBUG options. [1]
- Re-enable -Werror for HotSpot build with GCC.
- Revert couple of unnecessary local changes to reduce diff.
- Add inactive pages as availble memory. Note it is a cosmetic change.
PR: ports/182907 [1] |
b28_1 10 Oct 2013 21:59:11 |
jkim |
- Fix few mis-merges against HotSpot 23 and tie up some loose ends.
- Fix build with libiconv. This problem was introduced in r330018.
- Update CA list to Oracle Java 7u40. An expired CA was removed. |
b28 10 Oct 2013 16:49:02 |
jkim |
- Remove redundant bsd.port.pre.mk.
- Convert LIB_DEPENDS to new formats.
Submitted by: bar |
b28 09 Oct 2013 22:24:17 |
jkim |
Add couple of compiler warning fixes. No functional change. |
b28 09 Oct 2013 20:36:06 |
jkim |
Update to Build b28. |
b27_8 08 Oct 2013 06:53:51 |
jkim |
Fix test option. |
b27_8 08 Oct 2013 05:44:05 |
jkim |
Use echo correctly. |
b27_8 08 Oct 2013 05:35:39 |
jkim |
Remove few lines added for testing at the last minute. This fixes plist. |
b27_8 08 Oct 2013 00:03:16 |
jkim |
- Support staging.
- Fix fastdebug installation.
- Update jtreg version to Build b05.
- Refine r327353. Use an extra patch instead.
- Install proper license file. OpenJDK6 has GPLv2 + "Classpath" exception. |
b27_7 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
b27_7 15 Sep 2013 18:55:58 |
madpilot |
- Add missing iconv USES
PR: java/182100
Submitted by: m.viey@wanadoo.fr
Approved by: portmgr (bapt, implicit) |
b27_7 06 Sep 2013 02:06:56 |
jkim |
Fix build with libc++. |
b27_6 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
b27_6 26 Jul 2013 05:27:29 |
jkim |
Bump revision for openjdk6-jre to catch up with the master port change. |
b27_6 26 Jul 2013 05:23:07 |
jkim |
Move the fix for S6636110 to more appropriate directory. This patch is not
an IcedTea6 patch nor a security fix. |
b27_6 25 Jul 2013 15:32:43 |
bapt |
Fix excessive memory consumption on head amd64, this prevent the package
building cluster from dying when building java ports.
This bug is referenced upstream here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110
Submitted by: dim
With hat: portmgr |
b27_5 22 Jul 2013 21:59:50 |
jkim |
- Add couple of upstreamed IcedTea6 patches for consistency.
- Disable test_gamma by default. |
b27_4 16 Jul 2013 21:12:40 |
jkim |
Fix openjdk6-jre build. |
b27_4 16 Jul 2013 21:07:25 |
jkim |
Add multiple security patches and improvements from IcedTea6 1.12.6.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html
Obtained from: IcedTea Project
PR: ports/180541 |
b27_3 10 Jul 2013 07:00:44 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
b27_3 15 May 2013 00:17:57 |
jkim |
Use bootstrap Java instead of newly built binary to execute RMIC. |
b27_3 08 May 2013 22:47:22 |
jkim |
Style change after r317320. We do not need a temporary variable any more. |
b27_3 04 May 2013 14:06:09 |
bdrewery |
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr |
b27_3 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
b27_3 25 Apr 2013 20:03:56 |
jkim |
Add multiple security patches from IcedTea6 1.12.5.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html
Obtained from: IcedTea Project |
b27_2 06 Mar 2013 01:01:30 |
jkim |
Add multiple security patches from IcedTea6 1.12.4.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-March/022145.html
Obtained from: IcedTea Project |