[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #3 from mikael.uran...@gmail.com --- (In reply to Jan Beich from comment #2) Have you tried on ppc64? /usr/local/bin/rustc -v --crate-name build_script_build /usr/ports/devel/rust-cbindgen/work/cbindgen-0.7.1/cargo-crates/serde-

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #4 from mikael.uran...@gmail.com --- Why does the default linker isn't used anyway? where does cc come from? it's supposed to be gcc7 or 8 on ppc. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 233791] www/firefox: update to 65.0 (currently, Beta phase)

2019-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233791 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Jan 29 00:45:07 UTC 2019 New revision: 491524 URL: https://svnweb.freebsd.org/changeset/ports/491524 Log: MFH: r490910 r491042 r491043

[Bug 233791] www/firefox: update to 65.0

2019-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233791 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(gecko@ | |FreeBSD.org)

[Bug 235161] mail/thunderbird: update to 60.5.0

2019-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235161 Jan Beich changed: What|Removed |Added Flags||merge-quarterly? --- Comment #3 from J

[Bug 235300] www/firefox: update to 66.0

2019-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235300 Bug ID: 235300 Summary: www/firefox: update to 66.0 Product: Ports & Packages Version: Latest Hardware: Any URL: https://wiki.mozilla.org/Releases/Firefox_66/Test_Plan

maintainer-feedback requested: [Bug 235300] www/firefox: update to 66.0

2019-01-29 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235300: www/firefox: update to 66.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235300 --- Description --- See review D19020 for the patch. ___ freebsd-gecko@

[Bug 233791] www/firefox: update to 65.0

2019-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233791 Jan Beich changed: What|Removed |Added Blocks||235300 Referenced Bugs: https://bugs

[Bug 221916] cease www/firefox-i18n dependency on old, incompatible xpi-quick-locale-switcher

2019-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221916 --- Comment #6 from Jan Beich --- Firefox 65 has language selection in Preferences (similar to Waterfox) while older releases can follow https://support.mozilla.org/kb/use-firefox-another-language which was translated into several languages

[Bug 235161] mail/thunderbird: update to 60.5.0

2019-01-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235161 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Jan 31 00:58:39 UTC 2019 New revision: 491666 URL: https://svnweb.freebsd.org/changeset/ports/491666 Log: MFH: r491078 mail/thunder

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-01-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 John Hein changed: What|Removed |Added CC||jcfyecr...@liamekaens.com --- Comment

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 --- Comment #6 from John Hein --- By the way, using binutils [1] from ports to use a different ld fails when linking libxul.so in a different way: . . /usr/local/bin/ld: ../../js/src/js-dtrace.o: warning: relocation against `_ZN2js13Exec

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #5 from Jan Beich --- Is this specific to devel/rust-cbindgen or affects any USES=cargo consumer? If the latter I'd prefer to move the quirk there, so even new ports can benefit from it. As review D18367 adds USE_GCC for powerp

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #6 from mikael.uran...@gmail.com --- (In reply to Jan Beich from comment #5) I tracked it down to https://reviews.freebsd.org/D18528, $CC is not the default 'rust linker' on ppc64 and it breaks the build. The port builds fine wit

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #7 from Jan Beich --- Thanks. I agree default-linker from config.toml and -C linker from USES=cargo should be in sync. At the moment, review D18367 proposes USE_GCC=7 for lang/rust and this bug proposes USE_GCC=yes (lang/gcc8 af

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #8 from mikael.uran...@gmail.com --- USE_GCC=7 is only useful for the bootstrap (gcc7 is hardcoded in the bootstrap binary), gcc8 can be used for building rust. I should probably do the same thing we do for lang/ghc:https://svnwe

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat Feb 2 18:37:40 UTC 2019 New revision: 491971 URL: https://svnweb.freebsd.org/changeset/ports/491971 Log: www/firefox-esr: disable DTR

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat Feb 2 18:38:16 UTC 2019 New revision: 491973 URL: https://svnweb.freebsd.org/changeset/ports/491973 Log: MFH: r491971 www/firefox-

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 Jan Beich changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 227850] www/firefox: update to 61.0

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227850 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(gecko@ | |FreeBSD.org)

[Bug 234641] www/firefox fails to open URLs in a new tab

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234641 --- Comment #1 from robert.ayrapet...@gmail.com --- Fixed in 65.0. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list https://lis

[Bug 234641] www/firefox fails to open URLs in a new tab

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234641 robert.ayrapet...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Sta

[Bug 235215] Bump LLVM_DEFAULT to 80

