head 1.2; access; symbols pkgsrc-2023Q3:1.1.0.24 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.22 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.20 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.18 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.16 pkgsrc-2022Q3-base:1.1 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 2023.10.17.12.47.37; author bouyer; state dead; branches; next 1.1; commitid 1uWuFCxsmabEIYIE; 1.1 date 2021.01.08.22.08.46; author bouyer; state Exp; branches 1.1.2.1; next ; commitid OWBqYDpL7BRTlYCC; 1.1.2.1 date 2021.01.08.22.08.46; author spz; state dead; branches; next 1.1.2.2; commitid tJSU0NVUTVgJfYDC; 1.1.2.2 date 2021.01.16.16.35.04; author spz; state Exp; branches; next ; commitid tJSU0NVUTVgJfYDC; desc @@ 1.2 log @As planned remove xenkernel413 and xentools413. EOL'ed upstream @ text @$NetBSD: patch-tools_ocaml_Makefile.rules,v 1.1 2021/01/08 22:08:46 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, from Chavdar Ivanov @ text @d1 1 a1 1 $NetBSD: $ @ 1.1.2.1 log @file patch-tools_ocaml_Makefile.rules was added on branch pkgsrc-2020Q4 on 2021-01-16 16:35:04 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #6395 - requested by bouyer sysutils/xentools413: build fix Revisions pulled up: - sysutils/xentools413/distinfo 1.7 - sysutils/xentools413/patches/patch-tools_ocaml_Makefile.rules 1.1 - sysutils/xentools413/patches/patch-tools_ocaml_common.make 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bouyer Date: Fri Jan 8 22:08:46 UTC 2021 Modified Files: pkgsrc/sysutils/xentools413: distinfo pkgsrc/sysutils/xentools413/patches: patch-tools_ocaml_common.make Added Files: pkgsrc/sysutils/xentools413/patches: patch-tools_ocaml_Makefile.rules Log Message: Fix build with newer ocaml, from Chavdar Ivanov To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/xentools413/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/sysutils/xentools413/patches/patch-tools_ocaml_Makefile.rules cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/sysutils/xentools413/patches/patch-tools_ocaml_common.make @ text @a0 13 $NetBSD$ --- 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 @