ports/77090: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES]

Tod McQuillin devin at spamcop.net
Fri Feb 4 07:01:05 UTC 2005


>Number:         77090
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 04 07:01:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tod McQuillin
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Feb  2 22:25:08 JST
>Description:
p5-DBD-Oracle-1.14 no longer builds correctly with perl-5.8.6

There are newer versions of DBD-Oracle available (up to 1.16) which
presumably work fine, but the following patch makes 1.14 compile
properly and will hopefully keep the port working until someone
can update it to a newer version.

Added file(s):
- files/patch-oci7.c

Port maintainer (skv at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-DBD-Oracle-1.14.patch begins here ---
Index: files/patch-oci7.c
===================================================================
RCS file: files/patch-oci7.c
diff -N files/patch-oci7.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-oci7.c	4 Feb 2005 06:40:25 -0000
@@ -0,0 +1,12 @@
+diff -ur work-/DBD-Oracle-1.14/oci7.c work/DBD-Oracle-1.14/oci7.c
+--- oci7.c	Thu Mar 13 23:32:24 2003
++++ oci7.c	Fri Feb  4 15:37:01 2005
+@@ -440,7 +440,7 @@
+ 		}
+ 	    }
+ 	    else {
+-		(void*)SvOK_off(sv);	/* set field that caused error to undef	*/
++		SvOK_off(sv);	/* set field that caused error to undef	*/
+ 	    }
+ 	    ++err;	/* 'fail' this fetch but continue getting fields */
+ 	    /* Some should probably be treated as warnings but	*/
--- p5-DBD-Oracle-1.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list