Date: Sun, 5 Apr 2009 14:02:12 +1100 (NCT) From: =?ISO-8859-15?Q?G=E9raud_CONTINSOUZAS?= <geraud@gcu.info> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/133391: [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM Message-ID: <alpine.BSF.2.00.0904051357520.19467@bob.nc.nealab.net> Resent-Message-ID: <200904050330.n353U1uc012140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133391 >Category: ports >Synopsis: [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 05 03:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Geraud CONTINSOUZAS >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD bob.xxxxxx.net 7.1-STABLE FreeBSD 7.1-STABLE #1: Tue Mar 17 12:22:12 NCT 2009 root@bob.xxxxxx.net:/usr/obj/usr/src/sys/BOB02 i386 >Description: When WITH_GDBM option is set, `make package` fails while trying to stat a missing file, namely GDBM_File.bs. skv@ is CC'd. >How-To-Repeat: Build lang/perl-5.10 with WITH_GDBM and make package. >Fix: Remove the file from pkg-plist and bump PORTREVISION accordingly. Would be nice to have this fixed before the freeze. Patch attached. --- perl-5.10.0_1.diff begins here --- --- Makefile.orig 2009-04-05 10:04:05.000000000 +1100 +++ Makefile 2009-04-05 13:44:42.000000000 +1100 @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ --- pkg-plist.orig 2009-04-05 13:33:54.000000000 +1100 +++ pkg-plist 2009-04-05 13:34:23.000000000 +1100 @@ -1615,7 +1615,6 @@ lib/perl5/%%PERL_VER%%/warnings.pm lib/perl5/%%PERL_VER%%/warnings/register.pm %%GDBM%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.so -%%GDBM%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.bs %%GDBM%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/GDBM_File.pm @dirrm lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN @dirrm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils --- perl-5.10.0_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0904051357520.19467>