Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/thunderbird-devel/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / mail / thunderbird-devel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.61
Thu Jan 12 05:54:31 2006 UTC (6 years ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.60: +1 -1 lines
- Update thunderbird to 1.5 [1]
- Remove thunderbird-devel
- Remove thunderbird from supported geckos for 4.x

Release notes:	http://www.mozilla.com/thunderbird/releases/1.5.html

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Dec 23 13:53:30 2005 UTC (6 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3 lines
- Update to 1.5rc2
- Fix icon in .desktop file [1]

Submitted by:	sajd via irc.freenode.org/#FreeBSD-GNOME [1]

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Dec 8 22:55:49 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
- Fix build in tinderbox

Reported by:	kris via pointyhat

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Dec 2 05:30:01 2005 UTC (6 years, 2 months ago) by mezz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Fix all those ports to find libnssckbi.so in the correct place to allow those
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>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Dec 1 16:16:17 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
- Readd USE_GCC=3.4+

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:25:38 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
- Fix thunderbird-devel icon

Submitted by:	marcus

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:12:26 2005 UTC (6 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +36 -176 lines
- Update firefox to 1.5
- 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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Nov 7 19:09:24 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +10 -3 lines
Update to 1.5 Release Candidate 1.

Submitted by:	mnag

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Nov 5 06:51:25 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +115 -150 lines
Add thunderbird-devel after a repocopy from ports/mail/thunderbird.
Thunderbird-devel represents work in progress towards Thunderbird 1.5.
See http://www.mozilla.org/products/thunderbird/releases/1.5.html for
more details.

Most of this work was done by ahze and mnag.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:57 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Sep 30 05:35:28 2005 UTC (6 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
Update to 1.0.7.

Security:	See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Sep 23 20:42:37 2005 UTC (6 years, 4 months ago) by mezz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3 lines
- Fix the sed for libesd and kill the major version of library
  (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]

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Sep 7 07:27:45 2005 UTC (6 years, 5 months ago) by mezz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -1 lines
- Fix the plist. [1]
- 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)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Aug 28 08:00:00 2005 UTC (6 years, 5 months ago) by mezz
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +141 -116 lines
- Repo copy a lot of changes from www/firefox/Makefile. The best part is that
  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.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jul 21 07:26:46 2005 UTC (6 years, 6 months ago) by ahze
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Update to 1.0.6

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 14 04:53:06 2005 UTC (6 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
Update to 1.0.5.  This is primarily a security and stability fix release.

Security:	See http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list of vulnerabilities fixed in 1.0.5

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jul 8 05:22:31 2005 UTC (6 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Correct the GNOME menu icon location.  I'm not bumping PORTREVISION as this
only affects GNOME users, and is a small change for such a long compilation.

PR:		80937
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Apr 27 11:33:51 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
- Add missing quite to fix install

Reported by:	verm@darkbeer.org

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Apr 26 19:30:55 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -7 lines
- Install .desktop file in share/applications instead of
  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.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Apr 14 00:29:48 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2 lines
- Remove mng support, it has never worked

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Mar 25 05:53:04 2005 UTC (6 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +20 -7 lines
* Update to 1.0.2 to fix security issues (see
  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)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:04 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:43:21 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -0 lines
Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.

PR:		78385
Submitted by:	lesi

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Dec 28 00:51:57 2004 UTC (7 years, 1 month ago) by ahze
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -10 lines
- Remove WITH_NEW_ICON knob
- 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]

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Dec 8 06:26:27 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Correct the MASTER_SITE_SUBDIR in order to fix fetching.

Submitted by:	daichi

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 8 05:58:33 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +12 -10 lines
Complete a more extensive upgrade to 1.0 that ensures the isp directory
is created, plus disables CUPS support until a better solution can be found
for the NSS/OpenSSL symbol conflict crash.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Dec 8 05:41:31 2004 UTC (7 years, 2 months ago) by adamw
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Update to 1.0.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Dec 4 20:34:06 2004 UTC (7 years, 2 months ago) by adamw
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +11 -11 lines
Update to 1.0rc.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 22 04:16:25 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2 lines
* Instead of using Xvfb, and evil black magic to create the extensions
  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]

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Nov 7 23:29:33 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +14 -2 lines
* Fix Movemail and RSS support
* 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]

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:46 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Nov 6 06:11:36 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -6 lines
Update to 0.9.  See http://www.mozilla.org/products/thunderbird/releases/
for all the wonderful new features.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Oct 17 21:40:11 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -4 lines
* Remove a patch that is no longer needed
* 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]

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 14 00:37:47 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -0 lines
Fix build with Perl < 5.6.1.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 13 16:18:00 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Fix build when PORTSDIR is read-only.

PR:		72629

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 12 00:00:08 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -0 lines
The previous commit also added support for installing the new Thunderbird
brand icon by defining WITH_NEW_ICON.

PR:		71780
Submitted by:	Radek Kozlowski <radek@raadradd.com>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 11 23:45:43 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +62 -43 lines
* Update to 0.8
* 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.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Sep 28 03:26:28 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Patch the various recently reported security vulnerabilities in Mozilla.
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)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Aug 6 06:31:33 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Update to 0.7.3 which fixes numerous possible security issues.  See
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 for
more details.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jul 27 20:50:11 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
Fix global extension and theme installation by making sure the path to the
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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 18 20:20:21 2004 UTC (7 years, 6 months ago) by adamw
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -1 lines
Update to 0.7.2.
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.)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 3 00:36:28 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update to 0.7.1.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 24 18:15:43 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +19 -9 lines
Update to 0.7.  A list of what's new can be found at
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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 24 15:11:54 2004 UTC (7 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
The distfile was renamed on the server.  The checksum has not changed,
however.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 17 20:09:08 2004 UTC (7 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Fix a potential crash if thunderbird tries to load browser plug-ins.

PR:		66450
Submitted by:	Franz Klammer <klammer@webonaut.com>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 3 19:10:33 2004 UTC (7 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -7 lines
Update to 0.6.  The list of all that is good in this release can be found at:

http://www.mozilla.org/products/thunderbird/releases/

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:55 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 19 03:45:20 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -0 lines
Forced commit to note why we don't build with a bind port that has
overridden the base.  To quote from eik:

[Bind] overwrites /usr/include/netdb.h and give a wrong definition for
`h_errno' when _REENTRANT is defined. This causes link errors where
`__h_errno' is undefined.

Requested by:	linimon

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 19 03:14:55 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -0 lines
Borrow from  the OpenLDAP ports, and refuse to build if bind has been
installed with PORT_REPLACES_BASE_BIND defined.

PR:		61756
Obtained from:	OpenLDAP ports

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 16 22:54:02 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Chase the new location of libXft.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 28 01:14:52 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +28 -14 lines
* Update to 0.5
* Fix a potential hang with esound
* Fix some potential pthread issues
* Add more platform compatibility patches
* Fix libiconv support
* Pull in some patches from firefox to shorten the plist some

Special thanks to ale for getting a clean source tarball and hosting it.  For
the details on what's new in the release, please see:

http://www.mozilla.org/projects/thunderbird/release-notes.html

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 26 17:58:48 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Add ia64 to the list of unsupported platforms.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 14 22:37:02 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -0 lines
Repo-copy mozilla-thunderbird to thunderbird to be consistent not only with
the Mozilla.org naming convention, but also with our own.  We do not need
the mozilla- prefix since there are no other thunderbird ports in the tree.

Note: I am not updating to 0.5 at this time since the 0.5 source tarball was
released with all files in DOS text format, and even with the best conversion,
leaves the toolbars broken.  I have notified the Thunderbird authors, but
they have not re-rolled the distfile at this time.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:07:23 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 22 11:06:00 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -2 lines
Use the SORT macro from bsd.port.mk.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:22:17 2003 UTC (8 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -18 lines
* Update to 0.4
* Add support for new options
* Don't include stuff after bsd.port.post.mk

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 24 01:21:15 2003 UTC (8 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: old_old_RELEASE_5_2_1, old_old_RELEASE_5_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Don't build this port on amd64.

Approved by:	portmgr (implicit)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 15 19:26:38 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -13 lines
* Update to 0.3
* Remove GTK1 support

See the Thunderbird release notes at
http://www.mozilla.org/projects/thunderbird/release-notes.html for a list
of what's new and what's changed.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 12 22:03:10 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
Mark IGNORE on -STABLE Alpha.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 6 18:34:37 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: old_old_RELEASE_4_9_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -0 lines
Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.
This should help the KSE and libthr people use these applications (plus it
lets them build on -CURRENT).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 4 06:31:09 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Add mozilla-thunderbird, a mail application based on the Mozilla mail
component.  More details on this project as well as the 0.2 release notes
can be found at:

http://www.mozilla.org/projects/thunderbird/

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options