aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* - Mark IGNORE on sparc64 since it core dumps at startMichael Johnson2006-04-171-1/+1
| | | | Notes: svn path=/head/; revision=159761
* - Update to 1.0.1Michael Johnson2006-04-142-5/+4
| | | | Notes: svn path=/head/; revision=159486
* - Convert all gecko pkg-[de]install scripts into a genericMichael Johnson2006-03-292-23/+1
| | | | | | | | | | pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1] Notes: svn path=/head/; revision=158394
* - Add patch to support MOZ_PIS scriptsMichael Johnson2006-03-153-2/+443
| | | | | | | Submitted by: aflist@gmail.com Notes: svn path=/head/; revision=157249
* Attempt to fix the build on sparc64.Joe Marcus Clarke2006-02-061-0/+23
| | | | Notes: svn path=/head/; revision=155374
* - Remove note about being "bleeding edge" and using www/mozillaMichael Johnson2006-01-311-3/+0
| | | | Notes: svn path=/head/; revision=154934
* - Update to 1.0Michael Johnson2006-01-312-4/+4
| | | | | | | Release notes: http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0/ Notes: svn path=/head/; revision=154932
* Mark not for ia64 since regchrome (and the application itself) dumps core.Joe Marcus Clarke2006-01-081-0/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=153085
* - Update to 1.0bMichael Johnson2005-12-234-36/+30
| | | | | | | | | - Enable <canvas> support Release notes: http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0b Notes: svn path=/head/; revision=151891
* Fix all those ports to find libnssckbi.so in the correct place to allow thoseJeremy Messenger2005-12-021-0/+1
| | | | | | | | | | | SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=150198
* - Mark broken on 4.xMichael Johnson2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150192
* - Add seamonkeyMichael Johnson2005-11-3027-1233/+450
| | | | | | | | | | | | | | | | | This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ Repocopied by: marcus Notes: svn path=/head/; revision=149984
* - Update firefox to 1.5Michael Johnson2005-11-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs Notes: svn path=/head/; revision=149945
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* - Mark this port as deprecated due to the development focus moving toMichael Johnson2005-11-201-0/+4
| | | | | | | seamonkey and multi vulnerabilities in mozilla-devel. Notes: svn path=/head/; revision=148874
* - Add support for new lib/browser_linux_pluginsMichael Johnson2005-11-141-2/+2
| | | | Notes: svn path=/head/; revision=148270
* * Chase the glib20 shared lib versionJoe Marcus Clarke2005-11-052-29/+29
| | | | | | | * Disable cairo support as the new cairo API does not work with mozilla Notes: svn path=/head/; revision=147319
* Replace /usr/X11R6 with ${X11BASE} to fix the build with non-defaultJoe Marcus Clarke2005-10-271-1/+2
| | | | | | | | | base paths. Reported by: pointyhat via kris Notes: svn path=/head/; revision=146451
* - Fix the sed for libesd and kill the major version of libraryJeremy Messenger2005-09-231-7/+4
| | | | | | | | | | | | | (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2] Notes: svn path=/head/; revision=143467
* - Patch a security vulnerability (DoS, remote execution) in IDNPav Lucistnik2005-09-102-1/+93
| | | | | | | | | | | | | | (internationalized domain names) subsystem, also known as "hyphen domain name bug" Submitted by: Marcus Grando Obtained from: Mozilla Project CVS, https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259 Security: CAN-2005-2871 http://secunia.com/advisories/16764/ Notes: svn path=/head/; revision=142367
* The calendar module is broken in this 1.8 beta, so disable it.Joe Marcus Clarke2005-09-021-9/+8
| | | | | | | PR: 84578 Notes: svn path=/head/; revision=141759
* * Fix IDL installation [1]Joe Marcus Clarke2005-08-283-2/+16
| | | | | | | | | | | | | | * Correct path to the icon in the Desktop item [2] * Add a patch to fix potential crashes with newer versions of GTK+ that can occur when closing windows [3] PR: 84896 [2] Submitted by: mezz [1] chinsan <chinsan.tw@gmail.com> [2] Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=300226 [3] Notes: svn path=/head/; revision=141178
* Fix some more problems with IDL installation.Joe Marcus Clarke2005-08-031-3/+3
| | | | | | | | | PR: 84514 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140752
* Fix the installation of IDL files.Joe Marcus Clarke2005-08-021-2/+3
| | | | | | | | Reported by: Robert Huff <roberthuff@rcn.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140724
* Install IDL files into ${PREFIX}/share/idl/mozilla-devel.Joe Marcus Clarke2005-07-301-1/+11
| | | | | | | Obtained from: www/mozilla Notes: svn path=/head/; revision=140432
* - Actually install .desktop file in share/applications [1]Michael Johnson2005-05-071-1/+1
| | | | | | | Pointed out by: krismail Notes: svn path=/head/; revision=134778
* - s/nulll/null/Michael Johnson2005-04-281-1/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=134336
* - Quote line to fix build on pointyhatMichael Johnson2005-04-281-1/+1
| | | | | | | Repointed by: pointyhat via kris Notes: svn path=/head/; revision=134334
* - Install .desktop file in share/applications instead ofMichael Johnson2005-04-261-9/+10
| | | | | | | | | | | share/gnome/applications so we can remove the gnomehier dependency so non-gnome users don't have to install a bunch of un-needed gnome directories. - Remove WITH_MENU option from mozilla[-devel], .desktop file will always be installed now. Notes: svn path=/head/; revision=134223
* - Add WITH_CAIRO_RENDER to OPTIONS, off by defaultMichael Johnson2005-04-061-4/+5
| | | | | | | | | | | This option uses cairo for SVG rendering instead of libart - Re-word one option that doesn't fit in dialog window. PR: ports/79590 Submitted by: danfe Notes: svn path=/head/; revision=132650
* - Remove pkg-[de]install scripts and remove all chrome registering fromMichael Johnson2005-04-024-135/+49
| | | | | | | | | | | | | | Makefile since the privilege bug seems to be fixed. - Remove WITH_XFT option and make it default since mozilla with gtk2 won't compile without Xft. - Remvoe mng support, it hasn't worked in a long time. - Lots of misc cleanup, consolidation, and removal of dupe lines. - Change WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY since it's on by default. - Add new OPTION (off by default), WITH_CAIRO that enables cairo-specific canvas features. Notes: svn path=/head/; revision=132221
* Make the mozilla-devel desktop file run mozilla-devel, not mozilla.Adam Weinberger2005-03-211-1/+1
| | | | | | | Oosp. Notes: svn path=/head/; revision=131851
* Add support for adding a .desktop menu entry.Adam Weinberger2005-03-202-1/+187
| | | | | | | As requested by: Christopher Nehren Notes: svn path=/head/; revision=131796
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix the startup script so that arguments are passed correctly to the browserJoe Marcus Clarke2005-03-022-57/+62
| | | | | | | | | | | binary. PR: 78175 (firefox) 78217 (mozilla-devel) Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Notes: svn path=/head/; revision=130146
* - Update to 1.8b1Michael Johnson2005-02-284-28/+483
| | | | | | | | | | | | | (Release notes: http://www.mozilla.org/releases/mozilla1.8b1/ ) - Add new launch script [1] - Sanitize CFLAGS [1] - Add Mozilla Plugable Init Scripts (PIS) to handle upgrades with ease [1] PR: ports/77744 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=129955
* The pkg-message is no longer appropriate so remove it.Joe Marcus Clarke2005-02-132-10/+0
| | | | Notes: svn path=/head/; revision=128675
* Unbreak with 4.x by setting USE_GCC=3.4.Adam Weinberger2005-01-211-1/+1
| | | | | | | | PR: ports/76452 Submitted by: oliver Notes: svn path=/head/; revision=127038
* Remove unneeded patch.Adam Weinberger2005-01-212-46/+0
| | | | Notes: svn path=/head/; revision=126992
* Update to 1.8a6. They merged a bunch of FreeBSD changes. Neat.Adam Weinberger2005-01-167-195/+38
| | | | Notes: svn path=/head/; revision=126629
* * Fix external URI loaders by loading the correct version of the GNOMEJoe Marcus Clarke2004-12-243-8/+89
| | | | | | | | | | | | | | libraries. This means Mozilla's GNOME integration (i.e. GConf) should now work [1] * Fix i18n support when invoking Mozilla, and add atsdsp support [2] * Port all fixes to mozilla-devel PR: 75428 [2] Reported by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [2] Notes: svn path=/head/; revision=125080
* Fix build with upcoming X.Org 6.8.1.Joe Marcus Clarke2004-12-131-0/+10
| | | | | | | Submitted by: lesi Notes: svn path=/head/; revision=123889
* BROKEN on 4.x: Does not compileKris Kennaway2004-12-111-0/+4
| | | | Notes: svn path=/head/; revision=123771
* - Fix plist in firefox [1]Michael Johnson2004-12-111-2/+4
| | | | | | | | | - Touch lib/browser_plugins/.${PORTNAME}.keep so this directory will not be removed durring deinstall of mozilla[-devel] or firefox if you still have mozilla[-devel] or firefox installed. Pointed out by: pointy hat [1] Notes: svn path=/head/; revision=123675
* Be sure to create the browser_plugins during package install as well. SomeJoe Marcus Clarke2004-12-042-1/+6
| | | | | | | | | ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris Notes: svn path=/head/; revision=123091
* Update to 1.8a5.Adam Weinberger2004-11-302-14/+7
| | | | Notes: svn path=/head/; revision=122829
* Don't install movemail fix if built with WITHOUT_MAILNEWSMichael Johnson2004-11-101-0/+2
| | | | | | | | Pointed out by: pav Approved by: pav (co mentor) Notes: svn path=/head/; revision=121300
* - Install isp directory to fix Movemail support [1]Michael Johnson2004-11-092-10/+23
| | | | | | | | | | | - Add WITH_CAIRO_RENDER knob that uses cairo for SVG rendering that replaces SVG rendering from libart. Pointed out by: marcus [1] Approved by: marcus (co mentor) Notes: svn path=/head/; revision=121170
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* * Add a pkg-deinstall script to remove left-over dynamically generatedJoe Marcus Clarke2004-10-242-7/+32
| | | | | | | | | | | | | files [1] * Move REINPLACE_CMD up from do-install to pre-install so no .bak files are left behind after pkg_delete [2] PR: 71313 [1] 73054 [2] Submitted by: Michael Johnson <ahze@ahze.net> [2] Notes: svn path=/head/; revision=120054