diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-02-24 00:02:48 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-02-24 00:02:48 +0000 |
commit | 69ab9abe13e6e84152645e483c32db9f677d8b51 (patch) | |
tree | 079a055f6305d3bc43a261f70675cd86e19dc1c3 /net/poptop/files/patch-ac | |
parent | 1. Update FAQ to talk about the Ricochet version of Merlin. (diff) |
1. Upgrade to v1.0.1
2. Don't use their CFLAGS, add the really important stuff with +=
instead
3. Move the MASTER_SITE and WWW.
This port is still FORBIDDEN, IMHO, since so far as I know the FreeBSD
userland ppp doesn't do MPPE encryption and the mpd-netgraph stuff does.
What is the use of a vpn that does no encryption? *BUT* If I am wrong or
if someone can add MPPE to the userland ppp, I will de-FORBIDDEN this
port.
Notes
Notes:
svn path=/head/; revision=38659
Diffstat (limited to 'net/poptop/files/patch-ac')
-rw-r--r-- | net/poptop/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/poptop/files/patch-ac b/net/poptop/files/patch-ac index f5eafefb8d7d..a9b45647da22 100644 --- a/net/poptop/files/patch-ac +++ b/net/poptop/files/patch-ac @@ -5,7 +5,7 @@ ## -Wmissing-prototypes removed (eg, Linux 2.2.6 headers ## aren't up to it). -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -+CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)'" ++CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)'" #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 |