Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Feb 2006 15:34:01 +0300 (MSK)
From:      Alex Kapranoff <kappa@rambler-co.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lars Eggert <lars.eggert@gmx.net>
Subject:   ports/92886: Patch for textproc/p5-Text-Aspell port
Message-ID:  <20060206123401.0BAC540C1@capella.park.rambler.ru>
Resent-Message-ID: <200602061240.k16Ce3gY094478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92886
>Category:       ports
>Synopsis:       Patch for textproc/p5-Text-Aspell port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 06 12:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Inner Mongolia
>Environment:
FreeBSD capella.park.rambler.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 15 17:17:42 MSD 2004     root@capella.rambler.stack.net:/usr/obj/usr/src/sys/CAPELLA  i386

	
>Description:
Comment in typemap prevents port from working at all.

Maintainer Cc:-ed.
>How-To-Repeat:
	
>Fix:

	

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Aspell/files/patch-typemap /usr/home/kappa/work/ports/p5-Text-Aspell/files/patch-typemap
--- /usr/ports/textproc/p5-Text-Aspell/files/patch-typemap	Thu Jan  1 03:00:00 1970
+++ ports/p5-Text-Aspell/files/patch-typemap	Thu Feb  2 21:07:46 2006
@@ -0,0 +1,10 @@
+--- typemap.orig	Thu Feb  2 21:07:25 2006
++++ typemap	Thu Feb  2 21:07:31 2006
+@@ -17,7 +17,6 @@
+ 
+ O_OBJECT
+         if( sv_isobject($arg) && (SvTYPE(SvRV($arg)) == SVt_PVMG) )
+-#               $var = ($type)SvIV((SV*)SvRV( $arg ));
+                 $var = INT2PTR ($type, SvIV (SvRV ($arg)));
+         else{
+                 warn( \"${Package}::$func_name() -- $var is not a blessed SV reference\" );
===> Done
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060206123401.0BAC540C1>