summaryrefslogtreecommitdiffstats
path: root/www/mozilla/files/patch-sysnspr
Commit message (Collapse)AuthorAgeFilesLines
* Remove these ports now that they are in FreeBSD ports.marcus2009-04-111-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12241 df743ca5-7f9a-e211-a948-0013205c9059
* Mark CONFLICTS with xulrunnerahze2008-07-271-0/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11188 df743ca5-7f9a-e211-a948-0013205c9059
* These ports have been moved to ports-stable. For the ports module users, bemezz2008-06-181-21/+0
| | | | | | | | sure to run 'mergemaster -U'. After that, checkout ports-stable first then ports second. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11072 df743ca5-7f9a-e211-a948-0013205c9059
* Merge from ports-experimentalahze2008-04-041-0/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10854 df743ca5-7f9a-e211-a948-0013205c9059
* Moved to ports-experimentalahze2007-09-201-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9690 df743ca5-7f9a-e211-a948-0013205c9059
* Give ports a choice of pkg-installahze2007-07-061-0/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9144 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been committed to FreeBSD.marcus2007-03-191-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
* Add MOZ_TOOLKIT variable, this will allow gecko to set which toolkit to use.ahze2006-12-091-0/+21
| | | | | | | | Defaults to gtk2 but with Firefox 3.0 we will want MOZ_TOOLKIT=cairo-gtk2 with a *maybe* optional gtk2 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8020 df743ca5-7f9a-e211-a948-0013205c9059
* Back out of firefox15/firefox compatibilityahze2006-11-181-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7930 df743ca5-7f9a-e211-a948-0013205c9059
* - Add an experimental feature to bsd.gecko.mk that allows a listahze2006-11-071-0/+21
| | | | | | | | | | | | | | | | | | | | | of compat gecko's (ie: firefox15:firefox). This will save a bit of time not having to maintain USE_GECKO in ports as often & a few end-users will like this option. Example: bsd.gecko.mk: _GECKO_COMPAT_ALL=firefox15:firefox port Makefile: USE_GECKO=firefox end user: ahze@blueherron /usr/ports/www/galeon > make WITH_GECKO=firefox15 -V GECKO firefox15 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7862 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-141-21/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* - Move to LOCALBASEahze2006-07-181-0/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6637 df743ca5-7f9a-e211-a948-0013205c9059
* - now in portsahze2006-03-151-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5956 df743ca5-7f9a-e211-a948-0013205c9059
* - Readd mozilla with some testing features in bsd.gecko.mkahze2006-01-031-0/+21
| | | | | | | | | | | | bsd.gecko.mk has a very incomplete OPTIONS like feature that uses dialog(1) --radiolist selection for GECKO and defaults to GECKO. Note: I was bored when I did this.. I'm not 100% sure this is a good idea to totally implement git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5331 df743ca5-7f9a-e211-a948-0013205c9059
* - Clean out things now in ports.ahze2005-11-301-21/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5243 df743ca5-7f9a-e211-a948-0013205c9059
* -- Marge lots of common mozilla-ports tasks into Makefile.commonahze2005-11-231-0/+21
o creation of plist (Disabled with NOGECKO_PLIST) o install (Disabled with NOGECKO_INSTALL) o many common post-patch routines - Expand post- pre- targets so ports and Makefile.common can use the same target - Makefile.common supports both ${FILESDIR}/mozconfig.in (if exists) and now has 3 new variables to add opions to .mozconfig [1] Ports can use the following: NOGECKO_INSTALL NOGECKO_PLIST Do not auto-create plist NOMOZCONFIG Use CONFIGURE_ARGS instead of .mozconfig MOZILLA_PLIST_DIRS Listing of directories to create plist and/or install MOZ_PIS_SCRIPTS List scripts listed in ${FILESDIR} to filter through MOZCONFIG_SED and install with mozilla PIS scripts. MOZ_SED_ARGS Add or replace to MOZ_SED_ARGS [1] MOZ_OPTIONS Add more configure arguments to .mozconfig MOZ_MK_OPTIONS Add more make arguments to .mozconfig MOZ_EXPORT Add export variables to .mozconfig if ${FILESDIR}/mozconfig.in exists and NOMOZCONFIG is not defined contents of ${FILESDIR}/mozconfig.in will be filtered through MOZCONFIG_SED and added the the end of .mozconfig I broke the following: o Optional extensions (irc, etc) , need to figure out how to handle this Todo: o Handle .desktop the install of .desktop files and icons o Handle Java plugins o Cleanup/Audit and moving any other common "things" into Makefile.common o (maybe) convert all the ${FILESDIR}/mozconfig.in to MOZ_OPTIONS/EXPORT variables o Add support for ports to set MOZILLA=PORTNAME-devel o Figure out how to get the rest of mozconfig-generic.in to work in MOZ_EXPORT, the following example does not work MOZ_EXPORT=CFLAGS="${CFLAGS}" if treats each flag in CFLAGS as a different flag and you end up with a bunch of export -O2, export -xxx instead of export -O2 -xxx -blah .... o Figure out why MOZ_OPIONS+=--prefix=${FAKEDIR} ends up in .mozconfig as --prefix=/fake instead of --prefix=${WRKDIR}/fake (--prefix is in mozconfig-generic.in for now) o testing testing TESTING git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5182 df743ca5-7f9a-e211-a948-0013205c9059