databases/p5-DBD-cego fails to compile with perl-5.14 Fix: Add this as files/patch-cegoxs ---------------- ------------------QCb1PJEzLYULnokPs4I1xoEyeO4IzTA9m2O3FsZfDEiHcrj7 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- CegoXS.h 2010-11-21 02:25:27.000000000 +0100 +++ CegoXS.h 2011-05-20 23:08:59.000000000 +0200 @@ -9,4 +9,8 @@ #include "dbdimp.h" #include <dbd_xsh.h> +#define sv_yes PL_sv_yes +#define sv_no PL_sv_no +#define dirty PL_dirty + #endif How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I will take it.
sunpoet 2011-05-31 06:01:41 UTC FreeBSD ports repository Modified files: databases/p5-DBD-cego Makefile Added files: databases/p5-DBD-cego/files patch-CegoXS.h Log: - Fix build with Perl 5.14 [1] - Fix typo: PORTREVISION - Make portlint happier PR: ports/157222 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Revision Changes Path 1.9 +2 -2 ports/databases/p5-DBD-cego/Makefile 1.1 +19 -0 ports/databases/p5-DBD-cego/files/patch-CegoXS.h (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 Committed, with minor changes. Thanks!