On Thu, Jun 25, 2020 at 12:17:53PM +0100, Stuart Henderson wrote: > On 2020/06/25 20:06, Kinichiro Inoguchi wrote: > > Hello Laurence, > > > > Thanks for checking this. > > I would like to proceed this if no objection from others. > > > > And I would like to add 'ac_cv_prog_DOXYGEN=""' as CONFIGURE_ENV in Makefile > > to disable building documentation in case doxygen is installed. > > > > --- Makefile.orig Thu Jun 25 19:52:37 2020 > > +++ Makefile Thu Jun 25 19:53:14 2020 > > @@ -19,5 +19,6 @@ PERMIT_PACKAGE = Yes > > WANTLIB = c m pthread > > > > CONFIGURE_STYLE = gnu > > +CONFIGURE_ENV = ac_cv_prog_DOXYGEN="" > > > > .include <bsd.port.mk> > > > > > > I will attach new liblo.tar.gz in this mail. > > > > ok? > > > > Regards, > > > > Kinichiro Inoguchi > > > > > > On Wed, Jun 24, 2020 at 03:49:21PM +0100, Laurence Tratt wrote: > > > On Wed, Jun 24, 2020 at 10:16:17PM +0900, Kinichiro Inoguchi wrote: > > > > > > Hello Knichiro, > > > > > > > liblo is an implementation of the Open Sound Control protocol. > > > > I would like to have this since some audio tools require this. > > > > > > Agreed, this would be useful. I had done a version in openbsd-wip [1], > > > but I > > > think your version is slightly better, so I'd suggest going with yours. > > > > > > > > > Laurie > > > > > > [1] https://github.com/jasperla/openbsd-wip/tree/master/audio/liblo > > > > > > Please set the library version to 0.0 for initial import (and remove > REVISION). > > Please either add "LIBTOOL_FLAGS += --tag=disable-static" or regenerate > the PLIST to include the static library. > > Otherwise OK.
Thanks. I added static library entry to PLIST. I set the library version to 0.0 and remove REVISION. --- Makefile.orig Thu Jun 25 20:37:16 2020 +++ Makefile Thu Jun 25 20:37:59 2020 @@ -3,9 +3,8 @@ COMMENT = Lightweight Open Sound Control (OSC) implementation DISTNAME = liblo-0.31 -REVISION = 1 -SHARED_LIBS += lo 0.2 # 11.1 +SHARED_LIBS += lo 0.0 # 11.1 CATEGORIES = audio I will attach latest liblo.tar.gz in this mail. Regards, Kinichiro Inoguchi
liblo.tar.gz
Description: application/tar-gz