2019-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235215 --- Comment #15 from Graham Perrin --- Tobias: thank you. Moving on … Anyone: is somehow related? From the opening post: > FreeBSD 13.0-CURRENT. No problem with r34

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 --- Comment #10 from John Hein --- Thanks. I was going to look into the dtrace connection next. Can you explain the interactions with i386 and dtrace that manifested the build failure(s) in this particular way? -- You are receiving this

[Bug 235215] Bump LLVM_DEFAULT to 80

2019-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235215 Henry Hu changed: What|Removed |Added Flags|maintainer-feedback?(henry. |maintainer-feedback+

[Bug 235153] mail/thunderbird, www/firefox-esr: fails to build on 11.2 i386 since 60.5.0,1

2019-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235153 --- Comment #11 from Jan Beich --- DTRACE is gone since ports r491972. I'm not interested in spending too much time on features only available in legacy branches. -- You are receiving this mail because: You are the assignee for the bug. Y

Problem reports for ge...@freebsd.org that need special attention

2019-02-03 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

maintainer-feedback requested: [Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235483: mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 --- Description --- Upstream bug #1521454 Address

[Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 Bug ID: 235483 Summary: mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor Product: Ports & Packages Version: Latest Hardwar

[Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 Arrigo Marchiori changed: What|Removed |Added CC||ard...@yahoo.it

[Bug 235215] Bump LLVM_DEFAULT to 80

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235215 --- Comment #17 from Mark Linimon --- (In reply to Jan Beich from comment #10) Having these build results would have saved me some time. All I had to go on was the results on the build cluster (which are the only definitive ones). I can,

[Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Feb 5 00:49:56 UTC 2019 New revision: 492179 URL: https://svnweb.freebsd.org/changeset/ports/492179 Log: mail/thunderbird: backport a

[Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Feb 5 00:53:16 UTC 2019 New revision: 492187 URL: https://svnweb.freebsd.org/changeset/ports/492187 Log: MFH: r492179 mail/thunder

[Bug 235483] mail/thunderbird: uncaught exception "invalid language tag" in MozDateTimeFormat constructor

2019-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235483 Jan Beich changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 225311] mail/thunderbird: fix build on armv6 and armv7

2019-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225311 w.schwarzenf...@utanet.at changed: What|Removed |Added CC||w.schwarzenf...@utanet.a

[Bug 225311] mail/thunderbird: fix build on armv6 and armv7

2019-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225311 --- Comment #4 from mikael.uran...@gmail.com --- (In reply to w.schwarzenfeld from comment #3) yes -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@free

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 Bug ID: 235615 Summary: www/firefox keyboard shortcut Control-R not effective, no reload Product: Ports & Packages Version: Latest Hardware: Any OS: A

maintainer-feedback requested: [Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235615: www/firefox keyboard shortcut Control-R not effective, no reload https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 --- Description --- F5 works. Control-F5 works. Control-R results in appar

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 Graham Perrin changed: What|Removed |Added CC||grahamper...@gmail.com

[Bug 235617] www/firefox: is crashing all the time

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 Bug ID: 235617 Summary: www/firefox: is crashing all the time Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity

maintainer-feedback requested: [Bug 235617] www/firefox: is crashing all the time

2019-02-09 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235617: www/firefox: is crashing all the time https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 --- Description --- firefox-65.0_1,1 from the official FreeBSD packages is crashing all the time with sig

[Bug 235617] www/firefox: is crashing all the time

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 Graham Perrin changed: What|Removed |Added CC||grahamper...@gmail.com --- Comment

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 --- Comment #1 from Graham Perrin --- Hmm, currently not reproducible with r343308. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailin

[Bug 235617] www/firefox: is crashing all the time

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 --- Comment #2 from Victor Sudakov --- (In reply to Graham Perrin from comment #1) 11.2-RELEASE-p6 amd64 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gec

[Bug 235617] www/firefox: is crashing all the time

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(gecko@ |maintainer-feedback+

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 Graham Perrin changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 --- Comment #2 from Graham Perrin --- Created attachment 201882 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201882&action=edit Log of update of Firefox (and some other ports) I omitted to note which version of Firefox I used

[Bug 235615] www/firefox keyboard shortcut Control-R not effective, no reload

2019-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235615 --- Comment #4 from Graham Perrin --- Symptoms have recurred but they're not specific to Firefox. Without reopening this bug, just using this comment as a small dumping ground whilst things are fresh in my mind … Waterfox 56.2.7.1 bugged

Problem reports for ge...@freebsd.org that need special attention

2019-02-10 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 235666] www/firefox fails to build with python-3.6

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235666 Bug ID: 235666 Summary: www/firefox fails to build with python-3.6 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Sever

maintainer-feedback requested: [Bug 235666] www/firefox fails to build with python-3.6

2019-02-11 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235666: www/firefox fails to build with python-3.6 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235666 --- Description --- If I remove python=3.6 from the list of DEFAULTs, build proceeds. Otherwise, it

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #9 from mikael.uran...@gmail.com --- same error with sysutils/exa -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-gecko@freebsd.org mailing list

[Bug 235666] www/firefox fails to build with python-3.6

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235666 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(gecko@ |maintainer-feedback+

[Bug 235666] www/firefox fails to build with python-3.6

2019-02-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235666 --- Comment #2 from Mikhail Teterin --- Created attachment 201946 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201946&action=edit Failure-log (In reply to Jan Beich from comment #1) > Provide more details. Attaching the log d

[Bug 235666] www/firefox fails to build with python-3.6

2019-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235666 --- Comment #3 from Jan Beich --- (In reply to Mikhail Teterin from comment #2) > root@tulik:/usr/ports/www/firefox # make -V PYTHON_VERSION > python3.6 USES=python:2.7,build in Mk/bsd.gecko.mk should force python2.7 even with DEFAULT_VERS

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 Bug ID: 235710 Summary: www/firefox: update to 65.0.1 Product: Ports & Packages Version: Latest Hardware: Any URL: https://www.mozilla.org/en-US/firefox/65.0.1/releaseno

maintainer-feedback requested: [Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 235710: www/firefox: update to 65.0.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Description --- there's firefox 65.0.1, a bugfix&security release: https://www.mozilla.org/en-US/security/adv

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 Christoph Moench-Tegeder changed: What|Removed |Added CC||c...@freebsd.org --- Co

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 Jan Beich changed: What|Removed |Added Attachment #201980||maintainer-approval+ Flag

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #3 from Christoph Moench-Tegeder --- (In reply to Jan Beich from comment #2) ok, I'm on thunderbird and firefox-esr (in that order). I didn't even see the thunderbird candidate when I checked on this this morning... -- You ar

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 10:38:38 UTC 2019 New revision: 492845 URL: https://svnweb.freebsd.org/changeset/ports/492845 Log: www/firefox: update to 65.0.1

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 10:45:51 UTC 2019 New revision: 492846 URL: https://svnweb.freebsd.org/changeset/ports/492846 Log: MFH: r492845 www/firefox: up

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 11:17:26 UTC 2019 New revision: 492848 URL: https://svnweb.freebsd.org/changeset/ports/492848 Log: mail/thunderbird: update to 60.

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 11:19:58 UTC 2019 New revision: 492850 URL: https://svnweb.freebsd.org/changeset/ports/492850 Log: MFH: r492848 mail/thunderbir

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 11:47:20 UTC 2019 New revision: 492853 URL: https://svnweb.freebsd.org/changeset/ports/492853 Log: www/firefox-esr: update to 60.5

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Wed Feb 13 11:49:26 UTC 2019 New revision: 492854 URL: https://svnweb.freebsd.org/changeset/ports/492854 Log: MFH: r492853 www/firefox-esr

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 Christoph Moench-Tegeder changed: What|Removed |Added Assignee|ge...@freebsd.org |c...@freebsd.org -- Yo

[Bug 235710] www/firefox: update to 65.0.1

2019-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235710 Christoph Moench-Tegeder changed: What|Removed |Added Resolution|--- |FIXED Statu

[Bug 235617] www/firefox: is crashing all the time

2019-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235617 --- Comment #4 from Victor Sudakov --- (In reply to Jan Beich from comment #3) > Did you read pkg-message after ports r480744? Setting "sysctl net.local.stream.recvspace=16384" has helped somewhat, thank you for referring me to that. Howev

Problem reports for ge...@freebsd.org that need special attention

2019-02-17 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 216143] lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation

2019-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143 --- Comment #39 from commit-h...@freebsd.org --- A commit references this bug: Author: tobik Date: Mon Feb 18 15:30:45 UTC 2019 New revision: 493268 URL: https://svnweb.freebsd.org/changeset/ports/493268 Log: lang/rust: Add aarch64, armv

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 Tobias Kortkamp changed: What|Removed |Added Status|New |Open --- Comment #10 from Tobias

[Bug 235215] Bump LLVM_DEFAULT to 80

2019-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235215 Santhosh Raju changed: What|Removed |Added Flags|maintainer-feedback?(santho |maintainer-feedback+

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 Jan Beich changed: What|Removed |Added See Also||https://github.com/rust-lan

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 Jan Beich changed: What|Removed |Added URL||https://reviews.freebsd.org

[Bug 234253] www/firefox: fix build on aarch64

2019-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234253 Jan Beich changed: What|Removed |Added See Also||https://bugzilla.mozilla.or

Problem reports for ge...@freebsd.org that need special attention

2019-02-24 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 215195] www/firefox-i18n: selenium crashes when trying to use the firefox webdriver

2019-02-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215195 Tobias Kortkamp changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-02-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #11 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Feb 28 18:47:42 UTC 2019 New revision: 494175 URL: https://svnweb.freebsd.org/changeset/ports/494175 Log: USES=cargo to update libc t

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #12 from Tobias Kortkamp --- So now that every USES=cargo port has libc 0.2.49, how should we fix the error from comment #3 on powerpc64? Do we just add .if ${ARCH} == powerpc64 USE_GCC?= yes .endif to cargo.mk and call

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #13 from Jan Beich --- (In reply to Tobias Kortkamp from comment #12) Yes, USES=cargo should be in sync with lang/rust. Once Clang on powerpc64 is ready we'd need to patch out cargo:rustc-link-lib=static=stdc++ (in bundled LLVM)

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #14 from Jan Beich --- Omitting -C linker=${CC:Q} on powerpc64 is not enough. USE_GCC machinery implies passing -Wl,-rpath. If one of USES=cargo consumers uses libgcc_s or libstdc++ we may end up in the same mess libgfortran inc

[Bug 234253] www/firefox: fix build on aarch64

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234253 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Mar 1 19:14:40 UTC 2019 New revision: 494312 URL: https://svnweb.freebsd.org/changeset/ports/494312 Log: www/firefox: unbreak on aarc

[Bug 234253] www/firefox: fix build on aarch64

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234253 Jan Beich changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 --- Comment #15 from commit-h...@freebsd.org --- A commit references this bug: Author: tobik Date: Sat Mar 2 00:35:34 UTC 2019 New revision: 494349 URL: https://svnweb.freebsd.org/changeset/ports/494349 Log: Mk/Uses/cargo.mk: Require po

[Bug 229326] [patch] Mk/bsd.gecko.mk remove forced -O3 optimization

2019-03-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229326 w.schwarzenf...@utanet.at changed: What|Removed |Added CC||w.schwarzenf...@utanet.a

[Bug 216143] lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation

2019-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143 Jan Beich changed: What|Removed |Added Resolution|--- |FIXED Status|In Progress

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 Jan Beich changed: What|Removed |Added Assignee|ge...@freebsd.org |r...@freebsd.org CC|r.

[Bug 235063] devel/rust-cbindgen: fix build on tier2 arches

2019-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235063 Jan Beich changed: What|Removed |Added Resolution|--- |FIXED Status|Open

[Bug 225279] www/firefox-esr: fix build on armv6 and armv7

2019-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225279 Bug 225279 depends on bug 216143, which changed state. Bug 216143 Summary: lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143 What

[Bug 225279] www/firefox-esr: fix build on armv6 and armv7

2019-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225279 --- Comment #4 from Jan Beich --- Can you rebase patches against www/firefox or submit upstream? ESR60 will reach EOL in a few months. Is browser.tabs.remote.autostart still required? -- You are receiving this mail because: You are the a

Problem reports for ge...@freebsd.org that need special attention

2019-03-03 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

maintainer-feedback requested: [Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-08 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-gecko mailing list for maintainer-feedback: Bug 236406: mail/thunderbird: update to 60.5.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 --- Description --- another thunderbird. besides hte version bump, this is a no-op for us (windows-fixes onl

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 Bug ID: 236406 Summary: mail/thunderbird: update to 60.5.3 Product: Ports & Packages Version: Latest Hardware: Any URL: https://www.thunderbird.net/en-US/thunderbird/60.5.

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 --- Comment #1 from Christoph Moench-Tegeder --- Created attachment 202730 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202730&action=edit update thunderbird{,-i18n} to 60.5.3 bz ate my attachment. here it is again. -- You a

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 Jan Beich changed: What|Removed |Added Attachment #202730||maintainer-approval+ Flag

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 --- Comment #5 from Christoph Moench-Tegeder --- (In reply to Jan Beich from comment #2) not on friday... gotta sleep sometimes. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Sat Mar 9 12:40:50 UTC 2019 New revision: 495141 URL: https://svnweb.freebsd.org/changeset/ports/495141 Log: MFH: r495140 mail/thunderbir

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 Christoph Moench-Tegeder changed: What|Removed |Added Resolution|--- |FIXED Assigne

[Bug 236406] mail/thunderbird: update to 60.5.3

2019-03-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236406 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: cmt Date: Sat Mar 9 12:37:22 UTC 2019 New revision: 495140 URL: https://svnweb.freebsd.org/changeset/ports/495140 Log: mail/thunderbird: update to 60.

<    4   5   6   7   8   9   10   11   12   13   >