Bug 84277 - editors/openoffice-1.1: update Makefile with missing double-quote mark
Summary: editors/openoffice-1.1: update Makefile with missing double-quote mark
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-29 07:40 UTC by Krzysztof Stryjek
Modified: 2005-08-02 06:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Stryjek 2005-07-29 07:40:02 UTC
	During building OpenOffice-1.1 from ports, I've found missing
double-quote mark in include Makefile (comments by ${ECHO}).

Fix: I've made a patch for Makefile.knob, which is included from port
files subdirectory:

------------------------ cut here --------------------------------------


Greetings from Poland
--
Krzysztof Stryjek--Wha5hnSSxWpkBeeL0miWEtfshsyhkgqDjQLne4bVSjyFbmfE
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.knobs.orig	Mon Jul 18 04:07:25 2005
+++ Makefile.knobs	Fri Jul 29 08:26:26 2005
@@ -31,7 +31,7 @@
 	@${ECHO}
 	@${ECHO} "WARNING"
 	@${ECHO} "Your rtld seems to be old."
-	@${ECHO} "Please remake your rtld by:
+	@${ECHO} "Please remake your rtld by:"
 	@${ECHO} "[1] if you use 4-series:"
 	@${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4"
 	@${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4"
------------------------ cut here --------------------------------------
How-To-Repeat: 	You have to build it on system, which:
	${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} < 492000
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-07-29 09:01:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainers; update Synopsis
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2005-08-02 06:36:29 UTC
State Changed
From-To: open->closed

committed thanks!