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:   dholland
Date:           Sat Sep 16 01:52:12 UTC 2023

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

Log Message:
bulk-small: add ninja and meson.

These are widely enough used now to warrant listing here along with
the other build tools, and because they're used by things in here
they're getting built anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/meta-pkgs/bulk-small/Makefile:1.45
--- pkgsrc/meta-pkgs/bulk-small/Makefile:1.44   Sat Sep 16 01:14:40 2023
+++ pkgsrc/meta-pkgs/bulk-small/Makefile        Sat Sep 16 01:52:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/09/16 01:14:40 dholland Exp $
+# $NetBSD: Makefile,v 1.45 2023/09/16 01:52:12 dholland Exp $
 
 DISTNAME=      bulk-small-20230601
 PKGREVISION=   1
@@ -106,6 +106,8 @@ DEPENDS+=   flex-[0-9]*:../../devel/flex
 DEPENDS+=      gmake-[0-9]*:../../devel/gmake
 DEPENDS+=      libtool-base-[0-9]*:../../devel/libtool-base
 DEPENDS+=      m4-[0-9]*:../../devel/m4
+DEPENDS+=      meson-[0-9]*:../../devel/meson
+DEPENDS+=      ninja-build-[0-9]*:../../devel/ninja-build
 #DEPENDS+=     osabi-[0-9]*:../../pkgtools/osabi
 DEPENDS+=      pkg_tarup-[0-9]*:../../pkgtools/pkg_tarup
 



Home | Main Index | Thread Index | Old Index