pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-small



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Dec 18 21:22:59 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/bulk-small: Makefile

Log Message:
bulk-small: don't build emacs21-nox11 on darwin

This package has NOT_FOR_PLATFORM ... Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/meta-pkgs/bulk-small/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/bulk-small/Makefile
diff -u pkgsrc/meta-pkgs/bulk-small/Makefile:1.60 pkgsrc/meta-pkgs/bulk-small/Makefile:1.61
--- pkgsrc/meta-pkgs/bulk-small/Makefile:1.60   Thu Apr 24 14:15:02 2025
+++ pkgsrc/meta-pkgs/bulk-small/Makefile        Thu Dec 18 21:22:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2025/04/24 14:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2025/12/18 21:22:59 maya Exp $
 
 DISTNAME=      bulk-small-20231107
 PKGREVISION=   1
@@ -47,7 +47,6 @@ DEPENDS+=     ircII-[0-9]*:../../chat/ircII
 DEPENDS+=      irssi-[0-9]*:../../chat/irssi
 DEPENDS+=      base64-[0-9]*:../../converters/base64
 DEPENDS+=      mpack-[0-9]*:../../converters/mpack
-DEPENDS+=      emacs21-nox11>=21<22:../../editors/emacs21-nox11
 DEPENDS+=      nano-[0-9]*:../../editors/nano
 DEPENDS+=      vim-[0-9]*:../../editors/vim
 DEPENDS+=      vim-share-[0-9]*:../../editors/vim-share
@@ -72,6 +71,10 @@ DEPENDS+=    lynx-[0-9]*:../../www/lynx
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} != "Darwin"
+DEPENDS+=      emacs21-nox11>=21<22:../../editors/emacs21-nox11
+.endif
+
 # We do not want to build software that's already included.
 
 .if ${OPSYS} != "NetBSD"



Home | Main Index | Thread Index | Old Index