Ok, then I will set SHARED_LIBS += lo 1. 0 # 11.1 We still don't need Revision? REVISION = 1
I will use cvs add to instate 'liblo' directory and files when I commit. Thanks Kinichiro Inoguchi On Fri, Jun 26, 2020, 7:21 AM Stuart Henderson <[email protected]> wrote: > On 2020/06/26 00:01, Antoine Jacoutot wrote: > > Are you sure Stuart? > > We used to have liblo.so.0.1, it seems weird to import the lib back with > a smaller solib version. > > Oh, thanks for catching that! I didn't realise it was in ports before. > > In that case it is probably best if we use a shared library version of 1.0 > (and it will be easier to "cvs -d cvs.openbsd.org:/cvs add" to reinstate > the directories and files rather than re-importing, which will require a > cvs merge). > > > Cheers! > > > > — > > Antoine > > > > > On 25 Jun 2020, at 15:02, Stuart Henderson <[email protected]> > wrote: > > > > > > On 2020/06/25 20:55, Kinichiro Inoguchi wrote: > > >>> 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 > > >> > > >> > > > > > > Thanks. OK sthen@ > > > > > >
