From ea9c48b7a59c0e09ed9df194c6e835e356e3e141 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Mon, 24 Oct 2005 09:21:58 +0000 Subject: - Update to 1.2.1 - Grant maintainership to submitter PR: ports/87891 Submitted by: Oleg M. Golovanov --- net/poptop/files/patch-aa | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'net/poptop/files/patch-aa') diff --git a/net/poptop/files/patch-aa b/net/poptop/files/patch-aa index cec44ad6f0c8..2f298eec81e3 100644 --- a/net/poptop/files/patch-aa +++ b/net/poptop/files/patch-aa @@ -1,17 +1,11 @@ ---- defaults.h.orig Thu Mar 7 19:09:42 2002 -+++ defaults.h Sun Sep 8 10:19:58 2002 -@@ -40,10 +40,14 @@ - #endif - - #define PPP_SPEED_DEFAULT "115200" -+#ifdef __FreeBSD__ -+#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "/pptpd.conf" -+#else - #if EMBED - #define PPTPD_CONFIG_FILE_DEFAULT "/etc/config/pptpd.conf" - #else - #define PPTPD_CONFIG_FILE_DEFAULT "/etc/pptpd.conf" -+#endif - #endif - #define PIDFILE_DEFAULT "/var/run/pptpd.pid" - +--- configure.in.orig Wed Jun 23 07:38:43 2004 ++++ configure.in Thu Oct 20 22:33:48 2005 +@@ -112,7 +112,7 @@ + if test "$ac_cv_header_libintl_h" = yes; then + if test "$ac_cv_lib_c_gettext" = no; then + if test "$ac_cv_lib_intl_gettext" = yes; then +- XTRALIBS_MGR = "$XTRALIBS_MGR -lintl" ++ XTRALIBS_MGR="$XTRALIBS_MGR -lintl" + else + echo "Have libintl.h but no usable gettext!" 1>&2 + exit 1 -- cgit v1.2.3