summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-03 22:17:18 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-03 22:17:18 +0000
commit46e3f1b0daecb815b80d95a9030d7a17d89d6f25 (patch)
tree6daab5c057b58c1ccc612298947b958738142b63 /editors
parentDon't assume stdin, stdout are compile-time constants. (diff)
Work around the broken deliver.pl behaviour on CURRENT. For some very
strange reason (perl bug ?i), deliver does not copy the includes to the right place, it just skips them. Just copy the includes to the right place.
Notes
Notes: svn path=/head/; revision=60554
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk10
-rw-r--r--editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk10
-rw-r--r--editors/openoffice/files/patch-moz::zipped::makefile.mk10
3 files changed, 30 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk b/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk
new file mode 100644
index 000000000000..760d34b6dd3e
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-moz::zipped::makefile.mk
@@ -0,0 +1,10 @@
+--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002
++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002
+@@ -84,6 +84,7 @@
+
+ $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
+ +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla
+ +chmod -R 775 $(INCCOM)
+
+ .ELSE
diff --git a/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk b/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk
new file mode 100644
index 000000000000..760d34b6dd3e
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-moz::zipped::makefile.mk
@@ -0,0 +1,10 @@
+--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002
++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002
+@@ -84,6 +84,7 @@
+
+ $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
+ +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla
+ +chmod -R 775 $(INCCOM)
+
+ .ELSE
diff --git a/editors/openoffice/files/patch-moz::zipped::makefile.mk b/editors/openoffice/files/patch-moz::zipped::makefile.mk
new file mode 100644
index 000000000000..760d34b6dd3e
--- /dev/null
+++ b/editors/openoffice/files/patch-moz::zipped::makefile.mk
@@ -0,0 +1,10 @@
+--- ../moz/zipped/makefile.mk.orig Tue Jun 4 00:08:23 2002
++++ ../moz/zipped/makefile.mk Tue Jun 4 00:07:08 2002
+@@ -84,6 +84,7 @@
+
+ $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip
+ +unzip -o -d $(INCCOM) $(OS)$(COM)$(CPU)inc.zip && $(TOUCH) $@
++ +cp -r $(INCCOM)/mozilla ../../solver/$(UPD)/$(INPATH)/inc/mozilla
+ +chmod -R 775 $(INCCOM)
+
+ .ELSE