On Sunday, November 20, 2011 13:52 CET, "Sebastian Reitenbach" <[email protected]> wrote:
> Hey Timo, > > On Sunday, November 20, 2011 12:53 CET, Timo Myyrä <[email protected]> > wrote: > > > Hi, > > > > Just updated the chicken port at > > https://github.com/jasperla/openbsd-wip/tree/master/lang/chicken. > > I added fix for hppa in the Makefile but I don't know if there are > > other archs which would also need the fix. > > Otherwise the port seems OK to me, anyone else have opinion about it.> Not > > sure if the perl search and replace from Makefile is best way but> it seems > > to work. > > I haven't tested it though, since I don't know really what to do with it ;) > but some comments: > > You should install the docs in the same directory as was with the old version > of the port. > And also you should get rid of the spaces in the html file names as it was in > the old version. I had the same problem with www/sogo. You may take a look in > the Makefile how I did it there, just in case there is no better way with > this port. > > Did the port really switched to SHARED_ONLY? > If you are unsure, change that, and I could try it on a vax. and I forgot: the version number of the SHARE_LIB chicken should not grow backwards, the old was 1.0, 0.0 is definitely wrong. You should check the header files for API changes. and instead of this in the PLIST @comment lib/libchicken.so @lib lib/libchicken.so.${LIBchicken_VERSION} @bin lib/libchicken.so.6 you should just only install the @lib/libchicken.so.${LIBchicken_VERSION} and get rid of the other two. Sebastian > > cheers, > Sebastian > > > > > Timo > > > > > > >
