summaryrefslogtreecommitdiff
path: root/www/firefox-esr/pkg-plist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Update the extensions list with a modern mozconfig.inJoe Marcus Clarke2003-10-241-103/+42
| | | | | | | * 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-181-0/+3449
| | | | | | | De-support GTK+ 1.2 (requested by marcus). Trim COMMENT. Notes: svn path=/head/; revision=91595
* Fix the GTK+-1.2 plist. To do this, we create one plist for GTK1 and one forJoe Marcus Clarke2003-07-311-3412/+0
| | | | | | | | | 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-291-3338/+3391
| | | | | | | | | | | 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-241-0/+3359
| | | | | | | | | | | 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
* 1. Add a link to support the java plugin. Thanks to Khairil YusofAlan Eldridge2002-12-011-888/+0
| | | | | | | | | | | <kaeru@pd.jaring.my> for this tip. 2. Build the plist automagically in a post-install target. Approved by: kris Notes: svn path=/head/; revision=71277
* * PORTREVISION ==> 7.Alan Eldridge2002-11-101-14/+3
| | | | | | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=69826
* 1. PORTREVISION ==> 6.Alan Eldridge2002-11-081-4/+0
| | | | | | | 2. Remove components (4) of javascript debugger from plist. Notes: svn path=/head/; revision=69707
* 1. Broken for system perl. Sorry but we don't know yet how to make it work.Alan Eldridge2002-11-071-2522/+1
| | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=69680
* 1. Bump PORTREVISION because of plist changes.Alan Eldridge2002-11-021-156/+162
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=69301
* 1. PORTREVISION -> 1.Alan Eldridge2002-11-011-3419/+3417
| | | | | | | | | | 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. Notes: svn path=/head/; revision=69248
* Update to 0.4.Trevor Johnson2002-10-311-3/+18
| | | | Notes: svn path=/head/; revision=69203
* 1. Expanded configure/make options in files/mozconfig.in.Alan Eldridge2002-10-221-0/+2
| | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=68585
* First working version of port. Needs testing and cleanup, probably moveAlan Eldridge2002-10-211-1/+3403
| | | | | | | over to /usr/X11R6 (or not), but it's a start. And it's *fast*. Notes: svn path=/head/; revision=68529
* Phoenix is a fast, minimal browser from the Mozilla project. This portAlan Eldridge2002-10-211-0/+1
is a work in progress for the next few days. Notes: svn path=/head/; revision=68479