On Sat Apr 22, 2017 at 08:28:08PM +0100, Stuart Henderson wrote:
> On 2017/04/21 23:38, Rafael Sadowski wrote:
> > Hi ports@,
> > 
> > audio/liblo does not use doxygen to generate documents and there are no
> > docs in the current plist.
> > 
> > OK? Comments?
> > 
> > Best regards,
> > 
> > Rafael
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/audio/liblo/Makefile,v
> > retrieving revision 1.8
> > diff -u -p -u -p -r1.8 Makefile
> > --- Makefile        9 Jun 2015 11:55:24 -0000       1.8
> > +++ Makefile        21 Apr 2017 21:34:41 -0000
> > @@ -13,7 +13,6 @@ PERMIT_PACKAGE_CDROM =    Yes
> >  
> >  WANTLIB =          c m pthread
> >  MASTER_SITES =             ${MASTER_SITE_SOURCEFORGE:=liblo/}
> > -BUILD_DEPENDS =            devel/doxygen
> >  CONFIGURE_STYLE =  gnu
> >  
> >  .include <bsd.port.mk>
> > 
> 
> Try this:
> 
> pkg_add doxygen
> make configure
> pkg_delete doxygen
> make
> 
> Either you must supply the BUILD_DEPENDS, or disable/neuter the autoconf test.

Makes sense, new diff below.

Best regards,

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/liblo/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile    9 Jun 2015 11:55:24 -0000       1.8
+++ Makefile    23 Apr 2017 18:42:37 -0000
@@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 WANTLIB =              c m pthread
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=liblo/}
-BUILD_DEPENDS =                devel/doxygen
 CONFIGURE_STYLE =      gnu
+CONFIGURE_ENV=         ac_cv_prog_DOXYGEN=""
 
 .include <bsd.port.mk>

Reply via email to