ports/147553: NEW port: graphics/VisualizationLibrary

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Jun 21 23:02:45 UTC 2010


* amdmi3 at FreeBSD.org (amdmi3 at FreeBSD.org) wrote:

> Synopsis: NEW port: graphics/VisualizationLibrary

- You should use PORTDOCS=* and PORTEXAMPLES=* to get rid of that
  immense plist as well as probably some PLIST_SUBs and .if's
- You should not use PORTDOCS and EXAMPLES options; there are
  standard NOPORTDOCS/NOPORTEXAMPLES knobs
- You should not use CCACHE knob - this stuff is out of scope of the
  port; one can build it with ccache/distcc/whatever by modifying CC/CXX
- Common name for WXWIDGETS knob is simply WX, see /usr/ports/KNOBS
- You should not define DEBUG option as well, and you should not set
  CMAKE_BUILD_TYPE (btw, it's spelled 'BUID' in the port). It's unset by
  default for cmake to use systemwide {CC,CXX}FLAGS. Through these,
  building debug version is also supported for most ports.
- After a quick glance on VL's CMakeLists.txt, it supports installation.
  Why do you redefine do-install?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru



More information about the freebsd-ports-bugs mailing list