pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Mar 10 21:29:02 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel: Enable cargo-c


To generate a diff of this commit:
cvs rdiff -u -r1.3935 -r1.3936 pkgsrc/devel/Makefile

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3935 pkgsrc/devel/Makefile:1.3936
--- pkgsrc/devel/Makefile:1.3935        Fri Mar 10 21:08:59 2023
+++ pkgsrc/devel/Makefile       Fri Mar 10 21:29:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3935 2023/03/10 21:08:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.3936 2023/03/10 21:29:02 ryoon Exp $
 #
 
 COMMENT=       Development utilities
@@ -208,6 +208,7 @@ SUBDIR+=    camlp-streams
 SUBDIR+=       capnproto
 SUBDIR+=       capstone
 SUBDIR+=       cargo-bloat
+SUBDIR+=       cargo-c
 SUBDIR+=       catch
 SUBDIR+=       catch2
 SUBDIR+=       cbindgen



Home | Main Index | Thread Index | Old Index