Date: Tue, 27 Jan 2009 17:59:17 +0200 (EET) From: Esa Karkkainen <ejk@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: klammer@webonaut.com, Esa Karkkainen <ejk@iki.fi> Subject: ports/131049: Port www/firefox-remote still uses X11BASE variable Message-ID: <200901271559.n0RFxH5a073716@thunderbolt.my.domain> Resent-Message-ID: <200901271620.n0RGK8H7087149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131049 >Category: ports >Synopsis: Port www/firefox-remote still uses X11BASE variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 27 16:20:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Esa Karkkainen >Release: FreeBSD 6.4-RELEASE-p3 i386 >Organization: Is in state of disintegration >Environment: System: FreeBSD 6.4-RELEASE-p3 #108: Tue Jan 20 23:19:19 EET 2009 Ports tree cvsupped at: Tue Jan 27 16:46:56 EET 2009 >Description: Installed script does not find firefox. >How-To-Repeat: # cd ports/www/firefox-remote # make install # ${LOCALBASE}/bin/firefox-remote ${LOCALBASE}/bin/firefox-remote: @X11BASE@/bin/firefox: not found ${LOCALBASE}/bin/firefox-remote: @X11BASE@/bin/firefox: not found ${LOCALBASE}/bin/firefox-remote: @X11BASE@/bin/firefox: not found # >Fix: --- /usr/ports/www/firefox-remote/Makefile 2008-04-20 23:03:24.000000000 +0300 +++ Makefile 2009-01-27 17:49:33.000000000 +0200 @@ -50,6 +50,7 @@ do-build: @${REINPLACE_CMD} -e 's|@LOCALBASE@|${PREFIX}|g' \ + -e 's|@X11BASE@|${PREFIX}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} @${REINPLACE_CMD} -e 's|@UTF8@|${UTF8_HACK}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901271559.n0RFxH5a073716>