svn commit: r431766 - in branches/2017Q1/www: firefox seamonkey
Jan Beich
jbeich at FreeBSD.org
Tue Jan 17 17:44:50 UTC 2017
Author: jbeich
Date: Tue Jan 17 17:44:49 2017
New Revision: 431766
URL: https://svnweb.freebsd.org/changeset/ports/431766
Log:
MFH: r431735
www/firefox: disable system soundtouch due to broken resampling
PR: 215879
Reported by: Sergey <kpect at protonmail.com>
Submitted by: Tobias Kortkamp <t at tobik.me> (based on)
Approved by: ports-secteam (feld)
Modified:
branches/2017Q1/www/firefox/Makefile
branches/2017Q1/www/seamonkey/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/www/firefox/Makefile
==============================================================================
--- branches/2017Q1/www/firefox/Makefile Tue Jan 17 17:37:21 2017 (r431765)
+++ branches/2017Q1/www/firefox/Makefile Tue Jan 17 17:44:49 2017 (r431766)
@@ -4,7 +4,7 @@
PORTNAME= firefox
DISTVERSION= 50.1.0
DISTVERSIONSUFFIX=.source
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -16,7 +16,6 @@ COMMENT= Web browser based on the browse
BUILD_DEPENDS= nspr>=4.12:devel/nspr \
nss>=3.26.2:security/nss \
libevent2>=2.0.21_2:devel/libevent2 \
- soundtouch>=1.9.0:audio/soundtouch \
harfbuzz>=1.2.6:print/harfbuzz \
graphite2>=1.3.8:graphics/graphite2 \
png>=1.6.23:graphics/png \
@@ -28,13 +27,14 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \
autoconf-2.13:devel/autoconf213 \
yasm:devel/yasm \
zip:archivers/zip
+# soundtouch>=1.9.0:audio/soundtouch \
LIB_DEPENDS= libv4l2.so:multimedia/libv4l
USE_GECKO= gecko
CONFLICTS_INSTALL= firefox-esr-45.* firefox-esr-3[18].* firefox-esr-24.*
MOZ_PKGCONFIG_FILES= # empty
-USE_MOZILLA= # empty
+USE_MOZILLA= -soundtouch
MOZILLA_NAME= Firefox
USE_GL= gl
Modified: branches/2017Q1/www/seamonkey/Makefile
==============================================================================
--- branches/2017Q1/www/seamonkey/Makefile Tue Jan 17 17:37:21 2017 (r431765)
+++ branches/2017Q1/www/seamonkey/Makefile Tue Jan 17 17:44:49 2017 (r431766)
@@ -4,7 +4,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.46
MOZILLA_VER= 49 # above + 3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build9/source
@@ -17,7 +17,6 @@ COMMENT= The open source, standards comp
BUILD_DEPENDS= nspr>=4.12:devel/nspr \
nss>=3.25:security/nss \
libevent2>=2.0.21_2:devel/libevent2 \
- soundtouch>=1.9.0:audio/soundtouch \
harfbuzz>=1.2.6:print/harfbuzz \
graphite2>=1.3.8:graphics/graphite2 \
png>=1.6.21:graphics/png \
@@ -29,6 +28,7 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \
autoconf-2.13:devel/autoconf213 \
yasm:devel/yasm \
zip:archivers/zip
+# soundtouch>=1.9.0:audio/soundtouch \
LIB_DEPENDS= libv4l2.so:multimedia/libv4l
@@ -41,7 +41,7 @@ MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
MOZ_EXTENSIONS= default
MOZ_OPTIONS+= --enable-application=suite
-USE_MOZILLA= # empty
+USE_MOZILLA= -soundtouch
MOZ_PKGCONFIG_FILES=
OPTIONS_DEFINE= LDAP LIGHTNING RUST
More information about the svn-ports-branches
mailing list