head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.14 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.12 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.10 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.8 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2022.06.28.16.33.26; author bouyer; state dead; branches; next 1.1; commitid lkljtNX5KSYPgPJD; 1.1 date 2021.02.04.11.45.53; author bouyer; state Exp; branches 1.1.2.1; next ; commitid 61AERuI4XOpn2oGC; 1.1.2.1 date 2021.02.04.11.45.53; author bsiegert; state dead; branches; next 1.1.2.2; commitid t3jsFQQgK8COzUHC; 1.1.2.2 date 2021.02.16.08.30.47; author bsiegert; state Exp; branches; next ; commitid t3jsFQQgK8COzUHC; desc @@ 1.2 log @Remove xenkernel411 and xenkernel411, they're EOL upstream @ text @$NetBSD: patch-tools_ocaml_Makefile.rules,v 1.1 2021/02/04 11:45:53 bouyer Exp $ --- tools/ocaml/Makefile.rules.orig 2021-01-08 22:48:10.638776688 +0100 +++ tools/ocaml/Makefile.rules 2021-01-08 22:49:05.627085243 +0100 @@@@ -34,7 +34,7 @@@@ $(call quiet-command, $(OCAMLYACC) -q $<,MLYACC,$@@) %.o: %.c - $(call quiet-command, $(CC) $(CFLAGS) -c -o $@@ $<,CC,$@@) + $(call quiet-command, $(CC) $(CFLAGS) -Wno-error=discarded-qualifiers -c -o $@@ $<,CC,$@@) META: META.in sed 's/@@VERSION@@/$(VERSION)/g' < $< $o @ 1.1 log @Fix build with newer ocaml. Fix xenstored leaking file descriptors and busy-looping over them. @ text @d1 1 a1 1 $NetBSD: patch-tools_ocaml_Makefile.rules,v 1.1 2021/01/08 22:08:46 bouyer Exp $ @ 1.1.2.1 log @file patch-tools_ocaml_Makefile.rules was added on branch pkgsrc-2020Q4 on 2021-02-16 08:30:47 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #6425 - requested by bouyer sysutils/xentools411: build fix, bugfix Revisions pulled up: - sysutils/xentools411/Makefile 1.25 - sysutils/xentools411/distinfo 1.16 - sysutils/xentools411/patches/patch-tools_ocaml_Makefile.rules 1.1 - sysutils/xentools411/patches/patch-tools_ocaml_common.make 1.2 - sysutils/xentools411/patches/patch-tools_xenstore_xenstored_core.c 1.1 --- Module Name: pkgsrc Committed By: bouyer Date: Thu Feb 4 11:45:53 UTC 2021 Modified Files: pkgsrc/sysutils/xentools411: Makefile distinfo pkgsrc/sysutils/xentools411/patches: patch-tools_ocaml_common.make Added Files: pkgsrc/sysutils/xentools411/patches: patch-tools_ocaml_Makefile.rules patch-tools_xenstore_xenstored_core.c Log Message: Fix build with newer ocaml. Fix xenstored leaking file descriptors and busy-looping over them. @ text @a0 13 $NetBSD: patch-tools_ocaml_Makefile.rules,v 1.1 2021/02/04 11:45:53 bouyer Exp $ --- tools/ocaml/Makefile.rules.orig 2021-01-08 22:48:10.638776688 +0100 +++ tools/ocaml/Makefile.rules 2021-01-08 22:49:05.627085243 +0100 @@@@ -34,7 +34,7 @@@@ $(call quiet-command, $(OCAMLYACC) -q $<,MLYACC,$@@) %.o: %.c - $(call quiet-command, $(CC) $(CFLAGS) -c -o $@@ $<,CC,$@@) + $(call quiet-command, $(CC) $(CFLAGS) -Wno-error=discarded-qualifiers -c -o $@@ $<,CC,$@@) META: META.in sed 's/@@VERSION@@/$(VERSION)/g' < $< $o @