Bug 169372 - graphics/graphviz missing deps when WITH_GVEDIT=true
Summary: graphics/graphviz missing deps when WITH_GVEDIT=true
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 15:20 UTC by Pawel Pekala
Modified: 2012-06-24 16:41 UTC (History)
0 users

See Also:


Attachments
file.diff (451 bytes, patch)
2012-06-24 15:20 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2012-06-24 15:20:05 UTC
When option GVEDIT is selected port fails to register deps correctly:

[corn:ports/graphics/graphviz]# pkg_info -r graphviz-2.28.0_1/ | grep -i qt
[corn:ports/graphics/graphviz]# ldd /usr/local/bin/gvedit | grep -i qt
        libQtGui.so.4 => /usr/local/lib/qt4/libQtGui.so.4 (0x28118000)
        libQtCore.so.4 => /usr/local/lib/qt4/libQtCore.so.4 (0x28cd6000)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-24 15:20:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-24 16:36:17 UTC
dinoex      2012-06-24 15:36:07 UTC

  FreeBSD ports repository

  Modified files:
    graphics/graphviz    Makefile pkg-plist 
  Log:
  - fix dependecy for option GVEDIT
  PR:             169372
  Submitted by:   Pawel Pekala
  
  - use OPTIONS_DEFINE
  
  - fix package for option MING
  
  Revision  Changes    Path
  1.142     +70 -70    ports/graphics/graphviz/Makefile
  1.57      +6 -0      ports/graphics/graphviz/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 Dirk Meyer freebsd_committer freebsd_triage 2012-06-24 16:41:27 UTC
State Changed
From-To: open->closed

committed, thanks.