From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 07:01:05 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C3D16A594 for ; Fri, 4 Feb 2005 07:01:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465B243D45 for ; Fri, 4 Feb 2005 07:01:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j147125b025403 for ; Fri, 4 Feb 2005 07:01:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14712UZ025397; Fri, 4 Feb 2005 07:01:02 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 07:01:02 GMT Resent-Message-Id: <200502040701.j14712UZ025397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tod McQuillin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFED16A4CE; Fri, 4 Feb 2005 06:55:18 +0000 (GMT) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A3043D39; Fri, 4 Feb 2005 06:55:17 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.44 (FreeBSD)) id 1CwxN5-000JGF-Rd; Fri, 04 Feb 2005 15:55:15 +0900 Message-Id: Date: Fri, 04 Feb 2005 15:55:15 +0900 From: Tod McQuillin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: skv@FreeBSD.org Subject: ports/77090: [PATCH] databases/p5-DBD-Oracle: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 07:01:05 -0000 >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@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: