193 Commits

Author SHA1 Message Date
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
ajacoutot
e4402cc681 Missed bump; spotted by naddy@ 2015-05-24 14:30:29 +00:00
ajacoutot
f7060d926b Sync in the GStreamer change from Firefox to SeaMonkey.
from brad
ok sthen@
2015-05-23 12:18:32 +00:00
landry
adb05bd6ba Revision bumps after mozilla.port.mk dependency changes. 2015-05-16 07:19:06 +00:00
landry
811872ed56 Security update to seamonkey 2.33.1.
- Fixes MFSA-2015-28/29 (Pwn2Own)
2015-03-23 21:05:12 +00:00
landry
72a17b4605 Move i386 back to build with clang. The issues we had in the past seem
to have resolved, 37.0beta5 builds and runs with clang, and the build
of 36 with gcc4 is broken anyway because of #1028827 and #1122745. Boo
SSSE3/SSE4.1.
2015-03-19 19:49:49 +00:00
landry
914f6ee22f Update to seamonkey 2.33 / lightning-seamonkey 3.8.
- See http://www.seamonkey-project.org/releases/seamonkey2.33/
- Fixes MFSA 2015-11->27
- widget code moved, move nsPrintSettingsImpl.cpp patch around
2015-03-16 20:00:29 +00:00
landry
f7381d01ff Chase firefox 35.0.1 and update seamonkey to 2.32.1. 2015-02-10 10:47:30 +00:00
landry
bce509b386 Even better with a patch that actually applies \o/ 2015-01-14 18:05:16 +00:00
landry
c6ae9cba47 Fix HAVE_TOOLCHAIN_SUPPORT_MSSE4_1 macro. again. 2015-01-14 17:52:07 +00:00
landry
254d169026 Update to seamonkey 2.32 / lightning 3.7
- See http://www.seamonkey-project.org/releases/seamonkey2.32/
- Fixes MFSA 2015-01->09 except 07, not applying
- Remove js/src/jscpucfg.h patch, merged upstream in #1065055
2015-01-14 17:46:53 +00:00
landry
d76fc56cc5 Fix build on i386 by applying more -msse4.1 (or is it SSSE4_1 ?) parts from
the pending patch in bug #1028827, mostly from Fabian Raetz.
Breakage noticed by sthen@, thanks!
2014-12-09 16:49:22 +00:00
landry
b42524b056 Remove i386 skia patch, that part was merged upstream (and is still being worked on)
Reminded by nigel@, thanks!
2014-12-07 17:16:07 +00:00
landry
80d72273f9 Update to seamonkey 2.31 / lightning 3.6
- See http://www.seamonkey-project.org/releases/seamonkey2.31/
- Fixes MFSA-2014-83->91
- remove patch-mozilla_toolkit_library_libxul_mk, merged (#1036832)
- add patch-ldap_sdks_c-sdk_configure_in to link ldap libs using a soname (#1107063)
2014-12-07 09:19:57 +00:00
landry
729005a9f4 Update to seamonkey 2.30 / lightning-seamonkey 3.5.
- See http://www.seamonkey-project.org/releases/seamonkey2.30/
- Fixes MFSA 2014-74-->82
- build with systemwide icu4c, workarounds #1064665 (and as a side
  effect shrinks the libs/packages by 1 or 2 megs)
- for consistency with firefox, build with gstreamer1 instead of
  gstreamer-0.10
- add patch-toolkit_library_libxul_mk from bug #1036832 to workaround a
  linking failure with our ancient binutils
- remove patch-media_libvpx_Makefile_in from #982693 fixing libvpx build
  on i386, a variation of it was merged upstream
- remove patch-mozilla_js_src_configure_in, didnt apply anymore and was
  useless
2014-10-17 07:30:43 +00:00
sthen
f9c635f3a7 copy i386-fixing patches from www/mozilla-firefox (only difference is the path) 2014-10-03 11:12:01 +00:00
landry
12e74ce084 (Long awaited) update to seamonkey 2.29 / lightning 3.4.
- See http://www.seamonkey-project.org/releases/seamonkey2.29/
- this is based on gecko 32, so contains all the new changes since gecko
  20 (which was the basis for seamonkey 2.26)
- remove patches to fix lightning display (merged in #1001985)
- remove mozilla/browser/components/certerror/content/aboutCertError.xhtml,
boring patch.
- add intl/icu patch from #990196
- remove
  patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp and
patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp, they neved made any
sense to me and this is the wrong place to modify this.
2014-09-09 21:27:17 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
landry
e12b1ed212 Bump REVISION-main to account for mozilla.port.mk dependency change.
Unfortunately, sm 2.28 is delayed upstream again, so will miss this
train...
2014-07-24 18:04:21 +00:00
landry
fa6dc9ff59 Cope with the fact that <endian.h> arrived in /usr/include, and doesnt
provide __BYTE_ORDER like apparentely expected everywhere else.. to be
reported upstream.
2014-07-13 22:37:00 +00:00
landry
02bf1a9674 Bump REVISION-lightning to 2 to avoid going backwards. spotted by kili@,
thanks!
2014-06-16 19:54:46 +00:00
landry
3d7457a01a Bugfix update to seamonkey 2.26.1. 2014-06-15 19:53:01 +00:00
landry
a0985b7527 Bump REVISIONs after mozilla.port.mk changes. Note that seamonkey 2.27
will miss the trains due to infrastructure issue, a 2.26.1 is in the
pipe, and 2.28 should be released in line with ffx/gecko 31.
2014-06-14 12:52:04 +00:00
landry
7143c76911 sm 2.26 final was released, adjust MASTER_SITES.
while here add gstreamer's to BDEP/RDEP, otherwise configure fails if
gst-plugins-base is missing. spotted by kili@, thanks!
2014-05-03 07:28:30 +00:00
landry
8006227429 Update to seamonkey 2.26rc1 (to ride the mozilla.port.mk changes) and
lightning 3.1.

- See http://www.seamonkey-project.org/releases/seamonkey2.26/
- Fixes MFSA 2014-34,36->39,41->47
- remove now useless config.mk patch, was only here for enigmail
- add patches to fix lightning display (#1001985)
- set spellchecker.dictionary_path to look for systemwide dicts

(note that seamonkey-i18n is not update yet on purpose, as 2.26 final is
not yet available, langpacks are not there *yet* - will be fixed tmrw)
2014-04-29 21:47:00 +00:00
landry
fb612f2ef8 -fno-integrated-as breaks non-clang platforms, apply it only on amd64
via an environment variable hack.

from/with sthen@
2014-04-22 11:38:33 +00:00
landry
f7c7f401f9 Fix build in libvpx asm with newer llvm, see #982693 2014-04-20 16:18:55 +00:00
landry
d3bc47174e Update to seamonkey 2.25.
- See http://www.seamonkey-project.org/releases/seamonkey2.25/
- Fixes MFSA-2014-15->32 (except 21,24,25, not relevant to SM?)
- Remove enigmail subpackage, build goo & patches, will be
superseded by mail/enigmail,-seamonkey
- add an all-openbsd.js file to customize default preferences and
install it in defaults/pref/. Use it to set
extensions.autoDisableScopes to 3, so that extensions installed in
${LOCALBASE}/lib/mozilla/extensions/${APPID} are enabled by default.
- remove libffi patches, were merged upstream in #928390 and #928381
2014-03-24 21:34:21 +00:00
landry
d20517fce5 Really disable all the bits related to enigmail; now packages fine. 2014-03-11 17:30:06 +00:00
landry
7aca6dd5be Disable the -enigmail subpackage. A change in mozilla's build system in
the gecko 27 cycle made it impossible to build enigmail within SM as
it used to be the way. Upstream enigmail has a new build system separate
of mozilla, which i'll shortly import (once i've figured out how to make
systemwide extensions working for different products)
2014-03-11 06:31:27 +00:00
landry
4e585b62b3 Update to seamonkey 2.24.
See http://www.seamonkey-project.org/releases/seamonkey2.24/
- Fixes MFSA-2014-01 to 13, excluding 06 and 10
- remove GStreamerLoader.cpp patch, merged in 927898 (or now useless)
- remove patch-mozilla_gfx_layers_BufferUnrotate_cpp, merged in 929439
- remove patch-mozilla_ipc_chromium_src_base_debug_util_posix_cc, merged
  in 927810 (was p_psflags change in base)

There *might* be an issue building enigmail, but i dont remember if it
appeared in 2.24 or 2.25, and i'll handle that shortly. Let's ride the
gcc4+www/mozilla MODULE change!
2014-03-10 20:44:12 +00:00
landry
98c9b76cfe Backport https://hg.mozilla.org/mozilla-central/rev/0787526e0ed6 to fix
a build failure on sparc64/macppc, adding string.h for memcpy() (#929439)
reported by gilles@ on sparc64, and i also saw it on macppc.
2013-12-25 08:21:39 +00:00
landry
502219a155 Update to seamonkey 2.23.
- See http://www.seamonkey-project.org/releases/seamonkey2.23/
- Fixes MFSA-2013-104 -> 117 (all but 105, in fact)
- remove patch-ipc_chromium_src_base_dir_reader_bsd_h (#909005),
  the getdents() patch has been merged upstream.
- temporarly add a config/config.mk patch to reinstate XPIDL_LINK,
  fallout from http://hg.mozilla.org/releases/comm-release/rev/a6ab55f00e21
  (this is needed for enigmail to build fine.)
2013-12-12 19:58:39 +00:00
landry
bca8e21732 %s/_VERSION/_VER/ in PLISTs for consistency. 2013-11-04 21:18:33 +00:00
sthen
3cc400bd3a move seamonkey/firefox to gcc on i386, it triggers a compiler segfault in
clang 3.3 (X86 DAG->DAG Instruction Selection)
2013-11-03 11:30:09 +00:00
landry
f32514064d Update to seamonkey 2.22/lightning 2.7b1/enigmail 1.6.
- see http://www.seamonkey-project.org/releases/seamonkey2.22/
- fixes MFSA 2013-93 -> 102 (99 didnt affect SM)
- add gstreamer patch from #927898
- remove genxpi enigmail patch, merged upstream
2013-10-31 08:01:32 +00:00
landry
5e5210c0b6 Allow this to package the enigmail subpackage on sparc64 by defining XPCOM_ABI. 2013-09-30 20:10:24 +00:00
sthen
7ad838df72 handle p_flags split in kinfo_proc to unbreak 2013-09-25 23:39:54 +00:00
sthen
82cb166e3f these are currently BROKEN (sysctl changes), mark them as such to save time
in builds, jasper@ agrees
2013-09-25 16:53:52 +00:00
landry
4bb3065815 Update to seamonkey 2.21/lightning 2.6b3
- see http://www.seamonkey-project.org/releases/seamonkey2.21/
- fixes MFSA 2013-76 -> 92 (84, 86 & 87 didnt affect SM)
- remove BROKEN-sparc64 \o/
- add sparc64 & alpha (insane!) to MODGCC4_ARCHS
- remove patch-gfx_thebes_gfxPlatform_cpp, was merged upstream in
  #722975 (and we dont build with system cairo anyway now)
- remove useless patch-parser_html_Makefile_in, maybe it made sense in
the gcc 3 / ffx 3.6 days but those are over...
2013-09-19 13:24:53 +00:00
sthen
7816a52b99 remove interim prototype for getdents() now that it's in base 2013-08-16 10:25:31 +00:00
sthen
337737e9d0 fix firefox/seamonkey build on post-flag-day -current:
- use getdents(2) now that we have it; previously OpenBSD was special-cased
to use getdirentries(2) instead.

- interim fix: declare getdents() to allow firefox/seamonkey to build on
-current until consensus has been reached on return types/adding to system
headers.

discussed with landry@, clues from guenther@.
2013-08-15 10:42:51 +00:00
landry
ae1744427c Update to seamonkey 2.20 / lightning 2.5b1
- see http://www.seamonkey-project.org/releases/seamonkey2.20/
- fixes MFSA-2013-63->75 (all but 66, 71 & 74, rly)
- use disable-debug-symbols on ppc too :(
- fix enigmail RDEP to depend on -main, otherwise it can be installed
  without sm, and this doesnt make much sense..
2013-08-08 07:02:37 +00:00
landry
841f62a319 Remove enigmail patch commited upstream. 2013-07-14 11:03:57 +00:00
landry
3e548e6284 Fix packaging by unzipping the correct enigmail xpi. Probably caused by
the previous distfile reroll.
Issue reported by nigel@ & naddy@
2013-07-14 11:03:13 +00:00
landry
4cffe45c01 Forgot to cvs rm patch-ldap_sdks_c-sdk_configure_in for #720373, was
commited upstream. Reported by naddy@
2013-07-13 06:25:59 +00:00
landry
ea6873cf0e Fix enigmail's cksum/size, reported by naddy@. 2013-07-11 21:08:21 +00:00
landry
2c2207b9ce Update to seamonkey 2.19 / enigmail 1.5.2 / lightning 2.4b1.
- See http://www.seamonkey-project.org/releases/seamonkey2.19/
- Fixes more or less the same list of MFSA fixed in ffx 22
- Finally back on track after missing 2.18 due to build infra issues
- Add a patch to workaround #886095 (which puzzled me for 3 weeks)
- remove no longer needed sydneyaudio patches
- add TERM=xterm hack to workaround mozbuild issue
- reenable clang on i386, using --disable-debug-symbols
- sync patch-mozilla_gfx_thebes_gfxPlatform_cpp which the one from ffx
2013-07-11 16:23:38 +00:00
landry
50ab578b5e Bump some REVISIONs after mozilla.port.mk WANTLIB change. 2013-06-26 19:31:57 +00:00
naddy
4f90eb769f bump after hx509 removal from Kerberos 2013-06-22 13:19:23 +00:00