From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 17 22:38:34 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC947351 for ; Mon, 17 Nov 2014 22:38:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61617D9 for ; Mon, 17 Nov 2014 22:38:34 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id sAHMcWBs022296 for ; Mon, 17 Nov 2014 22:38:32 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id sAHMcRDs021218 for freebsd-gecko@freebsd.org; Mon, 17 Nov 2014 22:38:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 17 Nov 2014 22:38:27 GMT Message-Id: <201411172238.sAHMcRDs021218@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1762 - branches/firefox33/www/linux-c6-freshplayerplugin branches/firefox33/www/linux-seamonkey branches/firefox33/www/linux-tor-browser trunk/www/linux-c6-freshplayerplugin trunk/www/linux-seamonkey trunk/www/linux-tor-browser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 22:38:34 -0000 Author: jbeich Date: Mon Nov 17 22:38:27 2014 New Revision: 1762 Log: require gdk-pixbuf2 after r372445 Modified: branches/firefox33/www/linux-c6-freshplayerplugin/Makefile branches/firefox33/www/linux-seamonkey/Makefile.common branches/firefox33/www/linux-tor-browser/Makefile trunk/www/linux-c6-freshplayerplugin/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/linux-tor-browser/Makefile Modified: branches/firefox33/www/linux-c6-freshplayerplugin/Makefile ============================================================================== --- branches/firefox33/www/linux-c6-freshplayerplugin/Makefile Mon Nov 17 22:15:04 2014 (r1761) +++ branches/firefox33/www/linux-c6-freshplayerplugin/Makefile Mon Nov 17 22:38:27 2014 (r1762) @@ -20,7 +20,7 @@ USES= cmake webplugin:linux USE_LINUX= c6 -USE_LINUX_APPS= atk fontconfig gtk2 pango \ +USE_LINUX_APPS= atk fontconfig gdkpixbuf gtk2 pango \ alsalib alsa-plugins-oss BUILD_WRKSRC= ${WRKDIR}/centos6 WEBPLUGIN_FILES=libfreshwrapper-pepperflash.so Modified: branches/firefox33/www/linux-seamonkey/Makefile.common ============================================================================== --- branches/firefox33/www/linux-seamonkey/Makefile.common Mon Nov 17 22:15:04 2014 (r1761) +++ branches/firefox33/www/linux-seamonkey/Makefile.common Mon Nov 17 22:38:27 2014 (r1762) @@ -29,7 +29,7 @@ BIN_NAME?= ${PORTNAME} USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \ - fontconfig gtk2 hicontheme pango + fontconfig gdkpixbuf gtk2 hicontheme pango WRKSRC?= ${WRKDIR}/${BIN_NAME} FDIR= ${STAGEDIR}${PREFIX}/lib/${APP_NAME} Modified: branches/firefox33/www/linux-tor-browser/Makefile ============================================================================== --- branches/firefox33/www/linux-tor-browser/Makefile Mon Nov 17 22:15:04 2014 (r1761) +++ branches/firefox33/www/linux-tor-browser/Makefile Mon Nov 17 22:38:27 2014 (r1762) @@ -23,7 +23,7 @@ SHEBANG_FILES= Browser/start-tor-browser bash_CMD= ${LINUXBASE}/bin/bash USE_LINUX= c6 # __longjmp_chk@GLIBC_2.11 -USE_LINUX_APPS= atk fontconfig gtk2 pango \ +USE_LINUX_APPS= atk fontconfig gdkpixbuf gtk2 pango \ dbusglib dbuslibs alsalib alsa-plugins-oss NO_BUILD= yes Modified: trunk/www/linux-c6-freshplayerplugin/Makefile ============================================================================== --- trunk/www/linux-c6-freshplayerplugin/Makefile Mon Nov 17 22:15:04 2014 (r1761) +++ trunk/www/linux-c6-freshplayerplugin/Makefile Mon Nov 17 22:38:27 2014 (r1762) @@ -20,7 +20,7 @@ USES= cmake webplugin:linux USE_LINUX= c6 -USE_LINUX_APPS= atk fontconfig gtk2 pango \ +USE_LINUX_APPS= atk fontconfig gdkpixbuf gtk2 pango \ alsalib alsa-plugins-oss BUILD_WRKSRC= ${WRKDIR}/centos6 WEBPLUGIN_FILES=libfreshwrapper-pepperflash.so Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Mon Nov 17 22:15:04 2014 (r1761) +++ trunk/www/linux-seamonkey/Makefile.common Mon Nov 17 22:38:27 2014 (r1762) @@ -29,7 +29,7 @@ BIN_NAME?= ${PORTNAME} USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \ - fontconfig gtk2 hicontheme pango + fontconfig gdkpixbuf gtk2 hicontheme pango WRKSRC?= ${WRKDIR}/${BIN_NAME} FDIR= ${STAGEDIR}${PREFIX}/lib/${APP_NAME} Modified: trunk/www/linux-tor-browser/Makefile ============================================================================== --- trunk/www/linux-tor-browser/Makefile Mon Nov 17 22:15:04 2014 (r1761) +++ trunk/www/linux-tor-browser/Makefile Mon Nov 17 22:38:27 2014 (r1762) @@ -23,7 +23,7 @@ SHEBANG_FILES= Browser/start-tor-browser bash_CMD= ${LINUXBASE}/bin/bash USE_LINUX= c6 # __longjmp_chk@GLIBC_2.11 -USE_LINUX_APPS= atk fontconfig gtk2 pango \ +USE_LINUX_APPS= atk fontconfig gdkpixbuf gtk2 pango \ dbusglib dbuslibs alsalib alsa-plugins-oss NO_BUILD= yes