Bug 157222 - fix databases/p5-DBD-cego for perl-5.14
Summary: fix databases/p5-DBD-cego for perl-5.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 23:00 UTC by Kurt Jaeger
Modified: 2011-05-31 07:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2011-05-20 23:00:22 UTC
	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: 	-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-20 23:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-29 16:24:39 UTC
Responsible Changed
From-To: perl->sunpoet

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-31 07:01:51 UTC
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-31 07:02:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!