From owner-svn-ports-head@FreeBSD.ORG Sat Nov 24 11:23:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3002EDBC; Sat, 24 Nov 2012 11:23:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1603C8FC14; Sat, 24 Nov 2012 11:23:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOBN18m037475; Sat, 24 Nov 2012 11:23:01 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAOBN1Io037474; Sat, 24 Nov 2012 11:23:01 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211241123.qAOBN1Io037474@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 24 Nov 2012 11:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307714 - head/net-p2p/qbittorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 11:23:02 -0000 Author: danfe Date: Sat Nov 24 11:23:01 2012 New Revision: 307714 URL: http://svnweb.freebsd.org/changeset/ports/307714 Log: Fix the check of qputenv() return value (already patched upstream). Feature safe: yes Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Sat Nov 24 10:44:52 2012 (r307713) +++ head/net-p2p/qbittorrent/Makefile Sat Nov 24 11:23:01 2012 (r307714) @@ -38,6 +38,9 @@ USE_QT4+= dbus CONFIGURE_ARGS+= --disable-qt-dbus .endif +post-patch: + @${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp + post-install: .if !defined(QB_NOX_SLAVE) @${STRIP_CMD} ${PREFIX}/bin/qbittorrent