14.11.2012 2:41 пользователь "Stuart Henderson" <s...@spacehopper.org> написал: > > On 2012/11/13 15:38, Amit Kulkarni wrote: > > +DISTNAME = strigi-0.7.7pl1 > > > +MASTER_SITES = ftp://3ps.if.ua/pub/OpenBSD/distfiles/ \ > > + http://malcolm.ecentrum.hu/distfiles/ \ > > + http://spacehopper.org/mirrors/ \ > > + http://www.ohvost.ru/dnl/kde/src/ > > Where does this distfile come from? If it's packaged from a > repository checkout, please add a comment showing where it was from.
ohvost.ru is my server which is offline. malcolm.ecentrum.hu is the build server I have access to, thanks to Daniel Levai. > > -SHARED_LIBS += searchclient 1.0 # .0.5 > > +SHARED_LIBS += searchclient 1.2 # .0.5 > (etc) > > these ones should either be 1.0, 1.1 or 2.0 depending on what changed, > if in doubt then use 2.0. http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs Yep. There were actually two bumps made in WIP repo, thus 1.2 version. I hoped this is not critical. :) > dcmtk, only skimmed it, not feeling clever enough to work out post-configure atm ;) > > > --- /dev/null 1 Jan 1970 00:00:00 -0000 > > +++ pkg/PFRAG.shared 13 Nov 2012 21:21:32 -0000 > > @@ -0,0 +1,13 @@ > > +@comment $OpenBSD$ > > +@lib lib/libdcmdata.so.${LIBdcmdata_VERSION} > > +@lib lib/libdcmimage.so.${LIBdcmimage_VERSION} > > +@lib lib/libdcmimgle.so.${LIBdcmimgle_VERSION} > > +@lib lib/libdcmjpeg.so.${LIBdcmjpeg_VERSION} > > +@lib lib/libdcmnet.so.${LIBdcmnet_VERSION} > > +@lib lib/libdcmpstat.so.${LIBdcmpstat_VERSION} > > +@lib lib/libdcmqrdb.so.${LIBdcmqrdb_VERSION} > > +@lib lib/libdcmsign.so.${LIBdcmsign_VERSION} > > +@lib lib/libdcmsr.so.${LIBdcmsr_VERSION} > > +@lib lib/libdcmtls.so.${LIBdcmtls_VERSION} > > +@lib lib/libdcmwlm.so.${LIBdcmwlm_VERSION} > > +@lib lib/libofstd.so.${LIBofstd_VERSION} > > These can just all get merged into PLIST these days. >