diff options
author | gdt <gdt@pkgsrc.org> | 2020-06-13 00:53:20 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-06-13 00:53:20 +0000 |
commit | 99221aa68826febbde067ac1a4efd98daba26467 (patch) | |
tree | 34a6bcbb978166eeac1e63f23132c4fa5e57b1bb | |
parent | acfbf87f1e434f762ef503db5e0759d6c5da634f (diff) | |
download | pkgsrc-99221aa68826febbde067ac1a4efd98daba26467.tar.gz |
devel/gmake: Note why updates are on hold
I would never look in doc/TODO to find out why not to update a
package, and I wouldn't expect others to do that. Therefore, put the
notion of 4.3 being on hold and why in a comment right before the
version line. Declare that an update requires a proposal to tech-pkg
and consensus.
-rw-r--r-- | devel/gmake/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 3fa58a4b6dc..b18f52904f5 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,5 +1,8 @@ -# $NetBSD: Makefile,v 1.111 2020/06/12 23:50:16 sevan Exp $ +# $NetBSD: Makefile,v 1.112 2020/06/13 00:53:20 gdt Exp $ +# Update to 4.3 is on hold because of failure to build firefox, +# openjdk and perhaps others. Upgrading requires a proposal on +# tech-pkg and consensus that it is safe. DISTNAME= make-4.2.1 PKGNAME= g${DISTNAME} PKGREVISION= 1 |