Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-07 | * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, | jlam | 1 | -4/+4 | |
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR. | |||||
2004-05-23 | Use option "-r" instead of "-e" for the '[' command since this is not | heinz | 1 | -2/+2 | |
portable to some operating systems (eg UnixWare or IRIX 5). | |||||
2004-03-31 | Note new version of OpenSSL. | cube | 1 | -3/+3 | |
2004-01-11 | Make this compile with gcc3. Also, do not try to remove ${LOCALBASE}/lkm | cube | 4 | -22/+238 | |
at deinstall time in case there are other LKMs installed. | |||||
2003-12-01 | Bump PKGREVISION after last commit (fix for a connection hanging bug). | cube | 1 | -2/+2 | |
2003-12-01 | Comment out the code that returned DECOMP_ERROR when an out-of-order packet | cube | 2 | -6/+13 | |
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-11-12 | Use BSDSRCDIR to find kernel sources instead of simply /sys. | cube | 1 | -2/+2 | |
2003-11-12 | Make it look for openssl 0.9.6l, in order to compile. | cube | 1 | -2/+2 | |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -1/+2 | |
2003-10-14 | Make it clear it is for NetBSD only. | cube | 2 | -4/+6 | |
From reed@ in pkgsrc-changes. | |||||
2003-10-14 | Allow this package to build again (it has to track security/openssl | cube | 1 | -3/+3 | |
version changes, without need for a PKGREVISION bump, though). Take over maintainership, as agreed with dbj@. | |||||
2003-09-15 | Add MANINSTALL to BUILD_DEFS for completeness. | jmmv | 1 | -3/+5 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-02-08 | include bsd.prefs.mk so that the pre-build test for kernel sources | dmcmahill | 1 | -1/+3 | |
actually works right when SYSDIR is set to something other than /sys | |||||
2002-08-10 | Make this compile again after security/openssl was upgraded to 0.9.6g | kim | 1 | -2/+2 | |
2002-05-07 | Add some CONFLICTS lines | hubertf | 1 | -1/+3 | |
Noted by Dawid SzymaƱski <dawszy@arhea.net> in PR 16186 | |||||
2002-03-07 | Fix call for vslprintf to work on netbsd/powerpc | jmc | 2 | -1/+17 | |
2002-01-19 | Always test thoroughly... Fixed previous fix. | kim | 1 | -5/+5 | |
2002-01-19 | Handle MANINSTALL correctly. | kim | 4 | -8/+14 | |
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 1 | -2/+2 | |
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-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-17 | Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there | hubertf | 1 | -2/+2 | |
before!) | |||||
2001-04-22 | Now using openssl 0.9.6, and move the openssl extraction earlier. | wiz | 1 | -7/+5 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -3/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -60/+58 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | Remove unnecessary empty line. | wiz | 1 | -2/+1 | |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -3/+10 | |
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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-21 | remove blank line | wiz | 1 | -2/+1 | |
2000-09-09 | Add link to openssl headers directory to ${WRKSRC}/pppd/openssl as some of | jlam | 1 | -19/+21 | |
the copied sources reference <openssl/*> headers. Also, simplify the Makefile to be more readable. Addresses pkg/9809. | |||||
2000-09-02 | Update to use openssl-0.9.5a. | wiz | 4 | -23/+11 | |
1999-12-08 | Update reachover dependency on openssl to 0.9.4 | rh | 6 | -53/+53 | |
defuzz | |||||
1999-11-11 | add missing patch-sum | dmcmahill | 1 | -0/+57 | |
1999-10-08 | PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption | dbj | 60 | -0/+9731 | |