Subject: CVS commit: pkgsrc/x11/rterm
From: Havard Eidnes
Date: 2023-05-25 15:50:06
Message id: 20230525135006.17562FA87@cvs.NetBSD.org

Log Message:
rterm: make this build on NetBSD/macppc specifically....

...and hopefully on other 32-bit ports:

 * Avoid trying to do `u64 * u32`, as rust may not implement that
   on 32-bit ports (it doesn't on 32-bit powerpc).
 * Fix type mismatch between variable and funciton parameter.
 * Fix XChangeWindowAttributes parameter declaration to match (u64
   -> c_ulong).

Bump PKGREVISION.

Files:
RevisionActionfile
1.11modifypkgsrc/x11/rterm/Makefile
1.9modifypkgsrc/x11/rterm/distinfo
1.1addpkgsrc/x11/rterm/patches/patch-src_win.rs
1.1addpkgsrc/x11/rterm/patches/patch-src_x11__wrapper.rs