Bug 112483 - net/rrdtool does not compile
Summary: net/rrdtool does not compile
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 14:40 UTC by Steve Clement
Modified: 2007-05-23 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (680 bytes, patch)
2007-05-07 14:40 UTC, Steve Clement
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Clement 2007-05-07 14:40:02 UTC
net/rrdtool does not compile due to an issue when ruby is installed

This patch will disable ruby support by default until the issue is solved on the programmer level

Fix: Only a workaround known

Patch attached with submission follows:
How-To-Repeat: Have ruby installed, portinstall/portupgrade net/rrdtool
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-07 22:35:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-23 15:15:30 UTC
pav         2007-05-23 14:15:19 UTC

  FreeBSD ports repository

  Modified files:
    net/rrdtool          Makefile pkg-plist 
    net/rrdtool/files    patch-bindings-Makefile.in 
  Log:
  - Add option for Ruby bindings
  - Fix build for people with Ruby installed, who don't want the bindings
  
  PR:             ports/112513, also ports/112412, ports/112483, ports/112663,
                  ports/112679, ports/112883
  Submitted by:   clive
  Approved by:    portmgr (implicit), maintainer timeout (demon; 15 days)
  
  Revision  Changes    Path
  1.67      +12 -1     ports/net/rrdtool/Makefile
  1.5       +12 -4     ports/net/rrdtool/files/patch-bindings-Makefile.in
  1.21      +1 -0      ports/net/rrdtool/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 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-23 15:16:18 UTC
State Changed
From-To: open->closed

Fixed. Thanks for the patch, but in the end more complete patch from ports/112513 got used.