From owner-freebsd-gecko@FreeBSD.ORG Fri Nov 1 23:20:01 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0B4B527 for ; Fri, 1 Nov 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C86272FE9 for ; Fri, 1 Nov 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1NK1XY086768 for ; Fri, 1 Nov 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA1NK19N086767; Fri, 1 Nov 2013 23:20:01 GMT (envelope-from gnats) Date: Fri, 1 Nov 2013 23:20:01 GMT Message-Id: <201311012320.rA1NK19N086767@freefall.freebsd.org> To: gecko@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183552: commit references a PR X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 23:20:01 -0000 The following reply was made to PR ports/183552; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183552: commit references a PR Date: Fri, 1 Nov 2013 23:12:09 +0000 (UTC) Author: flo Date: Fri Nov 1 23:12:00 2013 New Revision: 332421 URL: http://svnweb.freebsd.org/changeset/ports/332421 Log: Fix a mismerge that caused html5 audio to not work. PR: ports/183552 Reported by: Juanitou , eadler Added: head/www/seamonkey/files/extra-bug780531 (contents, props changed) Modified: head/Mk/bsd.gecko.mk head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/seamonkey/Makefile Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Nov 1 23:05:48 2013 (r332420) +++ head/Mk/bsd.gecko.mk Fri Nov 1 23:12:00 2013 (r332421) @@ -758,6 +758,9 @@ ALL_TARGET= profiledbuild LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins MOZ_OPTIONS+= --enable-alsa +. if exists(${FILESDIR}/extra-bug780531) +EXTRA_PATCHES+= ${FILESDIR}/extra-bug780531 +. endif .endif .if ${PORT_OPTIONS:MPULSEAUDIO} Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Fri Nov 1 23:05:48 2013 (r332420) +++ head/www/firefox-esr/Makefile Fri Nov 1 23:12:00 2013 (r332421) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 24.1.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Nov 1 23:05:48 2013 (r332420) +++ head/www/firefox/Makefile Fri Nov 1 23:12:00 2013 (r332421) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 25.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -52,10 +53,6 @@ MOZ_OPTIONS= --program-transform-name='s WRKSRC:= ${WRKDIR}/mozilla-release -.if ${ARCH} == i386 && ${OSVERSION} < 1000000 -USE_GCC?= yes -.endif - post-extract: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Fri Nov 1 23:05:48 2013 (r332420) +++ head/www/seamonkey/Makefile Fri Nov 1 23:12:00 2013 (r332421) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.22 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ Added: head/www/seamonkey/files/extra-bug780531 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/extra-bug780531 Fri Nov 1 23:12:00 2013 (r332421) @@ -0,0 +1,24 @@ +--- mozilla/configure.in~ ++++ mozilla/configure.in +@@ -5364,15 +5364,18 @@ AC_SUBST(MOZ_SRTP) + + dnl Use integers over floats for audio on B2G and Android, because audio + dnl backends for those platforms don't support floats. +-if test "$OS_TARGET" = "Android"; then ++case "$target" in ++*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) + MOZ_SAMPLE_TYPE_S16=1 + AC_DEFINE(MOZ_SAMPLE_TYPE_S16) + AC_SUBST(MOZ_SAMPLE_TYPE_S16) +-else ++;; ++*) + MOZ_SAMPLE_TYPE_FLOAT32=1 + AC_DEFINE(MOZ_SAMPLE_TYPE_FLOAT32) + AC_SUBST(MOZ_SAMPLE_TYPE_FLOAT32) +-fi ++;; ++esac + + dnl ======================================================== + dnl = Disable Speech API code _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"