Bug 206819 - net/clusterit: fix build with X11 unset
Summary: net/clusterit: fix build with X11 unset
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 14:17 UTC by Pavel Timofeev
Modified: 2016-02-01 14:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments
port's patch (2.04 KB, patch)
2016-02-01 14:17 UTC, Pavel Timofeev
no flags Details | Diff
poudriere log (45.16 KB, text/x-log)
2016-02-01 14:29 UTC, Pavel Timofeev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2016-02-01 14:17:47 UTC
Created attachment 166394 [details]
port's patch

- fix build when X11 is unset
- soothe portlint

I'd really like if the port maintainer made X11 off by default.


root@fbsd11:/usr/ports/net/clusterit # portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-01 14:29:31 UTC
A commit references this bug:

Author: demon
Date: Mon Feb  1 14:29:16 UTC 2016
New revision: 407720
URL: https://svnweb.freebsd.org/changeset/ports/407720

Log:
  Fix package without X11;
  Make X11 off by default: software it very useful w/o x11, so do not
  pull huge deps by default.

  PR:		206819
  Submitted by:	timp87@gmail.com

Changes:
  head/net/clusterit/Makefile
  head/net/clusterit/pkg-plist
Comment 2 Pavel Timofeev 2016-02-01 14:29:32 UTC
Created attachment 166395 [details]
poudriere log
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2016-02-01 14:30:46 UTC
patch committed, thanks!