aboutsummaryrefslogtreecommitdiff
path: root/www/firefox
Commit message (Collapse)AuthorAgeFilesLines
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenJoe Marcus Clarke2004-03-191-0/+6
| | | | | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports Notes: svn path=/head/; revision=104577
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-171-0/+12
| | | | Notes: svn path=/head/; revision=104255
* Chase the new location of libXft.Joe Marcus Clarke2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=104228
* If building with debugging, don't enable binary stripping.Joe Marcus Clarke2004-03-051-1/+2
| | | | Notes: svn path=/head/; revision=102980
* Fix up the port-install substitutions so that we operate on the correct files.Joe Marcus Clarke2004-02-131-2/+2
| | | | | | | Reported by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=100871
* Remove the ugly libnspr hack, and be a little more clever when addingJoe Marcus Clarke2004-02-132-5/+41
| | | | | | | | | libiconv support. While this approach adds an extra patch, it insures that the built-in nspr will used without the need for additional messy symlinks. Notes: svn path=/head/; revision=100824
* Fix the window ID in firefox.rb (new PORTREVISION).Trevor Johnson2004-02-122-2/+2
| | | | | | | | PR: 62735 Submitted by: obraun Notes: svn path=/head/; revision=100791
* Add a symlink from libnspr4.so to libnspr4.so.1 in the LOCAL_PREFIX toJoe Marcus Clarke2004-02-121-0/+3
| | | | | | | workaround a symbol problem with the system libnspr on certain systems. Notes: svn path=/head/; revision=100754
* * Add ${LOCALBASE} to the list of include and lib search paths so we canJoe Marcus Clarke2004-02-121-5/+7
| | | | | | | | | | | properly detect libiconv support [1] * Take care of a few more pthread substitutions * Bump PORTREVISION Reported by: Andrew Muhametshin <andrew@trifon.ru> Notes: svn path=/head/; revision=100749
* Avoid REINPLACE_CMD dependency.Trevor Johnson2004-02-111-6/+6
| | | | Notes: svn path=/head/; revision=100723
* We don't need to use "touch" to make an empty PLIST file.Trevor Johnson2004-02-111-1/+0
| | | | Notes: svn path=/head/; revision=100716
* Add comments explaining the installation process.Trevor Johnson2004-02-111-0/+7
| | | | Notes: svn path=/head/; revision=100715
* Don't install unnecessary MacOS/Windows-related material.Trevor Johnson2004-02-111-0/+6
| | | | Notes: svn path=/head/; revision=100714
* * Fix broken installation (grrr..this fake thing is more trouble than it'sJoe Marcus Clarke2004-02-112-12/+26
| | | | | | | | | | | worth) * Fix up some path issues in the Makefile * Minor fix to plug-in installation * Restore Franz's fix for the LD_LIBRARY_PATH PREFIX problem * Bump PORTREVISION Notes: svn path=/head/; revision=100706
* Backuo the previous commit before anyone notices. I have a big patch comingJoe Marcus Clarke2004-02-112-2/+2
| | | | | | | | that will fix this and some other things. No need to bump PORTREVISION twice. Notes: svn path=/head/; revision=100703
* Fix accidental change of %%PREFIX%% to %PREFIX%% inTrevor Johnson2004-02-112-2/+2
| | | | | | | | | | patch-build_unix_run-mozilla.sh (new PORTREVISION). Noticed by: Franz Klammer of webonaut.com Pointy hat to: moi Notes: svn path=/head/; revision=100698
* Fix a bug where @PREFIX@ was being substituted with the fake package prefixJoe Marcus Clarke2004-02-111-1/+2
| | | | | | | paths. Notes: svn path=/head/; revision=100646
* * Import the JPI_LIST changes from www/mozilla so that multiple JPI versionsJoe Marcus Clarke2004-02-112-6/+15
| | | | | | | | | | | | will be tried. There is one addition, though. JPI_LIST is now overrideable. [1] * Remove the bit about Perl version from pkg-message. We support all versions of Perl now. Requested by: ale Notes: svn path=/head/; revision=100638
* Add Firefox after a repo copy from mozilla-firebird. Firefox is the nextJoe Marcus Clarke2004-02-1130-3695/+182
| | | | | | | | | | | | | | | | | | | | | | | release of the Firebird web browser with a new name to avoid conflicts with the Firebird database. This is version 0.8. http://www.mozilla.org/products/firefox/releases/ * Update to 0.8 and change name to firefox [1] * Make PLIST from a fake installation [1] * Restore original credit and portname in Makefile [1] * Optionally install headers and IDL files [2] * Use PERL instead of REINPLACE_CMD in a few places [1] * Use OPTIONS * Enable the Inspector extension * Fix another possible esound related problem * Enable basic optimizations if WITH_DEBUG is not specified PR: 62631 [2] Submitted by: trevor [1] [2] Notes: svn path=/head/; revision=100632
* * Fix a bug where Firebird would lock up after typing any text. This had toJoe Marcus Clarke2004-02-083-79/+83
| | | | | | | | | | | | | | | | | | do with esound being installed, but not being used (e.g. when not running under the GNOME Desktop). What happens now is sound support is disabled by default. If you wish to enable Type Ahead Find sound support, edit your prefs.js file, and add: user_pref("accessibility.typeaheadfind.enablesound", true); * Make portlint happy by not including anything after bsd.port.post.mk * Clean up the pkg-message a bit to reflect reality with respect to Perl Thanks to casaveli on BSDForums for finding it was esound causing the lock up as well as testing the patch mentioned above. Notes: svn path=/head/; revision=100411
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Port ia64 support from www/mozilla.Marcel Moolenaar2004-02-026-11/+74
| | | | Notes: svn path=/head/; revision=99775
* Use the SORT macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98801
* Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)Peter Wemm2003-12-1313-122/+680
| | | | | | | | | | | | | | | | | | | I've taken a chance and split the sparc64 and alpha mega-diffs up because sparc64 patched the result of alpha's patches, and amd64 needed to do the same again - but it was sorted lexically before alpha/sparc64. I've grouped the xptcall patches together since they are standalone and split up and merged the other infrastructure jumbo-patches. I also attempted to sync up the nspr vs firebird diffs for sparc64 and alpha because they disagreed. HOWEVER... While this port 'depends' on the nspr port, it doesn't actually *use* it. It should probably be removed from the LIB_DEPENDS list. Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla database. Notes: svn path=/head/; revision=95748
* Don't build these ports on amd64.Joe Marcus Clarke2003-11-241-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94751
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildJoe Marcus Clarke2003-11-161-6/+54
| | | | | | | | | on Sparc64. Submitted by: tmm (bless that man) Notes: svn path=/head/; revision=94115
* * Update the extensions list with a modern mozconfig.inJoe Marcus Clarke2003-10-243-106/+46
| | | | | | | * Add rich text editing (aka midas) support Notes: svn path=/head/; revision=92040
* Correct the packing list.Trevor Johnson2003-10-211-2/+0
| | | | Notes: svn path=/head/; revision=91854
* Update to 0.7 with patch-config_preprocess.pl updated by obraun.Trevor Johnson2003-10-187-6850/+3488
| | | | | | | De-support GTK+ 1.2 (requested by marcus). Trim COMMENT. Notes: svn path=/head/; revision=91595
* Mark as IGNORE on -STABLE Alpha.Joe Marcus Clarke2003-10-121-0/+4
| | | | Notes: svn path=/head/; revision=90943
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.Joe Marcus Clarke2003-09-061-0/+7
| | | | | | | | This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT). Notes: svn path=/head/; revision=88641
* Add back the PKGNAMEPREFIX was the accidentally removed in my previousJoe Marcus Clarke2003-09-041-0/+1
| | | | | | | commit. Notes: svn path=/head/; revision=88478
* Change the MASTER_SITE back to the official Mozilla FTP servers. Note,Joe Marcus Clarke2003-08-242-7/+4
| | | | | | | | people reinstalling this port will have to do a make distclean first, or simply ignore the MD5 checksum. Notes: svn path=/head/; revision=87612
* Restore the patch to stop mozilla from crashing on some russian sites.Alexander Kabaev2003-08-121-0/+57
| | | | Notes: svn path=/head/; revision=86833
* Fix the PLIST link.Joe Marcus Clarke2003-08-061-2/+2
| | | | | | | | | PR: 55310 Submitted by: Morten Rodal <morten@rodal.no> Pointy hat to: me Notes: svn path=/head/; revision=86391
* Fix the GTK+-1.2 plist. To do this, we create one plist for GTK1 and one forJoe Marcus Clarke2003-07-313-0/+3394
| | | | | | | | | GTK2. This is easier to maintain using the cons-plist target. Reported by: kris via bento Notes: svn path=/head/; revision=86062
* Update to 0.6.1. This is mainly a bug fix release according to the releaseJoe Marcus Clarke2003-07-296-3447/+3425
| | | | | | | | | | | notes at http://www.mozilla.org/projects/firebird/release-notes.html, but it went from being based on Mozilla 1.4b to 1.5a. Note, the master site may be temporary. The source tarball at ${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation. Notes: svn path=/head/; revision=85874
* Create a static plist file to fix the package building problem with theJoe Marcus Clarke2003-07-242-6/+3361
| | | | | | | | | | | new install mk code. However, keep Alan's plist generating code around since it's cool, and it helps maintainers quickly generate a new plist. PR: 54795 54799 Notes: svn path=/head/; revision=85537
* Try my hand at removing the Perl 5.6.1 dependency. This port now buildsJoe Marcus Clarke2003-06-182-6/+61
| | | | | | | | and seems to work just fine out-of-the-box on -STABLE with the built-in Perl 5.00503. Notes: svn path=/head/; revision=83276
* Use ${PERL5} to properly locate perl.Joe Marcus Clarke2003-06-032-1/+2
| | | | | | | Submitted by: perky Notes: svn path=/head/; revision=82066
* Add mozilla-firebird after a repo move from phoenix.Joe Marcus Clarke2003-06-0216-85/+1146
| | | | | | | | | | | | | | | | | | | | | Mozilla Firebird is the browser reborn from the ashes of the Phoenix. * Update to 0.6 [1] * Add optional GTK+-2 support [2] * Add [untested] Sparc64 support [3] * Add [untested] Alpha support [4] * Do not compile with -O2 by default. Instead specify -DWITH_OPTIMIZED_CFLAGS to get extra optimizations * Link the Java Plug-in again Submitted by: Stijn Hoop <stijn@win.tue.nl> [1] Christopher Nehren <apeiron@comcast.net> [2] (based on) tmm and kris [3] Bernd Walter <ticso@cicely.de> [4] Minor fixes by: obraun Notes: svn path=/head/; revision=82037
* transfer to gnome@Alan Eldridge2003-05-211-2/+2
| | | | Notes: svn path=/head/; revision=81609
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-7/+1
| | | | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus Notes: svn path=/head/; revision=75774
* remove ignore setting based on lfp fontsAlan Eldridge2003-01-181-19/+0
| | | | Notes: svn path=/head/; revision=73364
* add missing dependencyAlan Eldridge2002-12-221-1/+2
| | | | Notes: svn path=/head/; revision=71774
* Patch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'llAlan Eldridge2002-12-184-3/+139
| | | | | | | | | | submit this fix back to the Mozilla team, since it will affect Mozilla 1.3a as well. Approved by: kris before departure (one of these days this update will end) Notes: svn path=/head/; revision=71696
* Fix really messed up BROKEN= blocks that happened with 0.5.Alan Eldridge2002-12-151-11/+10
| | | | | | | Approved by: kris (all port of moving to 0.5) Notes: svn path=/head/; revision=71656
* Put back link to java now that fonts have been identified as cause ofAlan Eldridge2002-12-151-2/+2
| | | | | | | | | | crashes or start failures. Reviewed by:j Approved by: kris (last phase of phoenix 0.5 update) Notes: svn path=/head/; revision=71653