pkgsrc/net/poptop/patches/patch-ab
cube 4a6d6803bb - Update to 1.3.0
- Drop maintainership
- Fix a reference to /usr/pkg that was committed by accident in a file
  [hi joerg!]
- Remove MESSAGE because it's about NetBSD 1.6 and older
- Add USE_DESTDIR support

1.3.0: released 2005-08-03

- disable Van Jacobson compression by default [Pokrywka]
- prototype packet buffering and reordering [Cameron/Anonymous]
- comply with RFC2637 on echo wait and idle wait parameters [Brox]
- new pptpd-logwtmp-strip-domain option [Cameron]
- defer writes to pty until pppd has set it up properly [Cameron]
- process initial packet length header properly [Beregszaszi]
- ignore ENETDOWN and ENXIO on sendto in bcrelay [Cameron]
- add section on debugging to pptpd.8 [Mueller]

1.2.3: released 2005-02-17

- error check critical dup2 calls [Cameron]
- performance, use writev() if available, avoiding memcpy() [Sundberg]
- compilation fix for gcc old versions [Cameron]

1.2.2: released 2005-01-05

- fix deadlock hang due to syslog(3) called by signal handler [Cameron]
- turn off logging to stderr, to prevent loopback [Hall]
2009-02-24 21:22:41 +00:00

13 lines
462 B
Text

$NetBSD: patch-ab,v 1.5 2009/02/24 21:22:41 cube Exp $
--- configure.orig 2005-08-03 07:47:32.000000000 +0000
+++ configure
@@ -5846,7 +5846,7 @@ fi
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