Bug 114326 - [patch] net/rrdman - fix dependency
Summary: [patch] net/rrdman - fix dependency
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 09:20 UTC by Gabor Kovesdan
Modified: 2007-07-20 21:34 UTC (History)
0 users

See Also:


Attachments
net-rrdman.diff (419 bytes, patch)
2007-07-05 09:20 UTC, Gabor Kovesdan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan freebsd_committer freebsd_triage 2007-07-05 09:20:04 UTC
The typo in the Makefile does not pull in Perl5 if it is not already installed.
The patch fixes it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-05 09:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-05 09:20:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-20 21:11:07 UTC
gabor       2007-07-20 20:11:02 UTC

  FreeBSD ports repository

  Modified files:
    databases/rrdman     Makefile 
  Log:
  - Fix typo: s/USE_PERl5/USE_PERL5/
  
  PR:             ports/114326
  Submitted by:   gabor
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.5       +1 -1      ports/databases/rrdman/Makefile
_______________________________________________
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 4 Gabor Kovesdan freebsd_committer freebsd_triage 2007-07-20 21:34:24 UTC
State Changed
From-To: feedback->closed

Committed with maintainer timeout, thanks!