From owner-svn-ports-all@FreeBSD.ORG Thu Jan 8 19:05:29 2015 Return-Path: Delivered-To: svn-ports-all@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 46EE3427; Thu, 8 Jan 2015 19:05:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32F4AAFC; Thu, 8 Jan 2015 19:05:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08J5Tct042630; Thu, 8 Jan 2015 19:05:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08J5To0042629; Thu, 8 Jan 2015 19:05:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501081905.t08J5To0042629@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 Jan 2015 19:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376565 - head/multimedia/libquvi09/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 19:05:29 -0000 Author: sunpoet Date: Thu Jan 8 19:05:28 2015 New Revision: 376565 URL: https://svnweb.freebsd.org/changeset/ports/376565 QAT: https://qat.redports.org/buildarchive/r376565/ Log: - Respect DESTDIR when checking old versions PR: ports/196538 Submitted by: Jia-Shiun Li Added: head/multimedia/libquvi09/files/ head/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in (contents, props changed) Added: head/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libquvi09/files/patch-src-quvi-0.9-quvi-Makefile.in Thu Jan 8 19:05:28 2015 (r376565) @@ -0,0 +1,13 @@ +--- src/quvi-0.9/quvi/Makefile.in.orig 2015-01-06 23:20:41.370951000 +0800 ++++ src/quvi-0.9/quvi/Makefile.in 2015-01-08 21:58:34.731380089 +0800 +@@ -558,8 +558,8 @@ + + + install-data-local: +- @if test -f $(libquvisubincludedir)/qfunc.h ; then \ +- echo "** Old headers found in $(libquvisubincludedir). You should" ; \ ++ @if test -f $(DESTDIR)$(libquvisubincludedir)/qfunc.h ; then \ ++ echo "** Old headers found in $(DESTDIR)$(libquvisubincludedir). You should" ; \ + echo "** remove the contents of this directory and type 'make " ; \ + echo "** install' again." ; \ + false ; \