Because of the recent deletion of serval netinet6 includefiles in current the net/p5-Socket6 port didnt compile anymore. ===> Building for p5-Socket6-0.19 cp Socket6.pm blib/lib/Socket6.pm /usr/local/bin/perl5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/ExtUtils/xsubpp -noprototypes -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c cc -c -O1 -pipe -march=k8 -O -pipe -march=k8 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" Socket6.c Socket6.xs:64:30: error: netinet6/ipsec.h: No such file or directory Socket6.xs: In function 'XS_Socket6_getaddrinfo': Socket6.xs:668: warning: assignment discards qualifiers from pointer target type Socket6.xs: In function 'XS_Socket6_gai_strerror': Socket6.xs:724: warning: assignment discards qualifiers from pointer target type *** Error code 1 Stop in /pub/FreeBSD/ports/net/p5-Socket6/work/Socket6-0.19. *** Error code 1 Stop in /pub/FreeBSD/ports/net/p5-Socket6. How-To-Repeat: - Update to recent current - make delete-old - try compiling ports/net/p5-Socket6
Responsible Changed From-To: freebsd-ports-bugs->ume Over to maintainer
ume 2007-07-05 17:24:36 UTC FreeBSD ports repository Added files: net/p5-Socket6/files patch-Socket6.xs Log: Make it buildable again on 7-current after KAME IPsec removal. Since __FreeBSD_version was not bumped at that time, we use nearest version to distinguish it. Since the macros which Socket6 looking for are same with KAME's one, it is enough. PR: ports/114299 Revision Changes Path 1.1 +21 -0 ports/net/p5-Socket6/files/patch-Socket6.xs (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Thank you for the report. I've just committed the fix.