pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Aug 25 22:30:50 UTC 2024

Modified Files:
        pkgsrc/net/syncthing: Makefile

Log Message:
net/syncthing: Note lossage due to nonportable go culture

syncthing uses a library that seems to need per-os per-cpu code.


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/net/syncthing/Makefile

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

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.189 pkgsrc/net/syncthing/Makefile:1.190
--- pkgsrc/net/syncthing/Makefile:1.189 Sun Aug 11 15:57:06 2024
+++ pkgsrc/net/syncthing/Makefile       Sun Aug 25 22:30:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2024/08/11 15:57:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.190 2024/08/25 22:30:50 gdt Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
 DISTNAME=      syncthing-source-v1.26.1
@@ -13,8 +13,16 @@ HOMEPAGE=    https://syncthing.net/
 MAINTAINER=    gdt%NetBSD.org@localhost
 LICENSE=       mpl-2.0
 
+# This package is broken on NetBSD i386 and probably armv[67], because
+#   github.com/shirou/gopsutil/v3/disk
+#   vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:45:13: undefined: sizeOfStatvfs
+#   vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:46:16: undefined: Statvfs
+#   vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:105:10: undefined: Statvfs
+#   vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:142:21: undefined: Statvfs
+
 # The 'zillode' dependency calls the compiler on certain archs.
 USE_LANGUAGES=         c
+
 WRKSRC=                        ${WRKDIR}/syncthing
 NO_CONFIGURE=          yes
 INSTALLATION_DIRS=     bin share/applications



Home | Main Index | Thread Index | Old Index