1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Nick Sayer 2001-02-24 00:02:48 +00:00
parent 5ad428fb11
commit 69ab9abe13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38659
5 changed files with 7 additions and 8 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= poptop
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://www.moretonbay.com/vpn/releases/
DISTNAME= pptpd-1.0.0
EXTRACT_SUFX= .tgz
MASTER_SITES= http://poptop.lineo.com/releases/
DISTNAME= pptpd-${PORTVERSION}
MAINTAINER= nsayer@freebsd.org

View File

@ -1 +1 @@
MD5 (pptpd-1.0.0.tgz) = cb8964868809381e33a03cd9fcb153a9
MD5 (pptpd-1.0.1.tar.gz) = 67fbb621e1de325012feeb105846fe7d

View File

@ -5,7 +5,7 @@
INCLUDES = -I.
-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

View File

@ -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

View File

@ -1,4 +1,4 @@
PoPToP is a PPTP daemon. It is compatible with the Microsoft Windows
VPN adapter.
WWW: http://www.moretonbay.com/vpn/pptp.html
WWW: http://poptop.lineo.com/