From owner-svn-ports-all@FreeBSD.ORG Thu May 29 22:05:38 2014 Return-Path: Delivered-To: svn-ports-all@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 CA1571CE; Thu, 29 May 2014 22:05:38 +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 A4C9A2CFE; Thu, 29 May 2014 22:05:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TM5cdU046517; Thu, 29 May 2014 22:05:38 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TM5cVS046516; Thu, 29 May 2014 22:05:38 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201405292205.s4TM5cVS046516@svn.freebsd.org> From: Josh Paetzel Date: Thu, 29 May 2014 22:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355755 - head/multimedia/libdvdcss 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 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, 29 May 2014 22:05:38 -0000 Author: jpaetzel Date: Thu May 29 22:05:38 2014 New Revision: 355755 URL: http://svnweb.freebsd.org/changeset/ports/355755 QAT: https://qat.redports.org/buildarchive/r355755/ Log: No need to try and patch the docs Makefile, it's been replaced with a doxygen config file. This unbreaks the port build when trying to build the docs. Modified: head/multimedia/libdvdcss/Makefile Modified: head/multimedia/libdvdcss/Makefile ============================================================================== --- head/multimedia/libdvdcss/Makefile Thu May 29 22:02:52 2014 (r355754) +++ head/multimedia/libdvdcss/Makefile Thu May 29 22:05:38 2014 (r355755) @@ -26,15 +26,6 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/deve PORTDOCS= * .endif -post-patch: -.if ${PORT_OPTIONS:MDOXYGEN} -# we do not want the latex documents... too many dependencies just -# to get in ps what we already have in html - @${REINPLACE_CMD} '/^all:/s/stamp-latex//' ${WRKSRC}/doc/Makefile.in -.else - @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in -.endif - post-install: .if ${PORT_OPTIONS:MDOXYGEN} ${MKDIR} ${STAGEDIR}${DOCSDIR}