Bug 70062 - tetxproc/p5-Bloom-Filter - A new port of the Bloom::Filter Perl library
Summary: tetxproc/p5-Bloom-Filter - A new port of the Bloom::Filter Perl library
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 06:00 UTC by Aaron Straup Cope
Modified: 2005-06-02 10:49 UTC (History)
0 users

See Also:


Attachments
file.shar (2.48 KB, text/plain)
2004-08-06 06:00 UTC, Aaron Straup Cope
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Straup Cope 2004-08-06 06:00:44 UTC
A new port of the Bloom::Filter Perl library

note: I always seem to have a certain amount of trouble getting p5-
ports that do post-patch stuff, based on the Perl version, to make
properly. Specifically, .include bsd.port.pre.mk fails with an error
saying it can't be included twice. If I take it out, I get an '.ifless
.endif' errror for the version test.

I am guessing that this has something to do with the newness of the port
and the indexes, because I can see no obvious difference between my
ports and those that actually work, but I'm not sure how to proceed.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2004-08-10 21:27:29 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Reassign misfiled PR.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-24 11:06:52 UTC
It's easy. If you include bsd.port.pre.mk then you must include 
bsd.port.post.mk after. You can use bsd.port.mk only if it alone!
-- 
Sem.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-24 11:50:24 UTC
Does not configure on 4.10 with native perl:
===>  Configuring for p5-Bloom-Filter-0.03
Checking if your kit is complete...
Looks good
Could not eval '
             package ExtUtils::MakeMaker::_version;
             no strict;

             local $VERSION;
             $VERSION=undef; do {
                 our $VERSION = '0.03';
             }; $VERSION
         ' in Filter.pm: Can't modify subroutine entry in scalar 
assignment at (eval 6) line 7, at EOF
*** Error code 2

Stop in /usr/ports/textproc/p5-Bloom-Filter.

-- 
Sem.
Comment 4 Simon Barner freebsd_committer freebsd_triage 2005-06-02 10:20:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Grab.
Comment 5 Simon Barner freebsd_committer freebsd_triage 2005-06-02 10:49:25 UTC
State Changed
From-To: open->closed

Committed (with modifications), thanks.