From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 6 21:33:46 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E3B31065673 for ; Thu, 6 Oct 2011 21:33:46 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id C63B68FC14 for ; Thu, 6 Oct 2011 21:33:45 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p96LXiuT003704 for ; Thu, 6 Oct 2011 21:33:44 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p96LXdrc003210 for freebsd-gecko@freebsd.org; Thu, 6 Oct 2011 21:33:39 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 6 Oct 2011 21:33:39 GMT Message-Id: <201110062133.p96LXdrc003210@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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r653 - in branches/experimental: mail/thunderbird-beta www/firefox-beta www/seamonkey-beta X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 21:33:46 -0000 Author: beat Date: Thu Oct 6 21:33:39 2011 New Revision: 653 Log: - Don't hardcode path to unzip as FreeBSD 9 provide unzip in base. Noticed by: flo@ Modified: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/www/firefox-beta/Makefile branches/experimental/www/seamonkey-beta/Makefile Modified: branches/experimental/mail/thunderbird-beta/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/Makefile Thu Oct 6 11:59:38 2011 (r652) +++ branches/experimental/mail/thunderbird-beta/Makefile Thu Oct 6 21:33:39 2011 (r653) @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent Modified: branches/experimental/www/firefox-beta/Makefile ============================================================================== --- branches/experimental/www/firefox-beta/Makefile Thu Oct 6 11:59:38 2011 (r652) +++ branches/experimental/www/firefox-beta/Makefile Thu Oct 6 21:33:39 2011 (r653) @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Thu Oct 6 11:59:38 2011 (r652) +++ branches/experimental/www/seamonkey-beta/Makefile Thu Oct 6 21:33:39 2011 (r653) @@ -16,7 +16,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent