pkgsrc/net/poptop/Makefile
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

34 lines
868 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/02/24 21:22:41 cube Exp $
#
DISTNAME= pptpd-1.3.0
PKGNAME= ${DISTNAME:S/pptpd/poptop/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.poptop.org/
COMMENT= PPTP server with support for Microsoft VPN clients
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-libwrap
SUBST_CLASSES+= sysconf
SUBST_STAGE.sysconf= post-patch
SUBST_FILES.sysconf= defaults.h pptpd.8 pptpd.conf.5
SUBST_SED.sysconf= -e s,@@PKGSYSCONFDIR@@,${PKG_SYSCONFDIR},
SUBST_CLASSES+= logwtmp
SUBST_STAGE.logwtmp= post-patch
SUBST_FILES.logwtmp= pptpctrl.c
SUBST_SED.logwtmp= -e s,@@PREFIX@@,${PREFIX},
RCD_SCRIPTS= pptpd
CHECK_PORTABILITY_SKIP+= version
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"