Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TCLX without TK
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Redemption
n00b
n00b


Joined: 05 Dec 2002
Posts: 28

PostPosted: Wed Jan 22, 2003 5:55 am    Post subject: TCLX without TK Reply with quote

Wanting/needing to emerge TCLX, but the package includes TK, which is dependant on Xwindows, soooo it will also install random X stuff that I don't want.
Anyway to get around this?
Thanks for any thoughts.
Back to top
View user's profile Send private message
kutsuya
Retired Dev
Retired Dev


Joined: 21 Oct 2002
Posts: 189

PostPosted: Thu Jan 23, 2003 12:35 pm    Post subject: Re: TCLX without TK Reply with quote

Hi,

Well let's look what tclx depends on (I assume PORTDIR='/usr/portage'):
Code:

Kutsuya root # emerge tclx -s
Searching...   
[ Results for search key : tclx ]
[ Applications found : 1 ]

 
*  dev-tcltk/tclx
      Latest version available: 8.3
...
kutsuya root # less /usr/portage/dev-tcltk/tclx/tclx-8.3.ebuild
...
IUSE="X"

DEPEND="=dev-lang/tcl-8.3*
        X? =dev-lang/tk-8.3*"
...


So I would suggest a test:
Code:

# USE="-X" emerge tclx -p


To check what flags you have set and unset:
Code:

# emerge info


Portage manual

Hope that helps,
--Kutsuya
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Thu Jan 23, 2003 10:52 pm    Post subject: Reply with quote

I've found that adding "-X -motif" to my use flags in make.conf to be pretty effective at blocking attempts to drag in XFree86 on my ancient console-only laptop.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum