Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6956 - pptpclient installs a perl/tk script even when tcltk isn't set in USE
Summary: pptpclient installs a perl/tk script even when tcltk isn't set in USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jared H. Hudson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 20:27 UTC by Mr. Bones. (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to skip installing xpptp_fe.pl if tcltk isn't set in USE (patch,377 bytes, patch)
2002-08-23 20:30 UTC, Mr. Bones. (RETIRED)
Details | Diff
check for tcltk in USE and depend on perl-tk accordingly (pptpclient.diff,711 bytes, patch)
2002-10-22 22:42 UTC, Jonathan Nall
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2002-08-23 20:27:31 UTC
/usr/sbin/xpptp_fe.pl is installed from the pptpclient distribution
even though tcltk isn't set in the USE variable in /etc/make.conf.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2002-08-23 20:30:36 UTC
Created attachment 3366 [details, diff]
patch to skip installing xpptp_fe.pl if tcltk isn't set in USE
Comment 2 Jonathan Nall 2002-10-22 22:42:52 UTC
Created attachment 4920 [details, diff]
check for tcltk in USE and depend on perl-tk accordingly

this is a patch that performs the change in patch 3366, but also check for
tcltk in the USE variable and DEPENDs on perl-tk if tcltk support is desired.