Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.39_14 24 Sep 2016 11:06:57 |
tijl |
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.39_13 19 Sep 2016 21:58:53 |
jbeich |
gecko: update OSS fallback for HTML5 audio
To test deinstall alsa-lib (and pulseaudio) after installing
firefox/seamonkey/etc.
Before OSS can be exposed as an option WebRTC has to either support it as well
or
pass build without any audio backends.
Changes: https://bugzilla.mozilla.org/show_bug.cgi?id=1021761#c67 |
2.39_12 18 Sep 2016 18:38:21 |
jbeich |
gecko: apply r421523 to the rest
Bump PORTREVISION to get a clear regression window.
PR: 212431 |
2.39_11 08 Sep 2016 06:48:53 |
jbeich |
www/firefox: update to 49.0 (rc2)
Bump PORTREVISION to account for slightly different behavior in other
gecko@ ports and to get a discrete regression window.
Changes: https://www.mozilla.org/firefox/49.0/releasenotes/
PR: 211792
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (based on)
Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
MFH: 2016Q3 |
2.39_10 04 Aug 2016 04:57:59 |
marino |
gecko ports: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Approved by: infrastructure blanket (removal of redundant deps) |
2.39_10 13 Jul 2016 16:24:33 |
jbeich |
gecko: axe poorly maintained QT5 support
https://bugzilla.mozilla.org/show_bug.cgi?id=1282866 |
2.39_10 09 Jul 2016 04:57:44 |
jbeich |
gecko: unbreak WebRTC build on DragonFly |
2.39_10 06 Jul 2016 22:10:14 |
mat |
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight |
2.39_9 06 Jul 2016 11:19:56 |
gahr |
devel/icu: bump PORTREVISION on missing dependent ports
Reported by: rakuco |
2.39_8 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.39_8 05 May 2016 02:33:03 |
jbeich |
gecko: drop unused patch |
2.39_8 01 May 2016 05:29:08 |
jbeich |
gecko: unbreak WebRTC microphone selection popup with ALSA=on
On FreeBSD sound(4) is enabled by default while alsa-plugins-oss
assumes a soundcard is always available.
https://bugzilla.mozilla.org/show_bug.cgi?id=1269165
MFH: 2016Q2 |
2.39_7 25 Apr 2016 16:19:13 |
jbeich |
gecko: unbreak build with LIBPROXY=on
PR: 208855
Reported by: Ting-Wei Lan, Walter Schwarzenfeld
Submitted by: cmt via r401981 |
2.39_7 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.39_7 25 Mar 2016 23:30:06 |
jbeich |
gecko: fix an unlikely race with environ(7)
MFH: 2016Q1 |
2.39_6 10 Mar 2016 22:22:10 |
jbeich |
mail/thunderbird, www/seamonkey: make -jN is unsafe with ENIGMAIL once again |
2.39_6 10 Mar 2016 15:38:57 |
jbeich |
gecko: enable DTRACE probes by default |
2.39_5 10 Mar 2016 10:45:47 |
jbeich |
gecko: build as position-independent executable |
2.39_4 10 Mar 2016 10:44:56 |
jbeich |
mail/thunderbird, www/seamonkey: update enigmail to 1.9.1 |
2.39_3 02 Mar 2016 22:49:48 |
jbeich |
gecko: unify unchanging options into bsd.gecko.mk
PR: 205741 (alternative) |
2.39_3 26 Jan 2016 19:55:13 |
dim |
During the exp-run in bug 206074, it was found that www/libxul gives
errors with a recent clang 3.8.0 snapshot:
../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to
'MessagePort' is ambiguous
void SetSource(mozilla::dom::MessagePort* aPort);
^
This is caused by unneeded forward declarations of class MessagePort,
MessagePortBase and MessagePortList. These can be removed.
Obtained from: pkgsrc
Approved by: jbeich (maintainer)
PR: 206333
MFH: 2016Q1 |
2.39_3 28 Dec 2015 18:18:03 |
jbeich |
gecko: phase out GStreamer support
H.264 is decoded by FFmpeg directly since Firefox 43.0. GStreamer
doesn't support DASH and no longer used by default since r397984
brings libavcodec.so.
https://bugzilla.mozilla.org/show_bug.cgi?id=1234092 |
2.39_2 28 Dec 2015 18:17:22 |
jbeich |
gecko: enable PULSEAUDIO by default (mainly for WebRTC)
ALSA currently relies on in-kernel support to enumerate available audio
devices for getUserMedia i.e., to detect a microphone. So, build with
PULSEAUDIO late bindings by default preferred over ALSA, over OSS.
Nop for RUN_DEPENDS or users who previously disabled PULSEAUDIO. |
2.39_1 19 Dec 2015 10:50:13 |
jbeich |
www/firefox: bump required harfbuzz version
In file included from gfx/thebes/Unified_cpp_gfx_thebes1.cpp:11:
gfx/thebes/gfxHarfBuzzShaper.cpp:1571:41: error: use of
undeclared identifier 'HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS'
hb_buffer_set_cluster_level(buffer,
HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS);
^
Reported by: graemeg on forums.freebsd.org
MFH: 2015Q4 |
2.39_1 16 Dec 2015 09:39:41 |
jbeich |
audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: http://www.surina.net/soundtouch/README.html
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html |
2.39 16 Dec 2015 09:39:15 |
jbeich |
www/firefox: move ad hoc soundtouch patch into bug517422 |
2.39 16 Dec 2015 09:37:45 |
jbeich |
gecko: drop FreeBSD 8.x and 9.0 support
DragonFly has a similar getchar() workaround in DPorts, so this would be
a bit bumpy due to USES=dos2unix removal causing a patchconflict. However,
OS X (since 10.3) and other BSDs (except OpenBSD) fixed stdio.h instead.
https://github.com/android/platform_bionic/commit/f2cea021ab2c6d7d7feeb40cca098aa132605876
https://github.com/bitrig/bitrig/commit/1abd6adb31462edf8f2875e3d03ba8cd2af713df
https://github.com/jsonn/src/commit/d782c95120fdb70f3b8d74e5a183bfb0f98fc770
https://github.com/freebsd/freebsd/commit/dd1ce6fd6c2c0f0c70f3c78a4959185bb93eb1c3
https://github.com/unofficial-opensource-apple/Libc/tree/569b0a5190c89f8729c22e09fb15f6252feadcfc/include/stdio.h |
2.39 10 Dec 2015 22:13:58 |
kwm |
Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified.
Exp-runs run by antoine@
This version also fixes shadowing of TYPEOF in ftconfig.h [2]
PR: 203554 [1], 202083 [2]
Submitted by: rhurlin@gwdg.de [2] |
2.39 28 Nov 2015 14:12:40 |
jbeich |
gecko: add missing PORTEPOCH to required libvorbis version
Reported by: Takeshi Hashimoto |
2.39 20 Nov 2015 00:38:41 |
jbeich |
gecko: catch up with 2015-11-03 release train
- Update NSPR to 4.10.10 [1]
- Update NSS to 3.20.1 [2]
- Update Firefox ESR and libxul to 38.4.0
- Update Firefox to 42.0 [2]
- Update SeaMonkey to 2.39
Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-10-Release-td346822.html
Changes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20.1_release_notes
Changes: https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
Changes: http://www.seamonkey-project.org/news#2015-11-08
PR: 204277 [1], 204332 [2], 203099
Submitted by: swills, Christoph Moench-Tegeder
MFH: 2015Q4
Security: 9d04936c-75f1-4a2c-9ade-4c1708be5df9 |
2.33.1_9 14 Nov 2015 19:34:13 |
jbeich |
multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR: 204478
Exp-run by: antoine
Approved by: ashish (maintainer) |
2.33.1_8 26 Aug 2015 06:38:32 |
jbeich |
gecko: add INTEGER_SAMPLES option
arm use S16 samples and libtremor since Firefox 34. So, adjust
dependencies and make it controllable (for testing on x86).
Note, arm is still BROKEN until ports/202642.
https://bugzilla.mozilla.org/show_bug.cgi?id=1047791 |
2.33.1_8 21 Aug 2015 12:52:45 |
jbeich |
www/seamonkey: fix bundled jemalloc3 configure on DragonFly
seamonkey-2.33.1 uses firefox-36.0.4 codebase shiped with jemalloc-3.6.0.
Obtained from: https://github.com/jemalloc/jemalloc/commit/1aa25a3 |
2.33.1_8 20 Aug 2015 13:16:13 |
jbeich |
gecko: use system jemalloc on 11.0-CURRENT again
Requested by: mi |
2.33.1_7 14 Aug 2015 16:39:33 |
jbeich |
Back out r394012 after r394231
PR: 202270
Exp-run by: antoine
MFH: 2015Q3
X-MFH-With: r394231 |
2.33.1_6 12 Aug 2015 22:49:22 |
jbeich |
Move graphite2 buildfix to where it belongs |
2.33.1_6 12 Aug 2015 09:20:39 |
jbeich |
Switch back to bundled libvpx per vulnerabilites in v1.4.0
Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
MFH: 2015Q3 |
2.33.1_5 12 Aug 2015 00:31:38 |
jkim |
Fix linker failures with graphite2 1.3.0. |
2.33.1_5 11 Aug 2015 13:22:55 |
jbeich |
Switch OpenH264 plugin to use environment variable
files/patch-system-openh264 causes patch churn on updates and hits
assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead.
While here populate Last Updated field to avoid falling back to Epoch start
and disable Automatic Updates in an unlikely case of
- Cisco & Mozilla providing prebuilt version for FreeBSD
- Firefox running with root priveleges i.e., write permission under /usr/local
PR: 202218 [1]
Reported by: kib, pi [1]
Inspired by: Gentoo
MFH: 2015Q3 |
2.33.1_4 09 Aug 2015 16:30:44 |
jbeich |
www/firefox: make testing bundled cairo easier via option
BUNDLED_CAIRO does nothing with GTK3 until Firefox 41.0
https://bugzilla.mozilla.org/show_bug.cgi?id=1159273
PR: 202174
MFH: 2015Q3 |
2.33.1_4 09 Jul 2015 07:09:31 |
kwm |
Fix the build with FreeType 2.6.
Obtained from: mozilla upstream. |
2.33.1_4 09 Jun 2015 14:25:42 |
jbeich |
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks) |
2.33.1_3 09 Jun 2015 14:24:42 |
jbeich |
bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://
https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/
Differential Revision: https://reviews.freebsd.org/D2550
Tested by: distilator
Reviewed by: mat (partial)
Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by: portmgr (bapt, earlier version)
MFH: 2015Q2 |
2.33.1_3 06 Jun 2015 11:10:23 |
jbeich |
mail/thunderbird, www/seamonkey: unbreak ENIGMAIL staging on powerpc
PR: 200605
Submitted by: jhibbits |
2.33.1_3 15 May 2015 06:21:04 |
jbeich |
www/seamonkey: bump PORTREVISION after r386162 (similar to r386375) |
2.33.1_2 12 May 2015 18:06:37 |
jbeich |
- Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes: https://www.mozilla.org/firefox/38.0/releasenotes/
Changes: https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes: http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH: 2015Q2
Security: https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html |
2.33.1_2 23 Apr 2015 21:26:10 |
bapt |
Update icu to 55.1 |
2.33.1_1 31 Mar 2015 08:54:32 |
jbeich |
Update enigmail to 1.8.1.
PR: ports/198973 |
2.33.1 22 Mar 2015 08:00:19 |
jbeich |
- Update OpenH264 to 1.4.0
- Update NSS and ca_root_nss to 3.18
- Update Firefox to 36.0.4
- Update Firefox ESR and libxul to 31.5.3
- Update SeaMonkey to 2.33.1
- Update Enigmail to 1.8
Changes: https://github.com/cisco/openh264/releases/tag/v1.4.0
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
Changes: https://www.mozilla.org/firefox/36.0.4/releasenotes/
Changes: https://www.mozilla.org/firefox/31.5.3/releasenotes/
Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/
Changes: https://www.enigmail.net/download/changelog.php#enig1.8
MFH: 2015Q1
X-MFH-With: r380090
Security: https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html |
2.33 10 Mar 2015 03:00:26 |
jbeich |
- Update SeaMonkey to 2.33
- Check if NS_NewNativeLocalFile() succeeds before using [1]
Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/
Obtained from: PkgSrc [1]
MFH: 2015Q1
X-MFH-With: r380090
Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html |
2.32.1_1 08 Mar 2015 21:02:52 |
jbeich |
Unbreak build with libv4l-0.9.1 or later
Unmask libv4l2.h for default pragma visibility in Mozilla build.
Since 50bde45 libv4l no longer alters visibility for consumers.
And HAVE_VISIBILITY is defined only for internal or gnulib build.
http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=50bde45
http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/visibility.m4
Noticed by: kwm (via review D1482) |
2.32.1_1 08 Mar 2015 18:10:49 |
jbeich |
- Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]
- Bump version requirements for harfbuzz and libvorbis
PR: 198142 [1]
See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1] |
2.32.1 17 Feb 2015 17:45:02 |
jbeich |
Update SeaMonkey to 2.32.1
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
MFH: 2015Q1
Mostly regression fixes, including:
- MailNews feeds not updating
- Selected profile in Profile Manager not remembered
- Opening a bookmark folder in tabs on Linux
- Troubleshooting Information (about:support) with the Modern theme |
2.32_2 06 Feb 2015 12:08:44 |
jbeich |
Fix crashes with ALSA e.g., when disabling BUFSZ_P2 in alsa-plugins
PR: 196051
Differential Revision: https://reviews.freebsd.org/D1788
Submitted by: mi
Approved by: bapt (mentor) |
2.32_1 26 Jan 2015 20:30:06 |
jbeich |
Add ARM build fixes for JavaScript engine
PR: 197058
Differential Revision: https://reviews.freebsd.org/D1683
Submitted by: sbruno (earlier version)
Approved by: bapt (mentor) |
2.32_1 21 Jan 2015 13:36:37 |
jbeich |
Bump PORTREVISION after r377564.
PR: 196802
Requested by: dumbbell, tijl
Differential Revision: https://reviews.freebsd.org/D1574
Approved by: bapt (mentor)
MFH: 2015Q1 |
2.32 20 Jan 2015 23:59:04 |
jbeich |
Backport Wikipedia crashfix for clang 3.5
PR: 196802
Reported by: dumbbell
Obtained from: https://github.com/mozilla/gecko-dev/commit/87f367b
Obtained from: https://github.com/mozilla/gecko-dev/commit/c97894b (esr31
version)
Differential Revision: https://reviews.freebsd.org/D1568
Approved by: flo (mentor)
MFH: 2015Q1 |
2.32 20 Jan 2015 22:49:42 |
jbeich |
Unbreak build with base libstdc++ on i386 and powerpc
std::abs(int64_t) for 32bit archs or std::llabs are not available in
base libstdc++ from forked GCC 4.2.1 or before 10.0-RELEASE (r255294)
for libstdc++ in lang/gcc47 and earlier (upstream PR libstdc++/54686).
To avoid the build error use mozilla::Abs which implements overloads
for all signed natural types but has unsigned return value.
This change won't be requried for Firefox 36 et al.
PR: 196772
Reported by: many
Submitted by: bar (initial version)
Obtained from: https://github.com/mozilla/gecko-dev/commit/e664fe8
Differential Revision: https://reviews.freebsd.org/D1569
Approved by: flo (mentor)
MFH: 2015Q1 |
2.32 15 Jan 2015 08:51:17 |
beat |
- Update to 2.32
Submitted by: Jan Beich
MFH: 2015Q1
Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html |
2.31_1 25 Dec 2014 20:55:55 |
bapt |
Bump portrevision after png update |
2.31 05 Dec 2014 08:36:30 |
beat |
- Update to 2.31
PR: 195559
Submitted by: Jan Beich
MFH: 2014Q4
Security: http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html |
2.30 16 Oct 2014 10:25:48 |
beat |
- Update SeaMonkey to 2.30
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- Apply r368080 to seamonkey-i18n
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
PR: 194356
Submitted by: Jan Beich
MFH: 2014Q4
Security: http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html |
2.29.1 01 Oct 2014 15:07:32 |
tijl |
Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf. |
2.29.1 25 Sep 2014 11:08:06 |
beat |
- Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html |
2.29 09 Sep 2014 06:16:36 |
bapt |
Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29
Submitted by: Jan Beich for gecko@ |
2.26.1_2 09 Aug 2014 18:51:55 |
antoine |
Fix a stage violation |
2.26.1_2 04 Aug 2014 09:11:25 |
bapt |
Update mozilla ports:
- firefox 31.0
- firefox-esr 24.7.0
- libxul 24.7.0
- seamonkey 2.26.1
- thunderbird 31.0
Among changes:
- add workaround for crash with openldap on thunderbird and seamonkey [1]
- add crashfix for architectures with strict alignmentment
- backport crashfix with system sqlite/nss on firefox-esr and thunderbird
- restore hooking jemalloc in sqlite on freebsd 10+
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
- require recent gstreamer1-libav i386 crashfix
- add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc)
PR: 165263 [1]
PR: 184630 [2]
Submitted by: Jan Beich |
2.26.1_1 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
2.26.1 20 Jul 2014 14:44:10 |
rene |
Update to 2.26.1
PR: 191184
Submitted by: Jan Beich
Approved by: gecko (flo)
MFH: 2014Q3
Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html |
2.26_2 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
2.26_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.26_1 11 Jun 2014 03:42:55 |
beat |
- Update Firefox to 30.0
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]
PR: ports/189991 [1]
PR: ports/189217 [2]
PR: ports/189488 [2]
Submitted by: bapt [3]
Sumbitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html |
2.26_1 25 May 2014 20:07:25 |
naddy |
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1] |
2.26 06 May 2014 19:13:09 |
beat |
- Update SeaMonkey to 2.26
- Update libxul to 24.5.0
- Switch to USES=tar:bzip2
- Fix SeaMonkey version detection in Uses/gecko.mk
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html
Approved by: portmgr (bdrewery, security update to non-staged port) |
2.25 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.25 31 Mar 2014 12:15:01 |
beat |
Unbreak DEBUG with GSTREAMER for gst1
PR: ports/188016
Reported by: Jakub Lach <jakub_lach@mailplus.pl>
Submitted by: Jan Beich |
2.25 23 Mar 2014 12:01:42 |
marino |
www/seamonkey: Unbreak DragonFly
The first fix is a NO-OP for FreeBSD. The clang/optimized flags work-
around is OSVERSION-specific, so let's limit it to FreeBSD only.
The real breakage was caused by the XPI_FILE substitution. The "x86"
part of DragonFly's "x86_64" was getting transformed incorrectly to
"i386_64". This could be prevented by changing the replacement pattern
to "x86$", but "x86" is not a standard ARCH value, so this substitution
isn't made on FreeBSD anyway. The solution is just remove it as the
only effect it has is negative.
Tested on: Redports, all four i386 builders pass |
2.25 20 Mar 2014 10:15:01 |
beat |
- Update to 2.25
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html |
2.24 19 Feb 2014 09:25:23 |
beat |
Update to 2.24
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html |
2.23_2 07 Feb 2014 14:07:26 |
madpilot |
Chase icu bump
Approved by: portmgr (bapt) |
2.23_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.23_1 14 Dec 2013 20:45:16 |
flo |
- reenable ENIGMAIL by default, it was disabled on purpose in the previous
commit, but was accidentally forgotten in the commit log
- add a patch to fix the build with ENIGMAIL [1]
Tested by: Christoph Lukas <clukas@firc.de>
Obtained from: OpenBSD [1] |
2.23 14 Dec 2013 13:42:06 |
flo |
Update to nspr 4.10.2
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23
- catch up with directory renames since USES=webplugins was introduced;
fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
some flash sites work again; as there's no nspluginwrapper in-between
the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
upon kill -67 to a file under /tmp directory; linux-firefox uses
kill -34, kill -35 and kill -36 respectively
PR: ports/183861 [1]
PR: ports/184006 [2]
PR: ports/169896 [3]
PR: ports/184285 [3]
PR: ports/184286 [4]
Security: dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org> |
2.22_1 01 Nov 2013 23:12:01 |
flo |
Fix a mismerge that caused html5 audio to not work.
PR: ports/183552
Reported by: Juanitou <listjm@club-internet.fr>, eadler |
2.22 30 Oct 2013 20:37:55 |
flo |
- update firefox to 25.0
- update firefox-esr to 24.1.0
- update thunderbird to 24.1.0
- update seamonkey to 22.0
- update libxul to 24.1.0
- don't remove/add share/applications directory
- remove checks for older gecko releases from bsd.gecko.mk
- drop support for FreeBSD 9.0
Not staged yet. I started working on it, but didn't finish it in time for
this release. I'll try to make the next one in 6 weeks.
In collaboration with: Jan Beich |
2.21_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.21_1 24 Oct 2013 20:54:42 |
flo |
- update enigmail to 1.6
- don't force gcc for i386 builds [1]
Submitted by: mi [1] |
2.21 22 Oct 2013 14:04:02 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
2.21 23 Sep 2013 10:49:56 |
flo |
Actually commit the update to 2.21, which should have been part of r327587.
Reported by: thierry |
2.20_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.20_1 02 Sep 2013 21:04:01 |
bapt |
Add an explicit dependency on pkgconf |
2.20_1 17 Aug 2013 10:43:22 |
flo |
Add a work around for crashes on i386.
PR: ports/180473
Submitted by: Jan Beich <jbeich@tormail.org>
Reported by: Heino Tiedemann <rotkap@gmx.de> |
2.20 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.20 11 Aug 2013 01:20:55 |
marino |
www/seamonkey: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows port to build on DragonFly without modification.
There were no functional changes made to port.
Approved by: bapt/culot (mentors, implicit) |
2.20 09 Aug 2013 22:47:49 |
flo |
Fix build with pulseaudio.
Fix build without MAILNEWS |
2.20 08 Aug 2013 18:42:03 |
flo |
- update firefox to 23.0
- update firefox-esr, thunderbird and libxul to 17.0.8
- update seamonkey to 2.20
- fix plist for *-i18n
Security: 0998e79d-0055-11e3-905b-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org> |
2.19_1 24 Jul 2013 21:01:25 |
flo |
Fix the ENIGMAIL build and enable to option by default again.
Obtained from: landry@OpenBSD via Mozilla Bugzilla |
2.19 10 Jul 2013 13:28:55 |
flo |
- Update distinfo for enigmail 1.5.2, some version numbers were corrected in the
distfile
- add a patch for enigmail back that's still required
- mark ENIGMAIL option broken, see
https://bugzilla.mozilla.org/show_bug.cgi?id=886095
- remove the candidates URL from MASTER_SITES |
2.19 04 Jul 2013 21:55:52 |
flo |
Update to 2.19
Security: b3fcb387-de4b-11e2-b1c6-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org> |
2.17.1 23 May 2013 15:30:08 |
flo |
Update to 2.17.1 as the 2.18 release was postponed / cancelled |