Bug 53289 - Add WITHOUT_X11 knob to `lang/ocaml'
Summary: Add WITHOUT_X11 knob to `lang/ocaml'
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-13 20:20 UTC by lev
Modified: 2003-06-29 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.40 KB, patch)
2003-06-13 20:20 UTC, lev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lev 2003-06-13 20:20:10 UTC
  
  OCAML compiler & framework `lang/ocaml' could be compiled without Tk
from ports. But it requires X11 (XLIB) in any case now. It is not good
in some cases, and `ocaml' could be compiled withou X11 easily.
  This PR adds `WITHOUT_X11' knob to `lang/ocaml' Makefile.
Comment 1 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-06-28 11:08:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev


It's my PR, I'll take care of it.
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-06-28 18:42:01 UTC
State Changed
From-To: open->closed


Commited, thanks.
Comment 3 Sergei Kolobov 2003-06-29 10:56:54 UTC
Lev,

Please also take a look at port/52808, which contains a similar 
(but not identical) update.

Sergei