summaryrefslogtreecommitdiffstats
path: root/www/firefox15
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.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
* remove ignore setting based on lfp fontsalane2003-01-181-19/+0
|
* add missing dependencyalane2002-12-221-1/+2
|
* Patch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'llalane2002-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)
* Fix really messed up BROKEN= blocks that happened with 0.5.alane2002-12-151-11/+10
| | | | Approved by: kris (all port of moving to 0.5)
* Put back link to java now that fonts have been identified as cause ofalane2002-12-151-2/+2
| | | | | | | crashes or start failures. Reviewed by:j Approved by: kris (last phase of phoenix 0.5 update)
* The problem wasn't the patch, it was third party font ports. The patch hasalane2002-12-143-6/+67
| | | | | | | been restored, extra knobs have added, and extensive diagnostics have been added. PLEASE upgrade to this version. Approved by: kris (part of phoenix upgrade)
* Finally, a release Phoenix that works and does not crash all the time.alane2002-12-135-72/+67
| | | | Approved by: kris (a long time ago)
* Backed down to 0.4_10 because 0.5 was borked.alane2002-12-103-6/+12
|
* Update Phoenix to 0.5, the last release named Phoenix. Fixes a lot a bugs,alane2002-12-105-71/+106
| | | | | | | adds some features, there is at least one crasher I've hit so far but I don't know if it is anomoly or not yet. Approved by: kris
* 1. Add a link to support the java plugin. Thanks to Khairil Yusofalane2002-12-013-900/+41
| | | | | | | | <kaeru@pd.jaring.my> for this tip. 2. Build the plist automagically in a post-install target. Approved by: kris
* Updated PORTREVISION to 8. Added patch from mozilla-devel to fix -CURRENTalane2002-11-282-24/+25
| | | | | | | problem with accessing network sites. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Approved by: kris
* Update maintainer utility for making distfiles from cvs checkouts. Noalane2002-11-231-0/+4
| | | | significance to users of this port, unless you are making your own distfiles.
* * PORTREVISION ==> 7.alane2002-11-105-48/+37
| | | | | | | | | | | | | | | | | | | | * Allow building under -CURRENT. * Changes in LDFLAGS and CPPFLAGS passed to configure. * Removed stale javascript dirs (venkman) from plist. * Updated mkdistfile to remove more unneeded dirs. Used to make a new distfile from a cvs checkout. For maintainers only, really. * Disable bi-directional text in config. * Remove dupes from mozconfig.in. The problem with the martian file selection dialogs is gone. I am not sure of the cause, but apparently it had to do with either which version of the NSPR libs phoenix runs with or the link order of libraries. I don't care, as long as it doesn't do it, 'cause I do not read Martian. Should be running against its own set of NSPR libs now. (Note: you can't just use ldd to check this since the startup scripts play all kinds of fun games.) You are advised to remove $HOME/.phoenix before running the new version.
* Accidentally forgot a dependency on libiconv.alane2002-11-081-1/+2
|
* 1. PORTREVISION ==> 6.alane2002-11-082-5/+1
| | | | 2. Remove components (4) of javascript debugger from plist.
* 1. Broken for system perl. Sorry but we don't know yet how to make it work.alane2002-11-074-2544/+32
| | | | | | | | | | | | | | | | 2. Disable javascript debugger (like we're at a stage where we want to do that .... hahaha). 3. Remove dupes from files/mozconfig.in. 4. Whack the share and include dirs in a post-install target (I know it's slower that way, but I'm gonna let Trevor work out how to do it otherwise, since he so kindly volunteered.) 5. We need an icon for this, people. Any graphics geeks out there? Thanks to Adam Weinberger for his valuable info about perl versions, and his continuing research. Thanks to everybody else who's tested, even if y'all did report the same thing. 8-) Finally, thanks to Warren Zevon, whose song My ****'s ****ed Up certainly applies to the early stages of this port.
* Upped to PORTREVISION 4.alane2002-11-052-7/+51
| | | | | | | Added pkg-message file. Put XP_UNIX in MAKE_ENV just to be safe. Show pkg-message at start and end. I think it's stabilized now.
* OK, I just need to step back and take a deep breath.alane2002-11-041-1/+1
| | | | | Changed -DXP_UNIX to XP_UNIX=1 in MAKE_ARGS. Why can't the damned makes agree on what they want? #$##@#!
* Changed MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and notalane2002-11-041-1/+1
| | | | in the best of moods ... sorry.
* This is a TEST version - if it works I'll force a Makefile commitalane2002-11-042-10/+18
| | | | | | | | | | | | stating otherwise. I'm trying to get the perl version and File::Spec(imen) problems ironed out. Please try this with whatever version of perl you are using and report back to phoenix@geeksrus.net. Thank you. Don't forget to tell us if you are doing "use.perl port" or "use.perl system" if you have one of the ports. -- AlanE, who's ready to propose a virtual category called "pita".
* 1. Bump PORTREVISION because of plist changes.alane2002-11-023-157/+164
| | | | | | | | | | | | | | | | | 2. Fix plist to catch the missing files/dirs. It should now deinstall cleanly (it does here, anyway). 2a.The dirs that were created with @exec /bin/mkdir are now removed using @unexec /bin/rmdir blah/blah || true. 3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same shell for configuration. Note: you can use Perl < 5.8, but you need File::Spec for whatever perl you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is no /usr/bin/perl [-CURRENT?]. If there were PRs on this, I've forgotten which ones and will close them out separately. I can do a forced commit on Makefile to relate the PRs, if any, to the changes.
* Fixed another dumb idiot thing to do without reverting to system perlalane2002-11-011-1/+1
| | | | | and checking it. I think I must have left my brain asleep in bed this morning.
* Fixed a stoopid mistake I made by not using -f with ${RM}. Caught, gutted,alane2002-11-011-2/+2
| | | | | | | | | And filleted by Douglas Berry <doug@cnd.dundas.on.ca>, who then served it with a delightful lemon and basil butter, garnished with lark's vomit. Thanks, Doug! Submitted by: Douglas Barry <doug@cnd.dundas.on.ca>
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1
| | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along....
* 1. PORTREVISION -> 1.alane2002-11-013-3428/+3431
| | | | | | | 2. Incorporated my uncommited mods with Trevor's changes. 3. Remade pkg-plist accordingly. 4. Use /usr/bin/perl if present, then /usr/local/bin/perl. 5. Add File::Spec to BUILD_DEPENDS if perl < 5.8.0.
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-15/+38
|
* We don't need all those mtree directories.trevor2002-10-311-0/+1
|
* Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t).trevor2002-10-311-3/+3
|
* This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.trevor2002-10-311-0/+4
|
* Update to 0.4.trevor2002-10-313-6/+20
|
* Fix typo in BUILD_DEPENDSkris2002-10-271-1/+1
|
* 1. Change MAINTAINER to phoenix@geeksrus, which is an alias to bothalane2002-10-231-3/+7
| | | | | | alane@ and trevor@. 2. Expand the BROKEN message to include instruction to run 'use.perl port'. 3. .undef NO_IGNORE.
* Moved a comment to the left edge. ##@#@$!~!@$$ make(1).alane2002-10-231-1/+1
|
* 1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Specalane2002-10-232-2/+6
| | | | versioning with this port.
* Backout <sigh/> the Xft font lib usage since it doesn't compile.alane2002-10-232-3/+3
|
* Removed define for PERL.alane2002-10-231-2/+2
|
* Removed perl 5.8 requirement per comments on cvs list. I hope Trevoralane2002-10-231-7/+2
| | | | | was wrong when he said it didn't work without it. Bumped PORTREVISION as this is a major change.
* 1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.alane2002-10-232-2/+4
| | | | | 2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about that. Of course, I didn't see any of it here. (suggested by marcus@).
* 1. Respect CFLAGS.alane2002-10-222-3/+8
| | | | 2. Set appropriate compile/link options for threading.
* 1. Expanded configure/make options in files/mozconfig.in.alane2002-10-224-10/+42
| | | | | | | | | | | | | * Fixed problem with reliably finding perl 5.8.0. * Made build faster. * Shut up most of the compiler warnings (turned off --pedantic). * Strip the binaries. * Saved 2 meg on size of binary package (16M -> 14M). 2. Moved install to ${X11BASE}/lib/phoenix to keep it out of the way of mozilla, since it uses the same namespace for dirs/files. 3. Link bin/phoenix and bin/phoenix.config into install tree's bin dir. TO DO: make installation smaller. make distfile smaller. test,test,test.
* First working version of port. Needs testing and cleanup, probably movealane2002-10-215-10/+3610
| | | | over to /usr/X11R6 (or not), but it's a start. And it's *fast*.
* Phoenix is a fast, minimal browser from the Mozilla project. This portalane2002-10-215-0/+43
is a work in progress for the next few days.
OpenPOWER on IntegriCloud