On 2023/04/24 11:00, Omar Polo wrote: > On 2023/04/23 07:33:50 +0100, Stuart Henderson <s...@spacehopper.org> wrote: > > On 2023/04/23 02:36, Stephan, Corey J wrote: > > > Find textproc/sword attached. > > > > here are some fixes on top. new tgz attached, > > > > [...] > > few more things on top: > > - delete trailing whitespaces > - fix MASTER_SITES > > $ make show=V:H > . > $ make show=V:R > 1.9
oops yes :) > - translate and move the comment about KJV thanks, I haven't had any Latin lessons in ~35 years :p > - use upstream' version number for KJV, should the hash change it'd > be easier to fix the port. good idea. if it's changing fairly often then it's probably better to mirror somewhere but we can figure that out later if needed. > (diff for these attached) > > It looks for devel/cppunit at configure time, but those tests are not > compiled (even though make says it entered the dir). I haven't looked > deeply into it, but don't know if you prefer to add it as BDEP. if I make configure with cppunit installed, then pkg_delete cppunit, then finish the build, there's no problem, so I think a BDEP is unnecessary. > Otherwise, looks fine to me but admittedly only build-tested. ok to > import. ok with me, probably easier for you to import as you already have this in your tree :) > --- Makefile.orig Mon Apr 24 09:58:30 2023 > +++ Makefile Mon Apr 24 10:31:06 2023 > @@ -2,16 +2,18 @@ > > V= 1.9.0 > DISTNAME= sword-${V} > -# KJV cambia continuamente > CATEGORIES= textproc books > > -MASTER_SITES= > https://crosswire.org/ftpmirror/pub/sword/source/v${V:H}/ > +MASTER_SITES= > https://crosswire.org/ftpmirror/pub/sword/source/v${V:R}/ > MASTER_SITES0= > https://crosswire.org/ftpmirror/pub/sword/packages/rawzip/ > -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > -DISTFILES+= KJV.zip:0 > > -SHARED_LIBS= sword 0.0 > +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > > +# keeps changing > +DISTFILES+= KJV-2.10.2{KJV}.zip:0 > + > +SHARED_LIBS= sword 0.0 > + > HOMEPAGE= https://crosswire.org/sword/software/ > MAINTAINER= Corey Stephan <corey.step...@stthom.edu> > > @@ -32,7 +34,7 @@ > textproc/clucene \ > textproc/icu4c > > -CONFIGURE_STYLE=gnu > +CONFIGURE_STYLE=gnu > USE_GMAKE= yes > SHARE_DIR= ${PREFIX}/share/sword > >