Bug 60239 - net/poptop: fix WITH_KERNPPP option
Summary: net/poptop: fix WITH_KERNPPP option
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: 2003-12-14 21:30 UTC by Allan Saddi
Modified: 2003-12-15 08:19 UTC (History)
0 users

See Also:


Attachments
file.diff (296 bytes, patch)
2003-12-14 21:30 UTC, Allan Saddi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Saddi 2003-12-14 21:30:18 UTC
In the recent commit (rev 1.18) of poptop's ports Makefile, the sense of the
WITH_KERNPPP option was flipped. Now one has to specifiy WITH_KERNPPP=yes
to build poptop with user ppp support, which doesn't make much sense.

How-To-Repeat: Try building poptop port. During the configure phase, you will see that
by default, the selected ppp is "Standard" (kernel pppd).
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-14 21:35:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-15 08:19:02 UTC
State Changed
From-To: open->closed

Committed, thanks!