From c07d468caa0d53f2a213859ef1eb9204e0141caf Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 6 May 2013 13:53:40 +0000 Subject: [PATCH] if the filesystem is fast enough, there is a race condition while building also annotate "force" targets as phony to make sure they actually get built. --- textproc/sp/patches/patch-Makefile | 8 ++++++++ textproc/sp/patches/patch-include_Attribute_h | 6 +++--- textproc/sp/patches/patch-lib_parser_inst_m4 | 6 +++--- textproc/sp/patches/patch-nsgmls_RastEventHandler_h | 8 ++++---- 4 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 textproc/sp/patches/patch-Makefile diff --git a/textproc/sp/patches/patch-Makefile b/textproc/sp/patches/patch-Makefile new file mode 100644 index 00000000000..d0263b2758c --- /dev/null +++ b/textproc/sp/patches/patch-Makefile @@ -0,0 +1,8 @@ +$OpenBSD: patch-Makefile,v 1.1 2013/05/06 13:53:40 espie Exp $ +--- Makefile.orig Sat Oct 10 06:15:02 1998 ++++ Makefile Mon May 6 15:51:59 2013 +@@ -145,3 +145,4 @@ dist: FORCE + rm -fr sp-$$version + + FORCE: ++.PHONY: $(LIBDIRS) $(PROGDIRS) $(TARGETS) diff --git a/textproc/sp/patches/patch-include_Attribute_h b/textproc/sp/patches/patch-include_Attribute_h index f11d6202193..2eef45d0e4f 100644 --- a/textproc/sp/patches/patch-include_Attribute_h +++ b/textproc/sp/patches/patch-include_Attribute_h @@ -1,6 +1,6 @@ -$OpenBSD: patch-include_Attribute_h,v 1.2 2005/08/10 09:59:13 espie Exp $ +$OpenBSD: patch-include_Attribute_h,v 1.3 2013/05/06 13:53:40 espie Exp $ --- include/Attribute.h.orig Tue Dec 16 09:49:29 1997 -+++ include/Attribute.h Wed Aug 10 11:43:30 2005 ++++ include/Attribute.h Mon May 6 15:50:18 2013 @@ -31,6 +31,27 @@ class AttributeSemantics; class AttributeContext; class Syntax; @@ -29,7 +29,7 @@ $OpenBSD: patch-include_Attribute_h,v 1.2 2005/08/10 09:59:13 espie Exp $ class SP_API AttributeDefinitionDesc { public: AttributeDefinitionDesc() { } -@@ -371,27 +392,6 @@ public: +@@ -371,27 +392,6 @@ class NotationAttributeSemantics : public AttributeSem AttributeSemantics *copy() const; private: ConstPtr notation_; diff --git a/textproc/sp/patches/patch-lib_parser_inst_m4 b/textproc/sp/patches/patch-lib_parser_inst_m4 index be6ca40392f..f9051ac916f 100644 --- a/textproc/sp/patches/patch-lib_parser_inst_m4 +++ b/textproc/sp/patches/patch-lib_parser_inst_m4 @@ -1,7 +1,7 @@ -$OpenBSD: patch-lib_parser_inst_m4,v 1.3 2006/01/14 15:49:48 espie Exp $ +$OpenBSD: patch-lib_parser_inst_m4,v 1.4 2013/05/06 13:53:40 espie Exp $ --- lib/parser_inst.m4.orig Thu Oct 14 09:26:20 1999 -+++ lib/parser_inst.m4 Sat Jan 14 16:45:13 2006 -@@ -164,9 +164,7 @@ __instantiate(Vector >) __instantiate(Vector) __instantiate(Vector) __instantiate(Vector) diff --git a/textproc/sp/patches/patch-nsgmls_RastEventHandler_h b/textproc/sp/patches/patch-nsgmls_RastEventHandler_h index 4fac0d1a760..c91993db70f 100644 --- a/textproc/sp/patches/patch-nsgmls_RastEventHandler_h +++ b/textproc/sp/patches/patch-nsgmls_RastEventHandler_h @@ -1,7 +1,7 @@ -$OpenBSD: patch-nsgmls_RastEventHandler_h,v 1.1 2002/10/16 00:49:04 naddy Exp $ ---- nsgmls/RastEventHandler.h.orig Wed Oct 16 02:35:47 2002 -+++ nsgmls/RastEventHandler.h Wed Oct 16 02:36:04 2002 -@@ -102,7 +102,7 @@ private: +$OpenBSD: patch-nsgmls_RastEventHandler_h,v 1.2 2013/05/06 13:53:40 espie Exp $ +--- nsgmls/RastEventHandler.h.orig Fri Jan 17 07:08:26 1997 ++++ nsgmls/RastEventHandler.h Mon May 6 15:50:18 2013 +@@ -102,7 +102,7 @@ class RastSubdocState { (private) class RastEventHandler : public ErrorCountEventHandler, private RastSubdocState,