diff options
author | beat <beat@FreeBSD.org> | 2014-10-15 23:48:16 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2014-10-15 23:48:16 +0800 |
commit | a74915b4ccb3ae9027b4d6eec4fb7a4c1e9ab10a (patch) | |
tree | c910dffa13397137a5faa661668aff88ff8d1a77 /net-im/linux-instantbird | |
parent | 2f11eccc78f3d494312f9e1fa4957f33886b757a (diff) | |
download | freebsd-ports-gnome-a74915b4ccb3ae9027b4d6eec4fb7a4c1e9ab10a.tar.gz freebsd-ports-gnome-a74915b4ccb3ae9027b4d6eec4fb7a4c1e9ab10a.tar.zst freebsd-ports-gnome-a74915b4ccb3ae9027b4d6eec4fb7a4c1e9ab10a.zip |
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
r348851 by marino@ until bug 193555
PR: 194356
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Diffstat (limited to 'net-im/linux-instantbird')
-rw-r--r-- | net-im/linux-instantbird/pkg-plist | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/linux-instantbird/pkg-plist b/net-im/linux-instantbird/pkg-plist index 78c9c13aafa2..41afb73ce8f1 100644 --- a/net-im/linux-instantbird/pkg-plist +++ b/net-im/linux-instantbird/pkg-plist @@ -61,14 +61,3 @@ lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrm lib/%%APP_NAME%%/chrome/icons/default -@dirrm lib/%%APP_NAME%%/chrome/icons -@dirrm lib/%%APP_NAME%%/chrome -@dirrm lib/%%APP_NAME%%/components -@dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%% |