Bug 84277

Summary: editors/openoffice-1.1: update Makefile with missing double-quote mark
Product: Ports & Packages Reporter: Krzysztof Stryjek <wtp+oo11>
Component: Individual Port(s)Assignee: freebsd-openoffice (Nobody) <openoffice>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!