Date: Sat, 24 Nov 2012 11:23:01 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307714 - head/net-p2p/qbittorrent Message-ID: <201211241123.qAOBN1Io037474@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211241123.qAOBN1Io037474>