Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 08:36:06 +0200 (CEST)
From:      Krzysztof Stryjek <wtp+oo11@bsdguru.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84277: update Makefile with missing double-quote mark
Message-ID:  <20050729063606.598A4262F4@fw.wtp3.org>
Resent-Message-ID: <200507290640.j6T6e2An043737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84277
>Category:       ports
>Synopsis:       update Makefile with missing double-quote mark
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 29 06:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
private
>Environment:
System: FreeBSD fw.wtp3.org 4.10-STABLE FreeBSD 4.10-STABLE #5: Thu Apr 14 23:37:02 CEST 2005 toor@fw.wtp3.org:/usr/src/sys/compile/POOH i386

>Description:
	During building OpenOffice-1.1 from ports, I've found missing
double-quote mark in include Makefile (comments by ${ECHO}).

>How-To-Repeat:
	You have to build it on system, which:
	${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} < 492000
>Fix:

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

------------------------ cut here --------------------------------------
--- 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 --------------------------------------


Greetings from Poland
--
Krzysztof Stryjek
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050729063606.598A4262F4>