Bug 133391 - [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM
Summary: [PATCH] lang/perl5.10 : Fix `make package` target with WITH_GDBM
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-05 04:30 UTC by geraud
Modified: 2009-04-05 10:10 UTC (History)
1 user (show)

See Also:


Attachments
perl-5.10.0_1.diff (807 bytes, patch)
2009-04-05 04:30 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2009-04-05 04:30:01 UTC
 	When WITH_GDBM option is set, `make package` fails while trying to
 	stat a missing file, namely GDBM_File.bs.

 	skv@ is CC'd.

Fix: Remove the file from pkg-plist and bump PORTREVISION accordingly.

 	Would be nice to have this fixed before the freeze.
 	Patch attached.
How-To-Repeat:  	Build lang/perl-5.10 with WITH_GDBM and make package.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-05 04:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-05 10:01:13 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"
Comment 3 skv freebsd_committer freebsd_triage 2009-04-05 10:01:24 UTC
State Changed
From-To: open->closed

Committed. (PORTREVISION don't bumped)