non port: java/openjdk6/Makefile |
SVNWeb
|
Number of commits found: 164 (showing only 100 on this page) |
Tue, 20 Aug 2019
|
[ 07:47 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
|
Sun, 18 Feb 2018
|
[ 00:34 glewis ]
. Update to b45.
|
Wed, 27 Sep 2017
|
[ 05:03 jkim ]
Use java/bootstrap-openjdk6 to bootstrap.
|
Sun, 3 Sep 2017
|
[ 02:28 glewis ]
. Update to b44.
|
Tue, 30 May 2017
|
[ 00:47 glewis ]
. Update to b43.
|
Wed, 18 Jan 2017
|
[ 22:22 jkim ]
Update to b41.
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Mon, 24 Oct 2016
|
[ 08:53 ale ]
Update cacerts file using the one included in 8u111 release.
Notable change is the inclusion of Let's Encrypt CA.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 25 Aug 2016
|
[ 23:31 jkim ]
Update to b40.
MFH: 2016Q3
|
Wed, 24 Aug 2016
|
[ 06:20 jkim ]
Update to use Apache Ant 1.9.7.
|
Sun, 31 Jul 2016
|
[ 12:49 bapt ]
Fix typo
|
[ 12:43 bapt ]
Use the new @javavm
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
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
|
Fri, 6 May 2016
|
[ 14:27 jkim ]
Update to b39.
MFH: 2016Q2
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 11 Mar 2016
|
[ 11:53 tijl ] (Only the first 10 of 128 ports in this commit are shown above. )
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 )
|
Mon, 25 Jan 2016
|
[ 23:16 jkim ]
- Update to b38.
- Use Apache Ant 1.9.6 to build.
MFH: 2016Q1
|
Thu, 19 Nov 2015
|
[ 20:34 jkim ]
The old URL for jtreg disappeared.
Noticed by: ohauer
MFH: 2015Q4
|
Tue, 17 Nov 2015
|
[ 00:54 jkim ]
Update to b37.
MFH: 2015Q4
|
Thu, 30 Jul 2015
|
[ 22:55 jkim ]
- Update to b36.
- Fix default core file location in crash report.
MFH: 2015Q3
|
Thu, 2 Jul 2015
|
[ 18:18 jkim ]
Use sysctl(3) instead of procfs(5) when we need executable path from PID.
MFH: 2015Q3
|
Tue, 30 Jun 2015
|
[ 20:12 jkim ]
- Update to b35.
- Optimize fontconfig.properties.
|
Wed, 20 May 2015
|
[ 21:05 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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Tue, 24 Mar 2015
|
[ 21:17 jkim ]
Tidy up default fontconfig.properties.
|
[ 00:56 jkim ]
Catch up with font directory changes.
|
Sat, 24 Jan 2015
|
[ 15:07 antoine ] (Only the first 10 of 54 ports in this commit are shown above. )
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
|
[ 00:02 jkim ]
Update to b34.
|
Tue, 16 Dec 2014
|
[ 21:37 jkim ]
Turn off -Werror for Clang 3.5+ and revert r374780 for now.
|
Fri, 17 Oct 2014
|
[ 05:00 jkim ]
- Update to b33.
- Update TimeZoneNames to tzdata2014g.
|
Thu, 17 Jul 2014
|
[ 04:03 jkim ]
- Update to b32.
- Update TimeZoneNames to tzdata2014b.
- Enlist openjdk6 users as testers of ant 1.9.4.
|
Fri, 27 Jun 2014
|
[ 18:41 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>
|
Tue, 10 Jun 2014
|
[ 11:29 demon ]
USE_XZ --> USES=tar:xz.
|
Fri, 6 Jun 2014
|
[ 23:40 jkim ]
Mark it as unsafe for parallel build.
|
Wed, 21 May 2014
|
[ 19:57 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
|
Thu, 17 Apr 2014
|
[ 18:24 jkim ]
Fix couple of mis-merges.
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
[ 01:43 jkim ]
Update to b31.
|
Wed, 12 Mar 2014
|
[ 20:56 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
|
Tue, 11 Mar 2014
|
[ 17:18 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.
|
Mon, 3 Mar 2014
|
[ 23:45 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.
|
Thu, 23 Jan 2014
|
[ 23:34 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.
|
Wed, 8 Jan 2014
|
[ 21:21 jkim ]
Build with Apache Ant 1.9.3.
|
Sat, 4 Jan 2014
|
[ 14:33 mat ]
Revert lang/openjdk6 to b28.
With hat: portmgr-lurker
|
Fri, 3 Jan 2014
|
[ 01:13 bapt ] (Only the first 10 of 95 ports in this commit are shown above. )
Part 2 at removing now useless FETCH_ARGS redifition
|
Fri, 27 Dec 2013
|
[ 11:50 bapt ]
Mark as forbidden, the port is now trigering a nasty FreeBSD bug!
A fix is being investigated
|
Tue, 24 Dec 2013
|
[ 23:11 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.
|
Wed, 11 Dec 2013
|
[ 01:18 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.
|
Wed, 4 Dec 2013
|
[ 23:20 jkim ] (Only the first 10 of 106 ports in this commit are shown above. )
Add multiple security patches and improvements from IcedTea6.
http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26
Obtained from: IcedTea Project
|
Sat, 9 Nov 2013
|
[ 00:11 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).
|
Tue, 5 Nov 2013
|
[ 21:16 jkim ]
- Do not crash when unsupported options are specified. [1]
- Micro-optimize and tidy up some patches.
PR: java/183656 [1]
|
Fri, 25 Oct 2013
|
[ 22:53 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.
|
Tue, 22 Oct 2013
|
[ 20:17 jkim ]
Allow overriding linker flags for standard C++ libraries and zlib.
|
Wed, 16 Oct 2013
|
[ 20:40 jkim ]
Allow adding extra patches from slave ports.
|
Mon, 14 Oct 2013
|
[ 19:09 jkim ]
Build with Apache Ant 1.9.2.
|
[ 17:45 jkim ]
Simplify compiler detection. COMPILER_TYPE must be defined since r330336.
|
Sat, 12 Oct 2013
|
[ 00:31 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]
|
Thu, 10 Oct 2013
|
[ 21:59 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.
|
[ 16:49 jkim ]
- Remove redundant bsd.port.pre.mk.
- Convert LIB_DEPENDS to new formats.
Submitted by: bar
|
Wed, 9 Oct 2013
|
[ 20:36 jkim ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to Build b28.
|
Tue, 8 Oct 2013
|
[ 06:53 jkim ]
Fix test option.
|
[ 05:44 jkim ]
Use echo correctly.
|
[ 05:35 jkim ]
Remove few lines added for testing at the last minute. This fixes plist.
|
[ 00:03 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.
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] (Only the first 10 of 143 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Sun, 15 Sep 2013
|
[ 18:55 madpilot ]
- Add missing iconv USES
PR: java/182100
Submitted by: m.viey@wanadoo.fr
Approved by: portmgr (bapt, implicit)
|
Fri, 6 Sep 2013
|
[ 02:06 jkim ]
Fix build with libc++.
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Fri, 26 Jul 2013
|
[ 05:27 jkim ]
Bump revision for openjdk6-jre to catch up with the master port change.
|
Thu, 25 Jul 2013
|
[ 15:32 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
|
Mon, 22 Jul 2013
|
[ 21:59 jkim ]
- Add couple of upstreamed IcedTea6 patches for consistency.
- Disable test_gamma by default.
|
Tue, 16 Jul 2013
|
[ 21:12 jkim ]
Fix openjdk6-jre build.
|
[ 21:07 jkim ] (Only the first 10 of 82 ports in this commit are shown above. )
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
|
Wed, 10 Jul 2013
|
[ 07:00 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
Wed, 8 May 2013
|
[ 22:47 jkim ]
Style change after r317320. We do not need a temporary variable any more.
|
Sat, 4 May 2013
|
[ 14:06 bdrewery ] (Only the first 10 of 22 ports in this commit are shown above. )
- 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
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] (Only the first 10 of 157 ports in this commit are shown above. )
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
|
Thu, 25 Apr 2013
|
[ 20:03 jkim ] (Only the first 10 of 53 ports in this commit are shown above. )
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
|
Wed, 6 Mar 2013
|
[ 01:01 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
|
[ 00:50 jkim ] (Only the first 10 of 40 ports in this commit are shown above. )
Add multiple security patches from IcedTea6 1.12.3.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021858.html
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021998.html
Obtained from: IcedTea Project
|
Mon, 11 Feb 2013
|
[ 23:45 jkim ]
Add a patch to fix MulticastSocket.setInterface().
http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db
Submitted by: oliver
|
Thu, 8 Nov 2012
|
[ 21:52 jkim ]
Make sure to unset 'OS' environment variable. Some shell sets it and causes
HotSpot build failure.
PR: ports/173434
Feature safe: yes
|
Wed, 31 Oct 2012
|
[ 20:49 jkim ]
- Remove registervm from build dependency. This hack is no longer necessary
as javavmwrapper is fixed now (r306536).
- Remove an empty directory, which was missed in the previous commit.
Feature safe: yes
|
Mon, 29 Oct 2012
|
[ 06:13 glewis ] (Only the first 10 of 23 ports in this commit are shown above. )
. Update to build 27.
Feature safe: yes
|
Thu, 25 Oct 2012
|
[ 21:03 jkim ]
Move .endif to a better place. No functional change.
Feature safe: yes
|
Tue, 23 Oct 2012
|
[ 17:40 jkim ]
Bump PORTREVISION for the new cacerts.
Feature safe: yes
|
Mon, 22 Oct 2012
|
[ 23:43 jkim ]
Remove more environment variables. These variables are never meant to be
overridden by the user.
Feature safe: yes
|
[ 20:29 jkim ]
Remove a bogus environment variable, especially for i386. This fixes build
under certain conditions.
Feature safe: yes
|
Fri, 19 Oct 2012
|
[ 22:43 jkim ] (Only the first 10 of 25 ports in this commit are shown above. )
- Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]
http://icedtea.classpath.org/hg/release/icedtea6-1.11/rev/d9564350faa6
http://blog.fuseyism.com/index.php/2012/10/19/security-icedtea-1-10-10-1-11-15-2-1-3-2-2-3-2-3-3-released/
- Completely turn off parallel build by default and remove parallel build
hack for HotSpot. There were several reports that it fails to build under
certain environment, ports/162991 for example. Users can still do parallel
build by setting FORCE_MAKE_JOBS (and MAKE_JOBS_NUMBER if desired).
- Implement os::available_memory(). Now it is consistent with "vm.vmtotal"
sysctl(3) MIB rather than bogus (physical memory / 4).
- Prefer sysconf(_SC_NPROCESSORS_CONF) over HW_NCPU sysctl MIB to get the
number of installed processors. There is no functional difference except
for CURRENT, which obtains the information from ELF aux vector.
- Prefer sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE) over HW_USERMEM (Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Oct 2012
|
[ 00:42 jkim ]
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
|
Wed, 10 Oct 2012
|
[ 19:55 jkim ]
- Explicitly set registervm as build dependency. When BOOTSTRAPJDKDIR is
manually set, this dependency may not be fulfilled.
- Consistently use WRKSRC over WRKDIR where it makes sense. Although they
are actually the same directory, there is no reason to confuse users.
Feature safe: yes
|
Tue, 9 Oct 2012
|
[ 20:59 jkim ]
Update to build 26.
|
[ 17:47 jkim ]
- Sanitize user, group and permission. Inspired by openjdk7.
- Add a slave port to create JRE-only package.
|
Wed, 26 Sep 2012
|
[ 23:24 jkim ]
Use fdescfs(5) and procfs(5) consistently.
|
Tue, 18 Sep 2012
|
[ 22:30 jkim ]
- Override GCC used by HotSpot SA. [1]
- Fix build with GCC 4.5+ on i386. [2]
- Convert to the new header format.
Submitted by: Claude Buisson (clbuisson at orange dot fr) [1]
Obtained from: OpenJDK7 [2]
http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/da880ba4edf9
|
[ 20:53 jkim ]
- Honor CC, CXX, and CPP. [1]
- Fix build with clang.
PR: ports/151042 [1]
|
Fri, 7 Sep 2012
|
[ 22:16 jkim ]
- Enlist openjdk6 users as testers of ant 1.8.4 as well.
- Set JAVACMD environment variable to point to bootstrap JDK for ant. When
it is unset or empty, ant sets it by executing `which java`, which may be
different from bootstrap JDK.
|
[ 19:27 jkim ]
- Update security patch to fix CVE-2012-0547 and CVE-2012-1682.
- Catch up with icedtea.classpath.org server changes for distfiles.
|
Wed, 13 Jun 2012
|
[ 19:17 jkim ]
- Fix multiple security vulnerabilities. [1]
- Drop version suffixes from LIB_DEPENDS.
- Use the new options framework.
Obtained from: IcedTea Project [1]
http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
|
Number of commits found: 164 (showing only 100 on this page) |