Bug 92886 - Patch for textproc/p5-Text-Aspell port
Summary: Patch for textproc/p5-Text-Aspell port
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: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 12:40 UTC by Alex Kapranoff
Modified: 2006-04-05 08:52 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (734 bytes, patch)
2006-02-06 12:40 UTC, Alex Kapranoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kapranoff 2006-02-06 12:40:02 UTC
Comment in typemap prevents port from working at all.

Maintainer Cc:-ed.

Fix: ===> Generating patch
===> Viewing diff with more
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-06 13:17:53 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Lars Eggert 2006-02-06 13:46:35 UTC
On Feb 6, 2006, at 14:17, Edwin Groothuis wrote:
> Maintainer of textproc/p5-Text-Aspell,
> Please note that PR ports/92886 has just been submitted.

OK to commit!

Lars
-- 
Lars Eggert                                     NEC Network Laboratories
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-02-06 19:21:02 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2006-02-13 10:15:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Take
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2006-02-13 12:03:09 UTC
State Changed
From-To: open->feedback

Does not build on 4.x, could one of you submit a fix? 

===>  Building for p5-Text-Aspell-0.05_1 
mkdir blib 
mkdir blib/lib 
mkdir blib/lib/Text 
cp Aspell.pm blib/lib/Text/Aspell.pm 
/usr/bin/perl5.00503 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -noprototypes -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap Aspell.xs >xstmp.c && mv xstmp.c Aspell.c 
cc -c -I/usr/local/include -O -pipe      -DVERSION="0.05"  -DXS_VERSION="0.05" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE  Aspell.c 
Aspell.c: In function `XS_Text__Aspell_DESTROY': 
Aspell.c:98: syntax error before `Aspell_object' 
Aspell.xs:80: `self' undeclared (first use in this function) 
Aspell.xs:80: (Each undeclared identifier is reported only once 
Aspell.xs:80: for each function it appears in.) 
Aspell.c: At top level: 
Aspell.c:110: syntax error before `void' 
cpp0: output pipe has been closed 
*** Error code 1
Comment 6 Sam Lawrance freebsd_committer freebsd_triage 2006-04-05 08:51:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks!