On Tue, Apr 12, 2011 at 10:42:40PM +0800, wen heping wrote: > Hi, > > Here is a new port of devel/p5-ExtUtils-CChecker, it is required by > net/p5-Socket-GetAddrInfo which is required by the update of devel/p5-POE. > > Tested OK on Loongson and regress OK too. > > Comments ?
looks fine to me, but please, set USE_GROFF(mandoc is unhappy with those manpages) $ mandoc -T lint -W error * ExtUtils::CChecker.3p:210:8: ERROR: macro requires body argument(s) ExtUtils::CChecker.3p:309:8: ERROR: macro requires body argument(s) $ > > wen > > > > about p5-ExtUtils-CChecker: > > Often Perl modules are written to wrap functionallity found in existing > C headers, libraries, or to use OS-specific features. It is useful in > the Build.PL or Makefile.PL file to check for the existance of these > requirements before attempting to actually build the module. > > Objects in this class provide an extension around ExtUtils::CBuilder to > simplify the creation of a .c file, compiling, linking and running it, > to test if a certain feature is present.