pkgsrc/net/poptop/Makefile

34 lines
842 B
Makefile
Raw Normal View History

2006-11-11 17:48:14 +01:00
# $NetBSD: Makefile,v 1.16 2006/11/11 16:50:54 rillig Exp $
#
Update poptop to version 1.2.1. pkgsrc changes and patches: o As pppd binary location is configurable at run-time, it is no longer necessary to use ./configure tricks to use another pppd. o Add a rc.d script. o Disable bcrelay build unconditonally, until it is made portable. o Move configuration file over to PKG_SYSCONFDIR. Changes: 1.2.1: released 2004-06-23 [* Nothing relevant *] 1.2.0-b4: released 2004-05-25 - fix for options file check when no options file wanted [Cameron] - fix for SIGTERM handling [Guraj] - minor manual page edits [Wilson] - fix printing of connection speed [Dubiec] - fix segfault if built --with-bcrelay but no option used [Cameron] - add --logwtmp option to track users online [Cameron/Guraj] - remove vpnwho.pl from package (due to --logwtmp) [Cameron] - include README.portslave in distribution [Cameron] 1.2.0-b3: released 2004-04-25 (ANZAC day) - add hint for EIO to suggest pppd option syntax [Cameron] - add routing checklists to pptpd.conf man page [Cameron] - fix broken --stimeout option [Cameron] - rework all manual pages, cross check against programs [Cameron] - add --ppp option for portslave support [Cameron] - fix unanticipated exit() when --noipparam option used [Cameron] - fix segfault on pptpctrl called with no arguments [Cameron] {closes: Bug#140709} - include vpnwho.pl in package [!3runo] - note that speed is ineffective on Linux [Cameron] - rework comments in sample configuration files [Cameron] - update references to web sites [Cameron] - minor edits to manual pages [Cameron] - improve script comments [Cameron] 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno) - fix build without bcrelay [Cameron] - adopt bcrelay version from main package [Cameron] - when built without bcrelay, the bcrelay will exit [Cameron] 1.1.4-b4: - terminate call on any CALL_CLR_RQST [!3runo] - unblock SIGCHLD [Stamfest] {closes: Bug#248123} - report pppd path in debug mode [Cameron] - report cause of failed execvp() [Cameron] - explain pppd launch failure [Cameron] - pass ipparam to pppd [Ammirata] - add bcrelay [Bolhuis] - fix loss of first GRE packet [fghdgh] - fix inheritance of console file descriptors [fghdgh] - fix pidfile option [Mandzgaladze] - fix two buffer overflows [Otero] - fix potential buffer overflow [Vroede] - enhance callid [Latypov] {does not close Bug#171831}
2005-01-01 07:26:41 +01:00
DISTNAME= pptpd-1.2.1
PKGNAME= ${DISTNAME:S/pptpd/poptop/}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://www.poptop.org/
COMMENT= PPTP server with support for Microsoft VPN clients
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-libwrap
Update poptop to version 1.2.1. pkgsrc changes and patches: o As pppd binary location is configurable at run-time, it is no longer necessary to use ./configure tricks to use another pppd. o Add a rc.d script. o Disable bcrelay build unconditonally, until it is made portable. o Move configuration file over to PKG_SYSCONFDIR. Changes: 1.2.1: released 2004-06-23 [* Nothing relevant *] 1.2.0-b4: released 2004-05-25 - fix for options file check when no options file wanted [Cameron] - fix for SIGTERM handling [Guraj] - minor manual page edits [Wilson] - fix printing of connection speed [Dubiec] - fix segfault if built --with-bcrelay but no option used [Cameron] - add --logwtmp option to track users online [Cameron/Guraj] - remove vpnwho.pl from package (due to --logwtmp) [Cameron] - include README.portslave in distribution [Cameron] 1.2.0-b3: released 2004-04-25 (ANZAC day) - add hint for EIO to suggest pppd option syntax [Cameron] - add routing checklists to pptpd.conf man page [Cameron] - fix broken --stimeout option [Cameron] - rework all manual pages, cross check against programs [Cameron] - add --ppp option for portslave support [Cameron] - fix unanticipated exit() when --noipparam option used [Cameron] - fix segfault on pptpctrl called with no arguments [Cameron] {closes: Bug#140709} - include vpnwho.pl in package [!3runo] - note that speed is ineffective on Linux [Cameron] - rework comments in sample configuration files [Cameron] - update references to web sites [Cameron] - minor edits to manual pages [Cameron] - improve script comments [Cameron] 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno) - fix build without bcrelay [Cameron] - adopt bcrelay version from main package [Cameron] - when built without bcrelay, the bcrelay will exit [Cameron] 1.1.4-b4: - terminate call on any CALL_CLR_RQST [!3runo] - unblock SIGCHLD [Stamfest] {closes: Bug#248123} - report pppd path in debug mode [Cameron] - report cause of failed execvp() [Cameron] - explain pppd launch failure [Cameron] - pass ipparam to pppd [Ammirata] - add bcrelay [Bolhuis] - fix loss of first GRE packet [fghdgh] - fix inheritance of console file descriptors [fghdgh] - fix pidfile option [Mandzgaladze] - fix two buffer overflows [Otero] - fix potential buffer overflow [Vroede] - enhance callid [Latypov] {does not close Bug#171831}
2005-01-01 07:26:41 +01:00
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},
Update poptop to version 1.2.1. pkgsrc changes and patches: o As pppd binary location is configurable at run-time, it is no longer necessary to use ./configure tricks to use another pppd. o Add a rc.d script. o Disable bcrelay build unconditonally, until it is made portable. o Move configuration file over to PKG_SYSCONFDIR. Changes: 1.2.1: released 2004-06-23 [* Nothing relevant *] 1.2.0-b4: released 2004-05-25 - fix for options file check when no options file wanted [Cameron] - fix for SIGTERM handling [Guraj] - minor manual page edits [Wilson] - fix printing of connection speed [Dubiec] - fix segfault if built --with-bcrelay but no option used [Cameron] - add --logwtmp option to track users online [Cameron/Guraj] - remove vpnwho.pl from package (due to --logwtmp) [Cameron] - include README.portslave in distribution [Cameron] 1.2.0-b3: released 2004-04-25 (ANZAC day) - add hint for EIO to suggest pppd option syntax [Cameron] - add routing checklists to pptpd.conf man page [Cameron] - fix broken --stimeout option [Cameron] - rework all manual pages, cross check against programs [Cameron] - add --ppp option for portslave support [Cameron] - fix unanticipated exit() when --noipparam option used [Cameron] - fix segfault on pptpctrl called with no arguments [Cameron] {closes: Bug#140709} - include vpnwho.pl in package [!3runo] - note that speed is ineffective on Linux [Cameron] - rework comments in sample configuration files [Cameron] - update references to web sites [Cameron] - minor edits to manual pages [Cameron] - improve script comments [Cameron] 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno) - fix build without bcrelay [Cameron] - adopt bcrelay version from main package [Cameron] - when built without bcrelay, the bcrelay will exit [Cameron] 1.1.4-b4: - terminate call on any CALL_CLR_RQST [!3runo] - unblock SIGCHLD [Stamfest] {closes: Bug#248123} - report pppd path in debug mode [Cameron] - report cause of failed execvp() [Cameron] - explain pppd launch failure [Cameron] - pass ipparam to pppd [Ammirata] - add bcrelay [Bolhuis] - fix loss of first GRE packet [fghdgh] - fix inheritance of console file descriptors [fghdgh] - fix pidfile option [Mandzgaladze] - fix two buffer overflows [Otero] - fix potential buffer overflow [Vroede] - enhance callid [Latypov] {does not close Bug#171831}
2005-01-01 07:26:41 +01:00
RCD_SCRIPTS= pptpd
2006-11-11 17:48:14 +01:00
CHECK_PORTABILITY_SKIP+= version
Update poptop to version 1.2.1. pkgsrc changes and patches: o As pppd binary location is configurable at run-time, it is no longer necessary to use ./configure tricks to use another pppd. o Add a rc.d script. o Disable bcrelay build unconditonally, until it is made portable. o Move configuration file over to PKG_SYSCONFDIR. Changes: 1.2.1: released 2004-06-23 [* Nothing relevant *] 1.2.0-b4: released 2004-05-25 - fix for options file check when no options file wanted [Cameron] - fix for SIGTERM handling [Guraj] - minor manual page edits [Wilson] - fix printing of connection speed [Dubiec] - fix segfault if built --with-bcrelay but no option used [Cameron] - add --logwtmp option to track users online [Cameron/Guraj] - remove vpnwho.pl from package (due to --logwtmp) [Cameron] - include README.portslave in distribution [Cameron] 1.2.0-b3: released 2004-04-25 (ANZAC day) - add hint for EIO to suggest pppd option syntax [Cameron] - add routing checklists to pptpd.conf man page [Cameron] - fix broken --stimeout option [Cameron] - rework all manual pages, cross check against programs [Cameron] - add --ppp option for portslave support [Cameron] - fix unanticipated exit() when --noipparam option used [Cameron] - fix segfault on pptpctrl called with no arguments [Cameron] {closes: Bug#140709} - include vpnwho.pl in package [!3runo] - note that speed is ineffective on Linux [Cameron] - rework comments in sample configuration files [Cameron] - update references to web sites [Cameron] - minor edits to manual pages [Cameron] - improve script comments [Cameron] 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno) - fix build without bcrelay [Cameron] - adopt bcrelay version from main package [Cameron] - when built without bcrelay, the bcrelay will exit [Cameron] 1.1.4-b4: - terminate call on any CALL_CLR_RQST [!3runo] - unblock SIGCHLD [Stamfest] {closes: Bug#248123} - report pppd path in debug mode [Cameron] - report cause of failed execvp() [Cameron] - explain pppd launch failure [Cameron] - pass ipparam to pppd [Ammirata] - add bcrelay [Bolhuis] - fix loss of first GRE packet [fghdgh] - fix inheritance of console file descriptors [fghdgh] - fix pidfile option [Mandzgaladze] - fix two buffer overflows [Otero] - fix potential buffer overflow [Vroede] - enhance callid [Latypov] {does not close Bug#171831}
2005-01-01 07:26:41 +01:00
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"