diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-03 22:17:18 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-03 22:17:18 +0000 |
commit | 46e3f1b0daecb815b80d95a9030d7a17d89d6f25 (patch) | |
tree | 6daab5c057b58c1ccc612298947b958738142b63 /editors | |
parent | Don'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')
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 |