Commit graph

58 commits

Author SHA1 Message Date
Joe Marcus Clarke
afdbc09578 Update to 1.0.7.
Security:	See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release.
2005-09-30 05:35:28 +00:00
Jeremy Messenger
f0120ed0a2 - 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]
2005-09-23 20:42:37 +00:00
Jeremy Messenger
f446e728b4 - 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)
2005-09-07 07:27:45 +00:00
Jeremy Messenger
48c35e710c - 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.
2005-08-28 08:00:00 +00:00
Michael Johnson
5f3c71b232 - Update to 1.0.6 2005-07-21 07:26:46 +00:00
Joe Marcus Clarke
3829f4fdff 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
2005-07-14 04:53:06 +00:00
Joe Marcus Clarke
6133806e4b 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>
2005-07-08 05:22:31 +00:00
Michael Johnson
31f660eb35 - Add missing quite to fix install
Reported by:	verm@darkbeer.org
2005-04-27 11:33:51 +00:00
Michael Johnson
5baac38237 - 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.
2005-04-26 19:30:55 +00:00
Michael Johnson
c45a0ef4b2 - Remove mng support, it has never worked 2005-04-14 00:29:49 +00:00
Joe Marcus Clarke
d3dea5711e * 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)
2005-03-25 05:53:04 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
08545d0dfd 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
2005-03-10 00:43:23 +00:00
Michael Johnson
6d3f2a711b - Fix expr usage for 4.x since expr on 4.x
is not POSIX compliant. [1]

Submitted by:	girgen [1]
2004-12-29 03:28:51 +00:00
Michael Johnson
b18bfe2076 - 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]
2004-12-28 00:51:58 +00:00
Michael Johnson
894f4f9282 Add Encoding type to desktop file to validate via desktop-file-validate 2004-12-13 00:04:25 +00:00
Joe Marcus Clarke
f8f367632a Correct the MASTER_SITE_SUBDIR in order to fix fetching.
Submitted by:	daichi
2004-12-08 06:26:27 +00:00
Joe Marcus Clarke
9dc4198237 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.
2004-12-08 05:58:33 +00:00
Adam Weinberger
99eb2a1689 Update to 1.0. 2004-12-08 05:41:31 +00:00
Adam Weinberger
f37445a85e Update to 1.0rc. 2004-12-04 20:34:06 +00:00
Joe Marcus Clarke
abbdc87752 * 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]
2004-11-22 04:16:25 +00:00
Joe Marcus Clarke
67b5465482 * 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]
2004-11-07 23:29:33 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
5d1f4c0b5e Update to 0.9. See http://www.mozilla.org/products/thunderbird/releases/
for all the wonderful new features.
2004-11-06 06:11:37 +00:00
Joe Marcus Clarke
3bffe907e1 * 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]
2004-10-17 21:40:11 +00:00
Joe Marcus Clarke
6b605d422b Fix build with Perl < 5.6.1. 2004-10-14 00:37:47 +00:00
Joe Marcus Clarke
1db758c390 Fix build when PORTSDIR is read-only.
PR:		72629
2004-10-13 16:18:00 +00:00
Joe Marcus Clarke
92569e4264 * 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.
2004-10-11 23:45:43 +00:00
Joe Marcus Clarke
d4b6b688df 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)
2004-09-28 03:26:29 +00:00
Joe Marcus Clarke
d06d89d9ec 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.
2004-08-06 06:31:33 +00:00
Pav Lucistnik
42717d2b33 - Fix build with gcc-3.4
PR:		ports/69833
Submitted by:	Jake Hamby <jhamby@anobject.com>
2004-07-31 15:16:58 +00:00
Joe Marcus Clarke
9e94e6497f 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
2004-07-27 20:51:02 +00:00
Joe Marcus Clarke
08576a11f4 Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.

Submitted by:	green
2004-07-27 14:18:27 +00:00
Adam Weinberger
61088c5833 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.)
2004-07-18 20:20:21 +00:00
Joe Marcus Clarke
0be8477e93 Update to 0.7.1. 2004-07-03 00:36:28 +00:00
Joe Marcus Clarke
583b43a085 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.
2004-06-24 18:15:44 +00:00
Alex Dupre
a9539469a0 The checksum is not changed, but the distfile yes :) 2004-05-24 17:41:36 +00:00
Joe Marcus Clarke
ad26255b44 The distfile was renamed on the server. The checksum has not changed,
however.
2004-05-24 15:11:54 +00:00
Joe Marcus Clarke
40926f0931 Fix a potential crash if thunderbird tries to load browser plug-ins.
PR:		66450
Submitted by:	Franz Klammer <klammer@webonaut.com>
2004-05-17 20:09:09 +00:00
Joe Marcus Clarke
152ab6f7af 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/
2004-05-03 19:10:34 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
2e2a921591 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
2004-03-19 03:14:55 +00:00
Joe Marcus Clarke
dbe1712ce3 Fix build with freetype2-2.1.7. 2004-03-17 07:12:34 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Joe Marcus Clarke
700b9acc7e Re-add the Perl patch to fix the build with Perl < 5.6. Looks like this was
need for Tunderbird after all.

Reported by:	many
2004-03-09 17:03:58 +00:00
Joe Marcus Clarke
2d6650ae38 If building with debugging, don't enable binary stripping. 2004-03-05 07:16:45 +00:00
Joe Marcus Clarke
68e3c7d8e1 * 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
2004-02-28 01:14:52 +00:00
Joe Marcus Clarke
6ddd2d3eaf Add ia64 to the list of unsupported platforms. 2004-02-26 17:58:48 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00