aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/files
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-14 18:02:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-14 18:02:16 +0000
commitddc70f06b22d247b9ef4b1d9f77e1d6c98617c73 (patch)
tree39692beb2ed8439c7ddea75d0fcb9c271ae43bd1 /net/pptpclient/files
parent054cdfe9bcad72aa7853be8f23e5b762a6ce5352 (diff)
downloadports-ddc70f06b22d247b9ef4b1d9f77e1d6c98617c73.tar.gz
ports-ddc70f06b22d247b9ef4b1d9f77e1d6c98617c73.zip
Notes
Diffstat (limited to 'net/pptpclient/files')
-rw-r--r--net/pptpclient/files/patch-aa20
-rw-r--r--net/pptpclient/files/patch-ac14
-rw-r--r--net/pptpclient/files/patch-pptp_compat.c11
3 files changed, 0 insertions, 45 deletions
diff --git a/net/pptpclient/files/patch-aa b/net/pptpclient/files/patch-aa
deleted file mode 100644
index a467e34fe3e9..000000000000
--- a/net/pptpclient/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2008-05-14 11:33:55.000000000 +0500
-+++ Makefile 2013-08-29 11:28:02.675336240 +0400
-@@ -4,7 +4,7 @@ RELEASE=
-
- #################################################################
- # CHANGE THIS LINE to point to the location of your pppd binary.
--PPPD = /usr/sbin/pppd
-+PPPD = /usr/sbin/ppp
- #################################################################
-
- BINDIR=$(DESTDIR)/usr/sbin
-@@ -16,7 +16,7 @@ RM = rm -f
- OPTIMIZE= -O0
- DEBUG = -g
- INCLUDE =
--CFLAGS = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
-+CFLAGS += -Wall $(DEBUG) $(INCLUDE) -DUSER_PPP
- LIBS = -lutil
- # Solaris 10
- # LIBS = -lnsl -lsocket -lresolv
diff --git a/net/pptpclient/files/patch-ac b/net/pptpclient/files/patch-ac
deleted file mode 100644
index 50a2f85ae0a9..000000000000
--- a/net/pptpclient/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-RCS file: /home/jdp/f5/pptp/cvs/pptp/pptp_callmgr.h,v
-retrieving revision 1.1.1.1
-retrieving revision 1.2
-diff -u -r1.1.1.1 -r1.2
---- pptp_callmgr.h 1999/04/28 19:36:57 1.1.1.1
-+++ pptp_callmgr.h 1999/04/28 19:43:06 1.2
-@@ -6,4 +6,7 @@
- */
-
- #define PPTP_SOCKET_PREFIX "/var/run/pptp/"
-+
-+#ifndef PPTP_CALLMGR_BINARY
- #define PPTP_CALLMGR_BINARY "./pptp_callmgr"
-+#endif
diff --git a/net/pptpclient/files/patch-pptp_compat.c b/net/pptpclient/files/patch-pptp_compat.c
deleted file mode 100644
index b1789e25d92a..000000000000
--- a/net/pptpclient/files/patch-pptp_compat.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pptp_compat.c.orig 2008-05-19 03:44:02.000000000 +0800
-+++ pptp_compat.c 2008-05-19 03:44:45.000000000 +0800
-@@ -7,7 +7,7 @@
- #include <fcntl.h>
- #include <sys/types.h>
- #include <unistd.h>
--#include <stropts.h>
-+#include <sys/un.h>
- #include <stdlib.h>
- #include <strings.h>
- #include "pptp_compat.h"