pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go125



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Dec 23 19:32:53 UTC 2025

Modified Files:
        pkgsrc/lang/go125: Makefile

Log Message:
go125: fix comment

The patch is for fixing linker errors on i386.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go125/Makefile

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

Modified files:

Index: pkgsrc/lang/go125/Makefile
diff -u pkgsrc/lang/go125/Makefile:1.3 pkgsrc/lang/go125/Makefile:1.4
--- pkgsrc/lang/go125/Makefile:1.3      Fri Dec 19 17:02:26 2025
+++ pkgsrc/lang/go125/Makefile  Tue Dec 23 19:32:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/12/19 17:02:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2025/12/23 19:32:53 bsiegert Exp $
 
 .include "../../lang/go/version.mk"
 GO_BOOTSTRAP_REQD=     122
@@ -19,7 +19,7 @@ LICENSE=      modified-bsd
 WRKSRC=                ${WRKDIR}/go
 USE_TOOLS+=    bash perl pax
 
-# Patch to stop requiring /proc to be mounted on NetBSD
+# Patch to fix linker errors on i386
 PATCH_SITES=           https://github.com/golang/go/commit/
 PATCHFILES=            9ba0948172cbb05308fb2a9db823a720f8ffb9ad.patch
 PATCH_DIST_STRIP=      -p1



Home | Main Index | Thread Index | Old Index