Date: Tue, 22 Mar 2005 11:27:47 +0100 From: Franz Klammer <klammer@webonaut.com> To: FreeBSD GNOME Users <gnome@freebsd.org> Subject: py-gnome-extras and firefox? Message-ID: <423FF323.8080108@webonaut.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------070609050105090203020105 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit the recently added mozilla-dependency at py-gnome-extras re adds the currently deinstalled mozilla port. as my pc is currently mozilla free i don't want to reinstall it unless it is really necessary. attached a patch that adds firefox as possible alternate dependency. Franz if not attached please download here: http://webonaut.com/devel/py-gnome-extras.diff --------------070609050105090203020105 Content-Type: text/plain; name="py-gnome-extras.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="py-gnome-extras.diff" diff -Nur py-gnome-extras.orig/Makefile py-gnome-extras/Makefile --- py-gnome-extras.orig/Makefile Tue Mar 22 10:00:37 2005 +++ py-gnome-extras/Makefile Tue Mar 22 10:55:08 2005 @@ -27,19 +27,25 @@ MOZILLA= mozilla HEADERS_SUFX= +MOZ_BUILD= mozilla .if !defined(WITH_MOZILLA) -MOZILLA= mozilla +MOZILLA= mozilla HEADERS_SUFX= .else +.if ${WITH_MOZILLA}=="firefox" +MOZILLA= firefox +MOZ_BUILD= firefox +.else .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" -MOZILLA= mozilla-devel -HEADERS_SUFX= -devel +MOZILLA= mozilla-devel +HEADERS_SUFX= -devel .else -MOZILLA= mozilla +MOZILLA= mozilla HEADERS_SUFX= .endif .endif +.endif USE_BZIP2= yes USE_GMAKE= yes @@ -82,6 +88,7 @@ @${ECHO_MSG} " By default py-gnome-extras uses www/mozilla for html rendering, but you can" @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" @${ECHO_MSG} + @${ECHO_MSG} " firefox " @${ECHO_MSG} " mozilla-devel " @${ECHO_MSG} "" --------------070609050105090203020105--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?423FF323.8080108>