Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 14:15:01 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89742: [Patch] www/epiphany can't compile, please use ${REINPLACE_CMD}
Message-ID:  <200511300515.jAU5F1p5000803@belldandy.unnumbered.net>
Resent-Message-ID: <200511300520.jAU5K2Gs087536@freefall.freebsd.org>

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

>Number:         89742
>Category:       ports
>Synopsis:       [Patch] www/epiphany can't compile, please use ${REINPLACE_CMD}
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 05:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Nov 16 22:08:57 JST 2005 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/MISUZU1 i386


	
>Description:
www/epiphany can't compile.
${REINPLCE_CMD} is wrong macro, Please use ${REINPLACE_CMD}

>How-To-Repeat:
N/A
>Fix:

diff -urN epiphany.orig/Makefile epiphany/Makefile
--- epiphany.orig/Makefile	Wed Nov 30 13:23:44 2005
+++ epiphany/Makefile	Wed Nov 30 14:09:52 2005
@@ -56,7 +56,7 @@
 		 's|-lpthread|${PTHREAD_LIBS}|g'
 	@${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
 		${WRKSRC}/configure
-	@${REINPLCE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins" ":" MOZILLA_PREFIX "/lib/browser_linux_plugins"|' \
+	@${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins" ":" MOZILLA_PREFIX "/lib/browser_linux_plugins"|' \
 		${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp
 
 post-install:



>Release-Note:
>Audit-Trail:
>Unformatted:



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