Commit graph

33 commits

Author SHA1 Message Date
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
cube
d34d03065e Note new version of OpenSSL. 2004-03-31 10:24:50 +00:00
cube
b32f02fcf0 Make this compile with gcc3. Also, do not try to remove ${LOCALBASE}/lkm
at deinstall time in case there are other LKMs installed.
2004-01-11 14:21:27 +00:00
cube
fe25a609d3 Bump PKGREVISION after last commit (fix for a connection hanging bug). 2003-12-01 17:23:24 +00:00
cube
e299dd8c0e Comment out the code that returned DECOMP_ERROR when an out-of-order packet
is received.  It is necessary because in the case of a dropped packet,
while it is understandable to return DECOMP_ERROR, it has the side effect
of making NetBSD desactivate the MPPE decompressor on the PPP interface.

A comment in net/if_ppp.c mentions a patent that would prohibit an
automatic failure recovery in that case, so it would need MPPE-specific
code in net/if_ppp.c, which of course is impossible since the MPPE
decompressor is only available as a LKM.

Just ignoring the problem is a bit of a hack, but is a much more nicer
solution that what I used when I first encountered the issue.

Problem reported and patch provided in PR 23593, by Yoshitaka Tokugawa.
2003-12-01 15:07:03 +00:00
cube
d925067381 Use BSDSRCDIR to find kernel sources instead of simply /sys. 2003-11-12 05:25:45 +00:00
cube
894aaff61c Make it look for openssl 0.9.6l, in order to compile. 2003-11-12 05:19:40 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
cube
6f2da57818 Make it clear it is for NetBSD only.
From reed@ in pkgsrc-changes.
2003-10-14 20:12:20 +00:00
cube
4aed7e401c Allow this package to build again (it has to track security/openssl
version changes, without need for a PKGREVISION bump, though).

Take over maintainership, as agreed with dbj@.
2003-10-14 19:22:55 +00:00
jmmv
29ace625cb Add MANINSTALL to BUILD_DEFS for completeness. 2003-09-15 16:27:53 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
dmcmahill
f54d4cbebf include bsd.prefs.mk so that the pre-build test for kernel sources
actually works right when SYSDIR is set to something other than
/sys
2003-02-08 17:13:19 +00:00
kim
8e65f3b977 Make this compile again after security/openssl was upgraded to 0.9.6g 2002-08-10 17:34:42 +00:00
hubertf
33157995ee Add some CONFLICTS lines
Noted by Dawid Szymañski <dawszy@arhea.net> in PR 16186
2002-05-07 23:48:48 +00:00
jmc
93f23cdcb0 Fix call for vslprintf to work on netbsd/powerpc 2002-03-07 07:41:39 +00:00
kim
0fbec6ddc2 Always test thoroughly... Fixed previous fix. 2002-01-19 15:22:53 +00:00
kim
3301665c8d Handle MANINSTALL correctly. 2002-01-19 15:12:11 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
hubertf
46a42a2e26 Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there
before!)
2001-10-17 23:23:15 +00:00
wiz
d377e521e3 Now using openssl 0.9.6, and move the openssl extraction earlier. 2001-04-22 19:48:52 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
1e07693ffd Remove unnecessary empty line. 2001-04-02 22:52:25 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
00476886c3 remove blank line 2000-10-21 22:50:53 +00:00
jlam
95cd526b74 Add link to openssl headers directory to ${WRKSRC}/pppd/openssl as some of
the copied sources reference <openssl/*> headers.

Also, simplify the Makefile to be more readable.

Addresses pkg/9809.
2000-09-09 02:51:40 +00:00
wiz
f7bca013a2 Update to use openssl-0.9.5a. 2000-09-02 19:45:19 +00:00
rh
fb8e7a5c60 Update reachover dependency on openssl to 0.9.4
defuzz
1999-12-08 13:57:42 +00:00
dmcmahill
81de35e63f add missing patch-sum 1999-11-11 17:23:24 +00:00
dbj
ff1c7a9985 PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption 1999-10-08 04:34:43 +00:00