pkgsrc-WIP-changes archive

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

subread: Update NOT_FOR_NETBSD comment



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jun 14 18:20:59 2025 -0500
Changeset:	407431f5367afe98f4caee41fc75e50bb4204c86

Modified Files:
	subread/Makefile

Log Message:
subread: Update NOT_FOR_NETBSD comment

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=407431f5367afe98f4caee41fc75e50bb4204c86

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

diffstat:
 subread/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/subread/Makefile b/subread/Makefile
index dfbe677af6..a28e085f12 100644
--- a/subread/Makefile
+++ b/subread/Makefile
@@ -11,8 +11,8 @@ COMMENT=	High-performance read alignment, quantification and mutation discovery
 LICENSE=	gnu-gpl-v3
 
 # Subread is designed to issue a warning if free memory is below 3 GiB.
-# It currently does not check free memory on NetBSD due to the lack of
-# libsysinfo.  We could add NetBSD-specific code, but it would be a better use
+# It currently does not build on NetBSD due to the lack of libsysinfo.
+# We could add NetBSD-specific code, but it would be a better use
 # of time to port libsysinfo to NetBSD since it's useful for other apps.
 # The libsysinfo package is only for SunOS at the time of this writing.
 # FreeBSD has a libsysinfo port that may serve as a model for NetBSD.


Home | Main Index | Thread Index | Old Index