summaryrefslogtreecommitdiff
path: root/lang/openjdk7
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17retire lang/openjdk7tnn136-6031/+0
2020-05-16lang/openjdk7: remove redundant patchrillig2-16/+1
This is already taken care of by SUBST_CLASSES+=ccspath.
2020-03-22Disable some more warnings for clang. Make sure to use visibilityjoerg3-5/+21
attributes like with gcc.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08Revbump packages depending on libffi after .so version change.bsiegert1-2/+2
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03lang: align variable assignmentsrillig2-14/+14
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-01openjdk7: invert GCC>=6 conditional to make it more future prooftnn1-2/+2
2019-09-22openjdk*: make NetBSD 7 bootstrap binaries valid for all future releasestnn2-42/+6
Also drop support for NetBSD 6 and older.
2019-09-22openjdk*: remove NetBSD major version constraintstnn1-3/+3
2019-09-22openjdk*: use ${JAVA_NAME} where applicabletnn1-10/+10
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-3/+3
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-03-20openjdk7: update to 1.7.141nb10.wiz2-5/+3
Remove libXp build dependency, not used.
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-09-19Add jhat to JAVA_WRAPPERS. Bump PKGREVISIONabs2-5/+6
2018-09-14openjdk[78]: add support for NetBSD-*-aarch64tnn10-35/+137
2018-08-20openjdk: remove todo itemtnn1-4/+3
2018-07-24openjdk7: Fixes for SunOS and C99.jperkin6-13/+54
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2018-07-07openjdk[78]: Add a \todo comment about the cups dependency.gdt1-1/+4
Having a language install a printing system violates the Principle of Least Astonishment. Add a comment to be replaced with an explanation of why this is necessary or helpful.
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2
2018-01-02Fixed dollar anchor in sed(1) expression.rillig1-2/+2
The single dollar was discarded by make(1). This was probably not intended and confused the pkglint parser.
2018-01-01Replaced $(ROUND) with ${CURLY} variable references.rillig1-1/+3
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
2017-12-19openjdk7: Unbreak after the cups-base renaming.jperkin1-3/+3
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz1-2/+2
2017-11-12Bump PKGREVISION on packages depending on CUPSkhorben1-1/+2
This should be the last part of the renaming operation for print/cups to print/cups-base. Rationale: packages depending on CUPS but not relying on a functional printing setup only need to depend on print/cups-base (equivalent to the former print/cups). The new print/cups now depends on print/cups-base and on print/cups-filters, thus directly providing a functional printing setup. This bump reflects this change of dependency. As discussed on tech-pkg@
2017-11-12Update dependencies on print/cups to print/cups-basekhorben1-2/+2
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
2017-09-04Fix portability issues.joerg4-1/+64
2017-08-14Update to 1.7.141ryoon19-166/+225
* Support build and run under NetBSD PaX MPROTECT environment Changelog: Many bugfixes and security bugfixes
2017-05-09Ensure we use the correct rpath to zlib.jperkin1-2/+2
2017-03-31Add bin/openjdk8-jstack to PLIST to fix build (untested)abs1-1/+2
2017-03-30Add a wrapper for jstack. Bump PKGREVISION.jperkin1-4/+4
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-12-16Enable OpenJDK 7 and 8 on Linux. Add builtin support.asau1-0/+73
Tested on openSUSE 11-42.
2016-09-20Recursive bump for cups openssl -> gnutls change.wiz1-2/+2
2016-08-11Add jcmd to JAVA_WRAPPERS, bump PKGREVISIONabs2-4/+5
2016-07-22Skip some more shared libraries, noticed in the 32-bit SunOS build.jperkin1-2/+4
2016-03-11skip the SHLIBS check for libjawt.sotnn1-1/+2
It is a dlopened library and needs libmawt.so, but that can be provided by either xawt/libmawt.so or headless/libmawt.so. The JVM will pick and load the correct implementation to use so an explicit run path is neither appropriate nor required.
2016-03-08mark NetBSD-*-*arm* explicitly as needing floating point workaroundstnn1-4/+3
The awk(1) test previously used is not sufficiently comprehensive
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-5/+3
2015-12-14Bring build dependency on "mozilla-rootcerts" back.asau1-1/+3
(It is easily confused with "mozilla-rootcerts-openssl" though...)
2015-12-13Don't depend on mozilla-rootcerts.asau1-3/+1