From geraud@gcu.info  Sun Apr  5 03:21:42 2009
Return-Path: <geraud@gcu.info>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E50C21065670;
	Sun,  5 Apr 2009 03:21:42 +0000 (UTC)
	(envelope-from geraud@gcu.info)
Received: from edna.nealab.net (edna.nealab.net [91.121.28.124])
	by mx1.freebsd.org (Postfix) with ESMTP id AC8E18FC0C;
	Sun,  5 Apr 2009 03:21:42 +0000 (UTC)
	(envelope-from geraud@gcu.info)
Received: from [192.168.0.190] (unknown [202.22.227.32])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by edna.nealab.net (Postfix) with ESMTPSA id 147255594;
	Sun,  5 Apr 2009 05:02:16 +0200 (CEST)
Message-Id: <alpine.BSF.2.00.0904051357520.19467@bob.nc.nealab.net>
Date: Sun, 5 Apr 2009 14:02:12 +1100 (NCT)
From: =?ISO-8859-15?Q?G=E9raud_CONTINSOUZAS?= <geraud@gcu.info>
Reply-To: geraud@gcu.info
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@FreeBSD.org
Subject: [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM

>Number:         133391
>Category:       ports
>Synopsis:       [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 05 03:30:01 UTC 2009
>Closed-Date:    Sun Apr 05 09:01:56 UTC 2009
>Last-Modified:  Sun Apr  5 09:10:00 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 5 03:30:15 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133391 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Sun Apr 5 09:01:24 UTC 2009 
State-Changed-Why:  
Committed. (PORTREVISION don't bumped) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133391 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133391: commit references a PR
Date: Sun,  5 Apr 2009 09:01:13 +0000 (UTC)

 skv         2009-04-05 09:00:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/perl5.10        pkg-plist 
   Log:
   Fix packaging with enabled GDBM option.
   
   PR:             ports/133391
   Submitted by:   G.raud Continsouzas <geraud xx gcu.info>
   
   Revision  Changes    Path
   1.44      +0 -1      ports/lang/perl5.10/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
