Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
- While I'm here:
- Convert to new LIB_DEPENDS format
- Respect CC
- Use USES=gmake
- Support STAGEDIR
Changes: http://www.lemke-it.com/litexec?request=pubclogcegodbd
PR: ports/183359
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
- Pet portlint(1) by moving LICENSE section earlier
- Use dirrmtry instead of dirrm in pkg-plist for directories not specific to
this port
PR: ports/166631 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe: yes
In file included from Cego.c:142:
/usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h: In function 'int dbdxst_bind_params(SV*, imp_sth_t*, I32, I32)':
/usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h:72: error: cannot convert 'imp_sth_t*' to 'imp_xxh_t*' in argument passing
/usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h: In function 'SV* dbdxst_fetchall_arrayref(SV*, SV*, SV*)':
/usr/local/lib/perl5/site_perl/5.12.4/mach/auto/DBI/Driver_xst.h:98: error: cannot convert 'imp_sth_t*' to 'imp_xxh_t*' in argument passing
./Cego.xsi: In function 'void XS_DBD__Cego__db__login(CV*)':
./Cego.xsi:96: error: invalid conversion from 'const char*' to 'char*'
./Cego.xsi:97: error: invalid conversion from 'const char*' to 'char*'
[..]
Reported by: pointyhat