pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/m1n1
Module Name: pkgsrc
Committed By: khorben
Date: Wed Feb 1 03:51:40 UTC 2023
Modified Files:
pkgsrc/sysutils/m1n1: distinfo
Added Files:
pkgsrc/sysutils/m1n1/patches: patch-Makefile
Log Message:
m1n1: fix the build when fonts are copied before building code
Tested on NetBSD/amd64 with MAKE_JOBS=32.
No other changes intended.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/m1n1/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/m1n1/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/m1n1/distinfo
diff -u pkgsrc/sysutils/m1n1/distinfo:1.3 pkgsrc/sysutils/m1n1/distinfo:1.4
--- pkgsrc/sysutils/m1n1/distinfo:1.3 Tue Oct 26 11:19:49 2021
+++ pkgsrc/sysutils/m1n1/distinfo Wed Feb 1 03:51:40 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:19:49 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/02/01 03:51:40 khorben Exp $
BLAKE2s (m1n1/4df78129aac4547231dbac662d28c3b67b13cc79-4df78129aac4547231dbac662d28c3b67b13cc79.zip) = 55fd3df1eaa6a878ec51891d908faa64e1a085af3de2f8d5a197f74e81691ab8
SHA512 (m1n1/4df78129aac4547231dbac662d28c3b67b13cc79-4df78129aac4547231dbac662d28c3b67b13cc79.zip) =
a5abda81ec10739640bce649e6283af9b50e153be98179d32bc95c9afbb9bfd878f4ef2ed5906f21a29785735b9a29be55b86f44d28776e6342d9bafb681a621
@@ -6,3 +6,4 @@ Size (m1n1/4df78129aac4547231dbac662d28c
BLAKE2s (m1n1/AsahiLinux-artwork-35626c31f5c5a8a884aaff93f864795026495742.zip) = e858d0f1b1c505ea3f35c31b86fc07bd66e9bcafdad7d9a19af1281cf6df1fc7
SHA512 (m1n1/AsahiLinux-artwork-35626c31f5c5a8a884aaff93f864795026495742.zip) =
bbe216746e81e8feececc0bb843a0e364798c4ef530713b93c4eca62197c2f77ebfc21ebe3680680446999e058a6588de8bbf26ad677360eecb4dc7e8e41c8c8
Size (m1n1/AsahiLinux-artwork-35626c31f5c5a8a884aaff93f864795026495742.zip) = 657686 bytes
+SHA1 (patch-Makefile) = 24e666b7545d92997fb879fd8f9dc16e041417c6
Added files:
Index: pkgsrc/sysutils/m1n1/patches/patch-Makefile
diff -u /dev/null pkgsrc/sysutils/m1n1/patches/patch-Makefile:1.1
--- /dev/null Wed Feb 1 03:51:40 2023
+++ pkgsrc/sysutils/m1n1/patches/patch-Makefile Wed Feb 1 03:51:40 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2023/02/01 03:51:40 khorben Exp $
+
+Fix the build when fonts are copied before building code
+
+--- Makefile.orig 2021-08-28 16:36:27.000000000 +0000
++++ Makefile
+@@ -133,6 +133,7 @@ build/%.o: build/%.bin
+
+ build/%.bin: font/%.bin
+ @echo " CP $@"
++ @mkdir -p "$(dir $@)"
+ @cp $< $@
+
+ build/main.o: build/build_tag.h src/main.c
Home |
Main Index |
Thread Index |
Old Index