pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: rhialto
Date: Thu Oct 5 16:31:52 UTC 2023
Modified Files:
pkgsrc/mk/platform: NetBSD.mk
Log Message:
NetBSD supports CTF if /usr/bin/ctfconvert exists.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mk/platform/NetBSD.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/NetBSD.mk
diff -u pkgsrc/mk/platform/NetBSD.mk:1.77 pkgsrc/mk/platform/NetBSD.mk:1.78
--- pkgsrc/mk/platform/NetBSD.mk:1.77 Wed Aug 16 08:07:01 2023
+++ pkgsrc/mk/platform/NetBSD.mk Thu Oct 5 16:31:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.77 2023/08/16 08:07:01 nia Exp $
+# $NetBSD: NetBSD.mk,v 1.78 2023/10/05 16:31:51 rhialto Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -209,6 +209,9 @@ PKG_DBDIR_ERROR= Compatibility pkgdb loc
PKG_DBDIR=/var/db/pkg to /etc/mk.conf.
.endif
+.if exists(/usr/bin/ctfconvert)
+_OPSYS_SUPPORTS_CTF= yes # Compact Type Format conversion.
+.endif
_OPSYS_SUPPORTS_CWRAPPERS= yes
_OPSYS_SUPPORTS_MKTOOLS= yes
Home |
Main Index |
Thread Index |
Old Index