Subject: CVS commit: pkgsrc/net/pppd
From: David Sainty
Date: 2009-08-06 17:41:54
Message id: 20090806154154.F122F175D0@cvs.netbsd.org

Log Message:
Linux doesn't define PPP_FCS() in <net/ppp_defs.h> for userland.  pppdump.c
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.

Files:
RevisionActionfile
1.9modifypkgsrc/net/pppd/distinfo
1.3modifypkgsrc/net/pppd/patches/patch-bi