aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird3
Commit message (Collapse)AuthorAgeFilesLines
* Fix packaging by forcing the isp files into the plist.Joe Marcus Clarke2005-12-181-1/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=151527
* * Re-enable movemail and RSS support [1]Joe Marcus Clarke2005-12-031-2/+4
| | | | | | | | | * Remove a line that is no longer needed PR: 89871 [1] Notes: svn path=/head/; revision=150313
* Fix all those ports to find libnssckbi.so in the correct place to allow thoseJeremy Messenger2005-12-021-1/+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
* - Fix typo in CONFLICTSMichael Johnson2005-11-301-1/+1
| | | | | | | Submitted by: yattaran@gmail.com Notes: svn path=/head/; revision=150097
* - Update WWWMichael Johnson2005-11-301-1/+1
| | | | Notes: svn path=/head/; revision=150005
* - Update firefox to 1.5Michael Johnson2005-11-297-296/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 1.0.7.Joe Marcus Clarke2005-09-303-10/+11
| | | | | | | Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release. Notes: svn path=/head/; revision=143815
* - Fix the sed for libesd and kill the major version of libraryJeremy Messenger2005-09-231-3/+2
| | | | | | | | | | | | | (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
* - Fix the plist. [1]Jeremy Messenger2005-09-071-1/+6
| | | | | | | | | | | | - Fix the build to actually enable iconv, without it caused locale garbled in some places. I accidented remove iconv hack in the big change. Oops! - Bump the PORTREVISION. Reported by: krismail [1], Junji Nakanishi <nakanishi@daemonfreaks.com> Sharp eye: marcus (he found that I lost iconv hack) Notes: svn path=/head/; revision=142144
* - Repo copy a lot of changes from www/firefox/Makefile. The best part is thatJeremy Messenger2005-08-2820-367/+509
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before it would install in the strange place like this. ${X11BASE}/lib/thunderbird/include/thunderbird-1.0.6 Now it will install in the correct place like firefox: ${X11BASE}/include/thunderbird Also, get *.pc and idl files install. - Didn't copy following from www/firefox/Makefile: * plugins stuff, because it's known cause the stability problem like crash. * EXTRA_SCRIPTS=${PORTNAME}.rb, thunderbird doesn't need it. - Make portlint happier. - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'thunderbird' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team. Notes: svn path=/head/; revision=141037
* - Update to 1.0.6Michael Johnson2005-07-212-3/+3
| | | | Notes: svn path=/head/; revision=139791
* Update to 1.0.5. This is primarily a security and stability fix release.Joe Marcus Clarke2005-07-142-4/+3
| | | | | | | Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list of vulnerabilities fixed in 1.0.5 Notes: svn path=/head/; revision=139165
* Correct the GNOME menu icon location. I'm not bumping PORTREVISION as thisJoe Marcus Clarke2005-07-081-1/+1
| | | | | | | | | | only affects GNOME users, and is a small change for such a long compilation. PR: 80937 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=138688
* - Add missing quite to fix installMichael Johnson2005-04-271-1/+1
| | | | | | | Reported by: verm@darkbeer.org Notes: svn path=/head/; revision=134248
* - Install .desktop file in share/applications instead ofMichael Johnson2005-04-261-7/+6
| | | | | | | | | | | 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
* - Remove mng support, it has never workedMichael Johnson2005-04-142-3/+1
| | | | Notes: svn path=/head/; revision=133295
* * Update to 1.0.2 to fix security issues (seeJoe Marcus Clarke2005-03-256-53/+553
| | | | | | | | | | | | | | | http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for more details) * Cleanup home directories to make migration easier [1] * Add an improved startup script [1] * Support GConf for external protocol handlers PR: 75837 [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131936
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.Joe Marcus Clarke2005-03-101-0/+342
| | | | | | | | | | | Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi Notes: svn path=/head/; revision=130757
* - Fix expr usage for 4.x since expr on 4.xMichael Johnson2004-12-291-3/+3
| | | | | | | | | is not POSIX compliant. [1] Submitted by: girgen [1] Notes: svn path=/head/; revision=125415
* - Remove WITH_NEW_ICON knobMichael Johnson2004-12-283-12/+25
| | | | | | | | | | | | | | | | | | - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2] Notes: svn path=/head/; revision=125299
* Add Encoding type to desktop file to validate via desktop-file-validateMichael Johnson2004-12-131-0/+1
| | | | Notes: svn path=/head/; revision=123863
* Correct the MASTER_SITE_SUBDIR in order to fix fetching.Joe Marcus Clarke2004-12-081-1/+1
| | | | | | | Submitted by: daichi Notes: svn path=/head/; revision=123437
* Complete a more extensive upgrade to 1.0 that ensures the isp directoryJoe Marcus Clarke2004-12-081-10/+12
| | | | | | | | is created, plus disables CUPS support until a better solution can be found for the NSS/OpenSSL symbol conflict crash. Notes: svn path=/head/; revision=123435
* Update to 1.0.Adam Weinberger2004-12-082-3/+3
| | | | Notes: svn path=/head/; revision=123434
* Update to 1.0rc.Adam Weinberger2004-12-042-13/+13
| | | | Notes: svn path=/head/; revision=123132
* * Instead of using Xvfb, and evil black magic to create the extensionsJoe Marcus Clarke2004-11-224-9/+55
| | | | | | | | | | | | | | | repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences. * Add i18n support to the Thunderbird startup script [1] * Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This should help alleviate the CUPS printing problem PR: 73839 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=122116
* * Fix Movemail and RSS supportJoe Marcus Clarke2004-11-074-7/+26
| | | | | | | | | | | | * Install a GNOME desktop icon [1] * Correct installation when root's shell is non-standard (e.g. /usr/local/bin/bash) [2] Submitted by: ahze [1] Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2] Notes: svn path=/head/; revision=121089
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.9. See http://www.mozilla.org/products/thunderbird/releases/Joe Marcus Clarke2004-11-066-412/+9
| | | | | | | for all the wonderful new features. Notes: svn path=/head/; revision=120941
* * Remove a patch that is no longer neededJoe Marcus Clarke2004-10-173-16/+12
| | | | | | | | | | | | | * Change an instance of Firefox to Thunderbird [1] * Workaround a potential crash with JavaScript pop-ups [2] * Use Xvfb to initialize the extensions datastore as root [2] https://bugzilla.mozilla.org/show_bug.cgi?id=264557 Sbumitted by: Radek Kozlowski <radek@raadradd.com> [1] Notes: svn path=/head/; revision=119693
* Fix build with Perl < 5.6.1.Joe Marcus Clarke2004-10-142-0/+14
| | | | Notes: svn path=/head/; revision=119345
* Fix build when PORTSDIR is read-only.Joe Marcus Clarke2004-10-131-0/+2
| | | | | | | PR: 72629 Notes: svn path=/head/; revision=119261
* * Update to 0.8Joe Marcus Clarke2004-10-1114-1538/+91
| | | | | | | | | | | * Now that the fake installation code from Firefox has stabilized, adapt it here to eliminate the need for a static plist See http://www.mozilla.org/products/thunderbird/releases/ for all the juicy goodies in 0.8. Notes: svn path=/head/; revision=118691
* Patch the various recently reported security vulnerabilities in Mozilla.Joe Marcus Clarke2004-09-287-0/+638
| | | | | | | | | | | | | | | | | | | | | | | This is being done instead of the update to 0.8 since we're in a ports freeze, and too many big changes is not a good idea. This update covers the following Mozilla bugs: 245066 226669 250862 255067 256316 257317 258005 Thanks to nectar for scraping all of these patches together. Obtained from: Mozilla CVS Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118477
* Update to 0.7.3 which fixes numerous possible security issues. SeeJoe Marcus Clarke2004-08-063-801/+800
| | | | | | | | http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 for more details. Notes: svn path=/head/; revision=115493
* - Fix build with gcc-3.4Pav Lucistnik2004-07-311-0/+11
| | | | | | | | PR: ports/69833 Submitted by: Jake Hamby <jhamby@anobject.com> Notes: svn path=/head/; revision=115154
* Fix global extension and theme installation by making sure the path to theJoe Marcus Clarke2004-07-272-0/+18
| | | | | | | | | | | | XPI file does no contain a leading "file://" when passed to the extension manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details. Reported by: ale Notes: svn path=/head/; revision=114894
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().Joe Marcus Clarke2004-07-271-0/+11
| | | | | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green Notes: svn path=/head/; revision=114879
* Update to 0.7.2.Adam Weinberger2004-07-183-800/+803
| | | | | | | | | | Use a PLIST_SUB for the plist. The port defines NO_MTREE, so mkdir ${PREFIX}/bin to make sure it exists. (Necessary for installations into prefixes [prefices?] that don't yet exist.) Notes: svn path=/head/; revision=113919
* Update to 0.7.1.Joe Marcus Clarke2004-07-033-802/+802
| | | | Notes: svn path=/head/; revision=112821
* Update to 0.7. A list of what's new can be found atJoe Marcus Clarke2004-06-246-794/+884
| | | | | | | | | | | http://www.mozilla.org/products/thunderbird/releases. This has the same limitation that Firefox 0.9 had where it needs to be run as root first. I applied the same hacks to workaround that; however, some users may need to run thunderbird twice before it starts correctly. Notes: svn path=/head/; revision=112158
* The checksum is not changed, but the distfile yes :)Alex Dupre2004-05-241-2/+2
| | | | Notes: svn path=/head/; revision=109882
* The distfile was renamed on the server. The checksum has not changed,Joe Marcus Clarke2004-05-241-1/+1
| | | | | | | however. Notes: svn path=/head/; revision=109872
* Fix a potential crash if thunderbird tries to load browser plug-ins.Joe Marcus Clarke2004-05-172-10/+1
| | | | | | | | PR: 66450 Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=109363
* Update to 0.6. The list of all that is good in this release can be found at:Joe Marcus Clarke2004-05-037-843/+804
| | | | | | | http://www.mozilla.org/products/thunderbird/releases/ Notes: svn path=/head/; revision=108300
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* 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