Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Stuart Henderson
On 2017/04/23 21:35, Jeremie Courreges-Anglas wrote:
> >> 
> >> 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.
> 
> ok jca@

+1



Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Jeremie Courreges-Anglas
Rafael Sadowski  writes:

> 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 -   1.8
>> > +++ Makefile   21 Apr 2017 21:34:41 -
>> > @@ -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 
>> > 
>> 
>> 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.

ok jca@

> 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 -   1.8
> +++ Makefile  23 Apr 2017 18:42:37 -
> @@ -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 
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-23 Thread Rafael Sadowski
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
> > --- Makefile9 Jun 2015 11:55:24 -   1.8
> > +++ Makefile21 Apr 2017 21:34:41 -
> > @@ -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 
> > 
> 
> 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
--- Makefile9 Jun 2015 11:55:24 -   1.8
+++ Makefile23 Apr 2017 18:42:37 -
@@ -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 



Re: audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-22 Thread Stuart Henderson
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 -   1.8
> +++ Makefile  21 Apr 2017 21:34:41 -
> @@ -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 
> 

Try this:

pkg_add doxygen
make configure
pkg_delete doxygen
make

Either you must supply the BUILD_DEPENDS, or disable/neuter the autoconf test.



audio/liblo: remove doxygen as BUILD_DEPENDS

2017-04-21 Thread Rafael Sadowski
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
--- Makefile9 Jun 2015 11:55:24 -   1.8
+++ Makefile21 Apr 2017 21:34:41 -
@@ -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