On Sat Apr 29, 2017 at 09:37:26PM +0200, Rafael Sadowski wrote:
> Hi All,
> 
> simple patch to disable doxygen as BUILD_DEPENDS. No plist changes
> detected.
> 
> Comments? Ok?
> 
> Rafael Sadowski
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/tclap/Makefile,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 Makefile
> --- Makefile  22 May 2015 11:31:14 -0000      1.3
> +++ Makefile  29 Apr 2017 19:35:18 -0000
> @@ -17,10 +17,10 @@ MASTER_SITES=     ${MASTER_SITE_SOURCEFORGE:
>  # tclap is implemented using only header files
>  PKG_ARCH=    *
>  
> -BUILD_DEPENDS=       devel/doxygen \
> -             math/graphviz
> +BUILD_DEPENDS=       math/graphviz
>  
>  SEPARATE_BUILD=      Yes
>  CONFIGURE_STYLE= gnu
> +CONFIGURE_ARGS +=    --disable-doxygen
>  
>  .include <bsd.port.mk>


Please find below an updated diff. Tested with clang and gcc on amd64.
All tests are green.

Comments? Ok?

Best regards,

Rafael


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/tclap/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    22 May 2015 11:31:14 -0000      1.3
+++ Makefile    4 May 2017 17:02:55 -0000
@@ -17,10 +17,8 @@ MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:
 # tclap is implemented using only header files
 PKG_ARCH=      *
 
-BUILD_DEPENDS= devel/doxygen \
-               math/graphviz
-
 SEPARATE_BUILD=        Yes
 CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS +=      --disable-doxygen
 
 .include <bsd.port.mk>

Reply via email to