ports/131049: Port www/firefox-remote still uses X11BASE variable
Esa Karkkainen
ejk at iki.fi
Tue Jan 27 16:20:09 UTC 2009
>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:
More information about the freebsd-ports-bugs
mailing list