summaryrefslogtreecommitdiff
path: root/net/pppd
AgeCommit message (Collapse)AuthorFilesLines
2017-08-19net/pppd: Install manpages into ${PKGMANDIR}.jlam14-44/+48
Patch the project makefiles to set MANDIR to the point to the correct location for installed manpages under ${PKGMANDIR}.
2015-12-25This package once contained code that did illegal things with va_listdholland2-28/+7
to try to support passing a format and va_list pair as the data for a custom printf format in its own private printf clone. The offending code was unused and removed upstream in 2004, but the initial import of our package in 2005 included, without explanation, a patch reverting this. So the code has still been there, and (being illegal) it has now stopped compiling with clang. Delete the offending patch section. (And while here, add comments for the rest of this patch.)
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Expand ONLY_FOR_PLATFORM: the package internally thinks it supportsdholland1-2/+3
Solaris, so enable that; and if it works on NetBSD and Dragonfly with a single "bsd" setting we can reasonably assume that it will work on FreeBSD and OpenBSD (and MirBSD and Bitrig) with only minor adjustments. These probably won't all quite work out of the box yet, but that's what bulk runs are for.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-03-21simplify destdir support.obache1-3/+4
2011-03-20Add user-destdir installation support.obache1-1/+5
2010-11-01Reset maintainer.wiz1-2/+2
2009-09-07Linux doesn't support direction-specific filters. Conform to the newdsainty2-1/+61
set_filters() interface introduced by Pkgsrc, but generate errors if the outbound filters are defined. Compile tested only (but it does at least compile!), on Linux with /usr/include/pcap-bpf.h. No functional change on systems that previously successfully built.
2009-08-10Basic default buildlink3.mk, for packages wanting access to pppd's headers.dsainty1-0/+12
2009-08-06Linux doesn't define PPP_FCS() in <net/ppp_defs.h> for userland. pppdump.cdsainty2-11/+14
expects PPP_FCS() to be defined however, and compilation therefore breaks in the presence of the previous version of this patch. This version of the patch reverts back to the behaviour of the distribution code for non-NetBSD systems, but retains the Pkgsrc patched behaviour of pulling in the system copy of the header file for NetBSD and DragonFly. This should only affect success or failure of the package build, so no PKGREVISION bump.
2009-06-14Remove @dirrm entries from PLISTsjoerg2-5/+2
2008-12-30Modify the patch-ae not to include $Id$.hasso2-6/+4
2008-12-26Make it work on DragonFly. Slightly modified patch from PR 40155.hasso6-30/+44
2008-07-29Make this build.tnn4-27/+35
2007-06-11Bring this package closer to building under NetBSD 4.0:tron4-20/+52
- Escape some question marks to avoid weird GCC warning. - Fix broken use of "__attributed (__packed__)". Bump package revision because this is a code generation issue.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-02Still allow pervious behaviour to detect kernel PPP support.cube2-8/+20
2005-01-02Add our revision 1.50 of sys-bsd.c that I had forgotten. It adds supportcube2-14/+39
for cloning ppp(4) as found in -current.
2005-01-02Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.cube46-0/+4983
The PPP Daemon is the userland part of the Point-to-Point Protocol. It works in combination with a dedicated kernel network interface usually named ppp. PPP is a very extensible protocol and pppd supports a large number of options, including compression (through various algorithms), cryptography (Microsoft's MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has the relevant back-ends in some cases.