Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 22:05:38 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355755 - head/multimedia/libdvdcss
Message-ID:  <201405292205.s4TM5cVS046516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405292205.s4TM5cVS046516>