From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 18:48:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD05D316; Sat, 13 Sep 2014 18:48:50 +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 B7C4DB93; Sat, 13 Sep 2014 18:48:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DImo2r080074; Sat, 13 Sep 2014 18:48:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DImoDr080072; Sat, 13 Sep 2014 18:48:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409131848.s8DImoDr080072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Sep 2014 18:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368128 - head/multimedia/mythtv 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.18-1 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, 13 Sep 2014 18:48:50 -0000 Author: adamw Date: Sat Sep 13 18:48:50 2014 New Revision: 368128 URL: http://svnweb.freebsd.org/changeset/ports/368128 QAT: https://qat.redports.org/buildarchive/r368128/ Log: Use pathfix so that the pkgconfig file actually gets installed where the plist says it does. While here, don't try to remove directories installed by unconditional dependencies. Modified: head/multimedia/mythtv/Makefile head/multimedia/mythtv/pkg-plist Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Sat Sep 13 18:33:50 2014 (r368127) +++ head/multimedia/mythtv/Makefile Sat Sep 13 18:48:50 2014 (r368128) @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PR ONLY_FOR_ARCHS= i386 amd64 USE_PERL5= run build fixpacklist NOPRECIOUSMAKEVARS= # don't override $(ARCH) in ffmpeg makefiles -USES= gmake libtool perl5 pkgconfig +USES= gmake libtool perl5 pkgconfig pathfix USE_QT4= gui sql network script linguist_build l10n sql-mysql_run \ moc_build qmake_build rcc_build uic_build imageformats QT_NONSTANDARD= yes Modified: head/multimedia/mythtv/pkg-plist ============================================================================== --- head/multimedia/mythtv/pkg-plist Sat Sep 13 18:33:50 2014 (r368127) +++ head/multimedia/mythtv/pkg-plist Sat Sep 13 18:48:50 2014 (r368128) @@ -2329,8 +2329,6 @@ libdata/pkgconfig/libmythzmq.pc %%BINDINGS%%@dirrm %%PYTHON_SITELIBDIR%%/MythTV %%BINDINGS%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MythTV %%BINDINGS%%@dirrmtry %%SITE_PERL%%/IO/Socket/INET -%%BINDINGS%%@dirrmtry %%SITE_PERL%%/IO/Socket -%%BINDINGS%%@dirrmtry %%SITE_PERL%%/IO %%BINDINGS%%@dirrm %%SITE_PERL%%/MythTV @dirrm include/mythtv/zeromq @dirrm include/mythtv/upnp