./lang/sun-jdk7, Suns Java(tm) 2 Standard Edition, Java Development Kit (JDK) 7u80

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.0.80nb3, Package name: sun-jdk7-7.0.80nb3, Maintainer: pkgsrc-users

This is the Linux port of the Sun Java(tm) Development Kit (J2SE 7.0).


Required to run:
[lang/sun-jre7] [emulators/suse131_x11] [emulators/suse131_compat] [emulators/suse131_locale]

Required to build:
[pkgtools/cwrappers]
Filesize: 149932.462 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-13 21:08:25 by Taylor R Campbell | Files touched by this commit (8)
Log message:
*/builtin.mk: Disable for cross-build if executes target program.

We can't run target programs during cross-build, so we either need to
disable builtin detection or find another way to detect the target
program's version.

No change to native builds because this just makes some existing
logic conditional on native builds.
   2022-04-28 08:29:57 by Thomas Klausner | Files touched by this commit (1)
Log message:
sun-jdk7: RMD160 -> BLAKE2s for Solaris files
   2021-12-11 15:58:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
sun-jdk7: add a BLAKE2s
   2021-10-07 16:21:17 by Nia Alarie | Files touched by this commit (282)
Log message:
lang: Remove SHA1 hashes for distfiles
   2020-05-29 12:57:27 by David Brownlee | Files touched by this commit (5)
Log message:
Add jmap to JAVA_WRAPPERS, bump PKGREVISION
   2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159)
Log message:
lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-09-19 20:19:09 by David Brownlee | Files touched by this commit (5)
Log message:
Add jhat to JAVA_WRAPPERS. Bump PKGREVISION
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.