Date: Tue, 17 Jan 2017 12:44:26 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431735 - in head/www: firefox seamonkey Message-ID: <201701171244.v0HCiQcR041120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jan 17 12:44:26 2017 New Revision: 431735 URL: https://svnweb.freebsd.org/changeset/ports/431735 Log: www/firefox: disable system soundtouch due to broken resampling PR: 215879 Reported by: Sergey <kpect@protonmail.com> Submitted by: Tobias Kortkamp <t@tobik.me> (based on) MFH: 2017Q1 Modified: head/www/firefox/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Jan 17 12:42:23 2017 (r431734) +++ head/www/firefox/Makefile Tue Jan 17 12:44:26 2017 (r431735) @@ -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: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Tue Jan 17 12:42:23 2017 (r431734) +++ head/www/seamonkey/Makefile Tue Jan 17 12:44:26 2017 (r431735) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171244.v0HCiQcR041120>