Commit Graph

136 Commits

Author SHA1 Message Date
landry
3af97b660f Update to seamonkey 2.16 / enigmail 1.5.1
- see http://www.seamonkey-project.org/releases/seamonkey2.16/
- fixes MFSA 2013-21->28
- provides a builtin pdf viewer (pdf.js)
- remove patch-mozilla_toolkit_system_gnome_nsGIOService_cpp (#805202), firefox
now properly links with gio instead of dlopening it
- remove patch-mozilla_toolkit_xre_nsXREDirProvider_cpp and
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp, merged upstream (#803955)
2013-03-03 17:39:15 +00:00
ajacoutot
e03c56c9c5 MODGCC4_VERSION default to 4.6 now. 2013-02-07 19:13:49 +00:00
landry
cceeb2e114 Bugfix update to seamonkey 2.15.2 chasing firefox 18.0.2, fixing
'JavaScript related stability issues' for a well known social
network site (bug #831626).

While here remove patch for #830303, commited upstream in
mozilla-release just after 18.0.1.
2013-02-06 22:48:01 +00:00
sthen
37eb53bf43 Build Seamonkey and Firefox with gcc on i386 due to segfaults with the
CLang build (seems to be connected with opening pages using JavaScript).
Bump REVISIONs.
2013-01-22 23:59:22 +00:00
landry
3050dfb772 Bugfix update to seamonkey 2.15.1 chasing firefox 18.0.1. 2013-01-21 16:06:19 +00:00
landry
8b58aebe69 Fix packaging on !amd64. Damn you make update-plist! 2013-01-15 16:20:50 +00:00
landry
0a64e7944a Fix external plugin spawning (bug #830303) in seamonkey too. Tb not affected. 2013-01-14 14:11:11 +00:00
landry
912237046c Update to seamonkey 2.15/enigmail 1.5.0/lightning 2.0beta1
- see http://www.seamonkey-project.org/releases/seamonkey2.15/
- fixes MFSA 2013-01 -> 20
- build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required
since upstream dropped support for gcc < 4.4.
- don't build against systemwide jpeg anymore since it now needs its
internal libjpeg-turbo.
- add a stub method to sydney_audio_sndio.c in post-patch.
- add patch-mozilla_toolkit_mozapps_installer_packager_mk to fix a tar
  vs $(TAR) usage (bug #815793)
- remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore
- remove enigmail genxpi patch, and to a SUBST_VARS dance with an
XPCOM_ABI variable for the consistent naming of the new internal
libsuprocess ipc lib.
- add an enigmail patch to link with -shared
2013-01-11 23:17:31 +00:00
landry
e97437b91b Bugfix update to seamonkey(,-i18n) 2.14.1.
See http://www.seamonkey-project.org/releases/seamonkey2.14/changes#fixes2141
for the list of fixes.
Readd the --with-system-jpeg locally (to remove in 2.15), and remove all the
configure_env/args/build_depends stuff that moved to moz.port.mk.
2012-12-04 21:17:29 +00:00
landry
3b4bcaba13 Add missing BUILD_DEPEND on yasm for i386/amd64, from sthen@
Forgot to cvs rm patch-configure_in, leading to a packaging failure
since libmozgnome.so was forcedly disabled by the patch.
Reported by sthen@ and nigel@

No bump since it didnt package, and the PLIST doesnt change anyway.
2012-11-25 13:49:47 +00:00
landry
86de96c8d5 Update to seamonkey 2.14/enigmail 1.4.6/lightning 1.9b1.
- see http://www.seamonkey-project.org/releases/seamonkey2.14/ for details.
- tidy up WANTLIB/CONFIGURE_ARGS
- enable the gio/libnotify interaction. If libnotify is found at
  runtime, a popup will show incoming messages notification/download complete.
- install an icon in pixmaps/ for the desktop file, like in ffx/tb
- fix desktop file Exec line so that an argument can be passed to seamonkey
- remove patch-mozilla_browser_app_profile_firefox_js, this is spar^Wseamonkey!
- for the other patches removed/added, same comments as for ffx apply
2012-11-24 10:36:20 +00:00
landry
0f9eea998d Bump all ports depending on nspr to account for the devel/nspr,-main ->
devel/nspr pkgpath change. While here, make sure mozilla ports depend on
the latest and greatest via mozilla.port.mk.
Tested in a bulk build..
2012-11-12 20:45:32 +00:00
landry
4ad4d2b259 SECURITY update to seamonkey 2.13.2.
Fixes MFSA 2012-90 & 67.
http://www.mozilla.org/security/announce/2012/mfsa2012-90.html
2012-10-28 16:24:44 +00:00
landry
3526f736dd Bump REVISION-lightning too, since python disappeared from the
corresponding PLIST.
2012-10-24 20:44:50 +00:00
landry
8bbeb23c58 Bump REVISION-main, in last commit i removed MODPY_RUNDEP=No and
USE_GROFF=Yes, effectively changing the plist.
pointed out by naddy@
2012-10-24 14:12:35 +00:00
landry
7365c2e720 Free commit, shuffle things around to greatly reduce the diff between
thunderbird and seamonkey makefiles.
2012-10-21 09:55:47 +00:00
naddy
f87aaf7f90 braino 2012-10-14 14:26:02 +00:00
landry
c1bdb063a1 SECURITY update to seamonkey 2.13.1, tracking fx 16.0.1. 2012-10-13 06:46:26 +00:00
landry
03dfdc6123 Update to seamonkey 2.13/enigmail 1.4.5/lightning 1.8b1.
- see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly
debugged in gdb now. update README accordingly
- fix plugin path in README
2012-10-10 21:03:40 +00:00
ajacoutot
f1d7d38b4b Extend the desktop file: add a couple of mime types (x-scheme-handler)
so that the mozilla browsers are properly recognized in the "default
browser" specification.

ok landry@ (maintainer)
2012-10-06 07:55:55 +00:00
landry
181d9b3892 Remove useless dependency on deprecated pangox.
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
  it'll be a requirement for upcoming gecko 16 releases
2012-09-22 10:30:17 +00:00
ajacoutot
a598203a8d Fix after pangox removal from devel/pango.
ok jasper@
2012-09-21 13:21:44 +00:00
landry
66a52d3a5e Bugfix update to seamonkey 2.12.1.
Fixes bugs #780908, #787046 & #787833, and the regression in private
browsing mode (#787743) among other mozilla-specific fixes.
2012-09-10 11:13:07 +00:00
landry
59316de88a Update to seamonkey 2.12.
- see http://www.seamonkey-project.org/releases/seamonkey2.12/
- garbage collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #691898, merged upstream (yarr jit ppc)
- remove useless crashreporter patch, we don't have breakpad
2012-09-01 14:10:03 +00:00
landry
9bbed215fb Update to seamonkey 2.11/enigmail 1.4.3.
- see http://www.seamonkey-project.org/releases/seamonkey2.11/
- remove the -rpath hack, not needed since matthew's ld.so fix from
  12/06
- backport cset from #750620 to fix ppc (and other exotic archs) build.
- force-disable gconf in configure.in (bug #765556)
- remove the chunk from #763408, packaging was fixed
2012-08-07 09:02:33 +00:00
landry
5736abff77 fix typo (REVISION-ligthning) and actually bump 2012-06-17 18:21:43 +00:00
landry
60a8aa8d28 Bugfix update to seamonkey 2.10.1. 2012-06-17 09:24:09 +00:00
landry
32774b098d Update to seamonkey 2.10.
See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details
- Update lightning to 1.5b1 and enigmail to 1.4.2
- add the rpath hack to workaround #668869
- dont make packaging warnings errors (#763181)
2012-06-11 15:38:33 +00:00
landry
b2dd2d7451 Sync patches with what has (finally _o/ \o/ \o_ !) been commited
upstream for bug #691898, fixing build on powerpc (and other non
yarr-jit archs..), see
https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
2012-05-09 20:36:40 +00:00
landry
b4e577b37e Remove useless patches which should have gone in the attic when updating
to mozilla 9. Better late than never.. Still from upstream bug #648735.
Revs https://hg.mozilla.org/mozilla-central/rev/ea33ddde6ade,
https://hg.mozilla.org/mozilla-central/rev/226136c5812e and
https://hg.mozilla.org/mozilla-central/rev/f78d9f4f5234.

While here add a comment stating the failure fixed by last two remaining
ipc patches.
2012-05-09 17:16:01 +00:00
landry
013d6c65d9 Update to seamonkey 2.9.1/lightning 1.4b1/enigmail 1.5pre.
- See http://www.seamonkey-project.org/releases/seamonkey2.9/
- add patch-suite_installer_Makefile_in to avoid installing the SDk
  (corollary of Tb's patch-mail_installer_Makefile_in)
- use MOZ_DEBUG_FLAGS="-Os" on ppc as done in Tb to avoid a
  relocation overflow when linking libxul on ppc (reminded by aja@)
2012-04-30 15:38:09 +00:00
espie
8dbaef9fe6 sqlite bump 2012-04-24 06:10:16 +00:00
landry
c34d58f59f Update to seamonkey 2.8. (and enigmail 1.4/lightning 1.3b1)
- Fixes MFSA 2012-12->19
- see http://www.seamonkey-project.org/releases/seamonkey2.8/
- complete patchset for #691898, still fixes build on ppc (and hopefully
commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:38:33 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
landry
d4d95e79ee Update to seamonkey 2.7.2.
Same comments as for thunderbird, and remove i18n xpis from the port,
they bring 20Mb to the package without reason and will be better as
no-arch in www/seamonkey-i18n.
2012-02-20 20:20:00 +00:00
nigel
83f9283889 Update seamonkey to 2.6.1
Ok landry@ stsp@ mpi@
2012-01-11 03:00:02 +00:00
nigel
e1b48cf378 always build without gconf
Ok jasper@
2011-12-15 23:05:44 +00:00
nigel
45570b6074 Update seamonkey 2.4.1 to 2.5, enimail to 1.3.4 and lightning.
Ok mpi@
2011-12-08 00:39:18 +00:00
robert
4c5f7ff005 unbreak after nspr change and enable vswprintf 2011-10-28 13:17:14 +00:00
landry
0cdc912a0a Update to seamonkey 2.4.1. 2011-10-03 21:07:39 +00:00
nigel
35c87823ef Backport from upstream
https://bugzilla.mozilla.org/show_bug.cgi?id=681026
https://hg.mozilla.org/mozilla-central/rev/bb708067dd57

enigmail v.1.3 updated to v.1.3.2

ok landry@ (maintainer)
2011-09-21 14:34:27 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
landry
8866d45ff5 Security update to seamonkey 2.3.3. 2011-09-06 19:43:21 +00:00
landry
a0e8e3e6be Minor update to seamonkey 2.3.1, which is 2.3 plus patches for #664095
and #671466.
2011-08-24 17:27:05 +00:00
landry
932072587f s/_MOZ_PROJECT_SHORT/MOZILLA_PROJECT/ when installing desktop file. 2011-08-24 06:19:50 +00:00
landry
4535dd0c3d Update to seamonkey 2.3/lightning 1.0b5/enigmail 1.3
See http://www.seamonkey-project.org/releases/seamonkey2.3/.
Remove patches merges upstream, enigmail update lifted from nigel@'s tb update
2011-08-23 20:25:24 +00:00
landry
16b6b06de1 Add ftp://ftp.mozilla.org as backup MASTER_SITES to still be able to
fetch 'old' releases phased out of mirrors. Prodded by espie@.
2011-08-23 08:38:13 +00:00
landry
3344660e3e Oops, forgot to adjust enigmail's install.rdf specifying it works fine
in seamonkey 2.2. Repair.
2011-07-28 20:48:56 +00:00
landry
1437cd4c43 As done in thunderbird, merge enigmail/seamonkey port into seamonkey
port so that seamonkey is not built twice, and enigmail-seamonkey is
built as a subpackage of seamonkey, like lightning...
add @conflict/@pkgpath markers to allow seamless updates from previous
enigmail-seamonkey packages.
2011-07-28 20:32:39 +00:00
landry
0f4851e6e4 Security fix for CVE-2011-2691 backported from png 1.4.8, from naddy@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=669863 for details.

firefox35, firefox36 and sunbird use png 1.2.35 and will need other fixes.
2011-07-28 08:12:50 +00:00