Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2006 16:57:10 +0000 (UTC)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/mozilla bsd.gecko.mk
Message-ID:  <200606061657.k56GvAOO093551@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ahze        2006-06-06 16:57:10 UTC

  FreeBSD ports repository

  Modified files:
    www/mozilla          bsd.gecko.mk 
  Log:
  - Make it easier for ports to use firefox-devel/firefox10 or other geckos
    that are no offically supported by a port.
  
  Example 1:  Support for firefox-devel
  USE_GECKO=firefox-devel<->firefox firefox mozilla
  
  if ${GECKO}==firefox-devel a simple sed -e 's|firefox|firefox-devel| will
  be done on Makefile.in and configure files.
  
  Example 2:  Support for seamonkey
  USE_GECKO=firefox seamonkey<->firefox
  
  Revision  Changes    Path
  1.13      +20 -5     ports/www/mozilla/bsd.gecko.mk



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