pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs30-nox11 is missing version.mk



which exists in every other editors/emacsNN(-nox11)? directory.

I have

  EMACS_TYPE?=		emacs30nox

and that causes editors/emacs to fail.


I have an uncommitted diff:

  /links/pkgsrc/editors/emacs30-nox11 > cvs diff
  Index: version.mk
  ===================================================================
  RCS file: version.mk
  diff -N version.mk
  --- /dev/null   1 Jan 1970 00:00:00 -0000
  +++ version.mk  16 Dec 2025 17:17:43 -0000
  @@ -0,0 +1,7 @@
  +# $NetBSD: version.mk,v 1.2 2025/08/14 21:39:28 wiz Exp $
  +
  +_EMACS_FLAVOR= emacs
  +_EMACS_REQD=   emacs30-no-x11>=30.1<31
  +
  +_EMACS_VERSION_MAJOR=  30
  +_EMACS_VERSION_MINOR=  2

and with that, editors/emacs starts to build emacs30-nox11 (on a RPI4;
going to be a while).


This seems like an obvious fix with a low risk of trouble.  Should I
commit it?  (OK with me not to; it's in my tree so my bits are fine
either way.)


Home | Main Index | Thread Index | Old Index