please commit www/firefox-remote - PR #68503

Franz Klammer klammer at webonaut.com
Thu Jul 1 06:23:37 PDT 2004


sorry for sending a please-commit to the list but
this latest version (20040621) didn't work with
firefox-0.9.1 because the script don't find
mozilla-xremote-client.

changes in this version (20040701):

- determine installed firefox version
- add thunderbird-remote

pkg-message:
===========
to enable mailto: in firefox the easiest way is to install the MozEx
navigation extension and use "${X11BASE}/bin/thunderbird-remote %r"
(without quotes) as the Mailer command.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68503

attached the patch because it seems that the PR database is not
accessible (too busy?)

thanks

franz.
-------------- next part --------------
diff -Nur firefox-remote.orig/Makefile firefox-remote/Makefile
--- firefox-remote.orig/Makefile	Wed Jun 30 11:46:06 2004
+++ firefox-remote/Makefile	Thu Jul  1 15:00:43 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firefox
-PORTVERSION=	20040621
+PORTVERSION=	20040701
 CATEGORIES=	www
 MASTER_SITES=	http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
 PKGNAMESUFFIX=	-remote
@@ -14,7 +14,7 @@
 EXTRACT_SUFX=	.bz2
 
 MAINTAINER=	klammer at webonaut.com
-COMMENT=	Wrapper script for firefox web browser
+COMMENT=	Wrapper scripts for firefox web browser
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
@@ -28,5 +28,8 @@
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
+	${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \
+		${PREFIX}/bin/thunderbird${PKGNAMESUFFIX}
+	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -Nur firefox-remote.orig/distinfo firefox-remote/distinfo
--- firefox-remote.orig/distinfo	Wed Jun 30 11:46:06 2004
+++ firefox-remote/distinfo	Thu Jul  1 15:01:46 2004
@@ -1,2 +1,2 @@
-MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd
-SIZE (firefox-remote-20040621.bz2) = 350
+MD5 (firefox-remote-20040701.bz2) = 755852c96f7173f7c349a66ec835f12e
+SIZE (firefox-remote-20040701.bz2) = 869
diff -Nur firefox-remote.orig/pkg-descr firefox-remote/pkg-descr
--- firefox-remote.orig/pkg-descr	Sun May 30 22:05:52 2004
+++ firefox-remote/pkg-descr	Wed Jun 30 11:51:52 2004
@@ -1,2 +1,4 @@
 Wrapper script for firefox web browser to add the open-in-new-tab functionality
 missing in the original startup script.
+
+also included thunderbird-remote.
diff -Nur firefox-remote.orig/pkg-message firefox-remote/pkg-message
--- firefox-remote.orig/pkg-message	Thu Jan  1 01:00:00 1970
+++ firefox-remote/pkg-message	Wed Jun 30 11:57:11 2004
@@ -0,0 +1,7 @@
+========================================================================
+
+to enable mailto: in firefox the easiest way is to install the MozEx
+navigation extension and use "${X11BASE}/bin/thunderbird-remote %r"
+(without quotes) as the Mailer command.
+
+========================================================================
diff -Nur firefox-remote.orig/pkg-plist firefox-remote/pkg-plist
--- firefox-remote.orig/pkg-plist	Sun May 30 22:05:52 2004
+++ firefox-remote/pkg-plist	Wed Jun 30 11:49:36 2004
@@ -1 +1,2 @@
 bin/firefox-remote
+bin/thunderbird-remote


More information about the freebsd-gnome mailing list