From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 00:08:36 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2C533F0 for ; Sat, 30 Aug 2014 00:08:36 +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 625F91D29 for ; Sat, 30 Aug 2014 00:08:35 +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 s7U08XFF020039 for ; Sat, 30 Aug 2014 00:08:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7U08RjP018897 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 00:08:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 00:08:27 GMT Message-Id: <201408300008.s7U08RjP018897@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] r1676 - in trunk: mail/linux-thunderbird www/linux-firefox www/linux-seamonkey 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: Sat, 30 Aug 2014 00:08:36 -0000 Author: jbeich Date: Sat Aug 30 00:08:27 2014 New Revision: 1676 Log: reduce common linux apps dups Modified: trunk/mail/linux-thunderbird/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/mail/linux-thunderbird/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -13,7 +13,5 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-firefox/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -14,8 +14,6 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - PREFS_FILE= ${WRKSRC}/${APP_SUBDIR}defaults/preferences/browser-prefs.js APP_SUBDIR= browser/ # plugins, extensions Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-seamonkey/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -13,7 +13,5 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - .include "${.CURDIR}/Makefile.common" .include Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-seamonkey/Makefile.common Sat Aug 30 00:08:27 2014 (r1676) @@ -29,7 +29,9 @@ APP_NAME= ${PKGBASE} BIN_NAME?= ${PORTNAME} USE_LINUX= yes -USE_LINUX_APPS+= atk fontconfig gtk2 hicontheme pango +USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \ + fontconfig gtk2 hicontheme pango + WRKSRC?= ${WRKDIR}/${BIN_NAME} FDIR= ${STAGEDIR}${PREFIX}/lib/${APP_NAME} COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey