summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0b2ahze2007-01-282-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8238 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports tree.mezz2006-12-211-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8102 df743ca5-7f9a-e211-a948-0013205c9059
* - Define GECKO_PTHREAD_LIBS since bsd.gecko.mk is included below post-patch.ahze2006-12-211-1/+3
| | | | | | | | Need to make bsd.gecko.mk safe for includeing the file twice so we can get env then get target's git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8099 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with portsahze2006-12-211-18/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8098 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.0b1`ahze2006-12-1323-0/+1564
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8038 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-1423-1587/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* - Add missing "-" in -enable-official-brandingahze2006-10-121-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7732 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.5.0.7ahze2006-09-142-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7301 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.5.0.5ahze2006-07-292-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6890 df743ca5-7f9a-e211-a948-0013205c9059
* - Move to LOCALBASEahze2006-07-1823-0/+1587
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6629 df743ca5-7f9a-e211-a948-0013205c9059
* - Removeahze2005-11-3036-2516/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
* - Fix nspr in pkgconfig of old mozilla's so it tries to use port nsprahze2005-11-241-2/+2
| | | | | | | and not mozilla-nspr. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5201 df743ca5-7f9a-e211-a948-0013205c9059
* - Add SHA256 checksumspav2005-11-241-0/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5197 df743ca5-7f9a-e211-a948-0013205c9059
* Link Thunderbird against pangox to fix problems with undefined symbols.marcus2005-11-242-2/+19
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5195 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove a unneeded lineahze2005-11-231-2/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5191 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove mozconfig.inahze2005-11-231-13/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5190 df743ca5-7f9a-e211-a948-0013205c9059
* - Convert the rest of mozconfig.in to port vars.ahze2005-11-231-3/+10
| | | | | | | | | | | | | | | | - Add support for optional extensions in mozilla and seamonkey - Add support for <canvas> in firefox [1] - Add 3 new vars MOZ_EXTENSIONS Override "default" extensions MOZ_GRAPHICS Override "default" graphics decoders MOZ_PROTOCOLS Override "default" protocol [1] I hesitated adding this but it is default on for fedora, suse, gentoo see http://developer.mozilla.org/en/docs/Category:HTML:Canvas for more details git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5189 df743ca5-7f9a-e211-a948-0013205c9059
* - Handle -liconv in LIBS=ahze2005-11-231-38/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5188 df743ca5-7f9a-e211-a948-0013205c9059
* -- Marge lots of common mozilla-ports tasks into Makefile.commonahze2005-11-233-85/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o creation of plist (Disabled with NOGECKO_PLIST) o install (Disabled with NOGECKO_INSTALL) o many common post-patch routines - Expand post- pre- targets so ports and Makefile.common can use the same target - Makefile.common supports both ${FILESDIR}/mozconfig.in (if exists) and now has 3 new variables to add opions to .mozconfig [1] Ports can use the following: NOGECKO_INSTALL NOGECKO_PLIST Do not auto-create plist NOMOZCONFIG Use CONFIGURE_ARGS instead of .mozconfig MOZILLA_PLIST_DIRS Listing of directories to create plist and/or install MOZ_PIS_SCRIPTS List scripts listed in ${FILESDIR} to filter through MOZCONFIG_SED and install with mozilla PIS scripts. MOZ_SED_ARGS Add or replace to MOZ_SED_ARGS [1] MOZ_OPTIONS Add more configure arguments to .mozconfig MOZ_MK_OPTIONS Add more make arguments to .mozconfig MOZ_EXPORT Add export variables to .mozconfig if ${FILESDIR}/mozconfig.in exists and NOMOZCONFIG is not defined contents of ${FILESDIR}/mozconfig.in will be filtered through MOZCONFIG_SED and added the the end of .mozconfig I broke the following: o Optional extensions (irc, etc) , need to figure out how to handle this Todo: o Handle .desktop the install of .desktop files and icons o Handle Java plugins o Cleanup/Audit and moving any other common "things" into Makefile.common o (maybe) convert all the ${FILESDIR}/mozconfig.in to MOZ_OPTIONS/EXPORT variables o Add support for ports to set MOZILLA=PORTNAME-devel o Figure out how to get the rest of mozconfig-generic.in to work in MOZ_EXPORT, the following example does not work MOZ_EXPORT=CFLAGS="${CFLAGS}" if treats each flag in CFLAGS as a different flag and you end up with a bunch of export -O2, export -xxx instead of export -O2 -xxx -blah .... o Figure out why MOZ_OPIONS+=--prefix=${FAKEDIR} ends up in .mozconfig as --prefix=/fake instead of --prefix=${WRKDIR}/fake (--prefix is in mozconfig-generic.in for now) o testing testing TESTING git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5182 df743ca5-7f9a-e211-a948-0013205c9059
* - Support Makefile.common in all mozilla portsahze2005-11-1436-0/+2607
| | | | | | | | | | | | | | | | | - Make all mozilla ports use system nss, nspr, and libm and some mozilla ports use system cairo - Do a bunch of much needed catch-up and sync work on many mozilla ports such as libesd and cups patch, and many other misc patches - This adds WITH_DEBUG/WITH_LOGGING to many mozilla ports that didn't have it before. - Extend EXTRACT_AFTER_ARGS so everything will extract faster. Todo: Sync thunderbird-devel with thunderbird THEN make it use Makefile.common git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5125 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove thunderbird in preps for thunderbird-develahze2005-07-1824-1646/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4266 df743ca5-7f9a-e211-a948-0013205c9059
* Add $MCom$ tags underneath every $FreeBSD$ tag.adamw2005-06-284-0/+4
| | | | | | | | Instead of using a full ^I tab, I used two spaces, which I think is more readable. 4 spaces might be even more readable. *shrug* git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4133 df743ca5-7f9a-e211-a948-0013205c9059
* - Don't remove share/pixmaps it's in mtree. yayahze2005-06-151-1/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4084 df743ca5-7f9a-e211-a948-0013205c9059
* - Add thunderbird at version 1.1a1ahze2005-06-1124-0/+1643
| | | | | | | | | | | Note: Chrome stuff works with thunderbird (unlinke firefox) so no need to run as root. there are a few plist errors when removing thunderbird but everything is removed. ChangeLog: http://weblogs.mozillazine.org/rumblingedge/archives/2005/06/whats_new_in_th_1.html git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4066 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that the updates have been merged into the portsmarcus2005-03-1029-2116/+0
| | | | | | | tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
* Reset $FreeBSD$ tags.adamw2005-03-064-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3815 df743ca5-7f9a-e211-a948-0013205c9059
* Thunderbird needs the same freetype2 lovin' that firefox got.marcus2005-03-0529-0/+2116
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3807 df743ca5-7f9a-e211-a948-0013205c9059