Bug 101651 - devel/sdl12 port depends on X11 libaries unconditionally
Summary: devel/sdl12 port depends on X11 libaries unconditionally
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 12:50 UTC by Stefan Sperling
Modified: 2006-08-17 09:23 UTC (History)
0 users

See Also:


Attachments
file.diff (340 bytes, patch)
2006-08-08 12:50 UTC, Stefan Sperling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Sperling 2006-08-08 12:50:14 UTC
Currently, the devel/sdl12 port depends on X11 libraries unconditionally.
SDL can work without X11 though, using alternative video drivers such as svgalib or vgl. Setting WITHOUT_X11=yes in /etc/make.conf has no effect on devel/sdl12, it still depends on X11 libraries.

Fix: Proposed patch, tested and working for me:
How-To-Repeat: Set WITHOUT_X11=yes in /etc/make.conf
Install SDL and note X11 libraries being installed as a dependency.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-08 12:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2006-08-17 09:23:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!