Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-01-31 | Make this actually install if "USERPPP_GROUP" is defined to a value other | tron | 1 | -1/+2 | |
than "network". | |||||
2004-12-04 | USE_BUILDLINK3, and remove -Werror from compiler flags so | wiz | 1 | -1/+4 | |
this builds on -current. | |||||
2004-05-07 | Reset maintainer to tech-pkg@ (from ad@, since he is not working on them | wiz | 1 | -2/+2 | |
any longer). | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-06-08 | Update userppp to 001107nb1 | abs | 1 | -1/+4 | |
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-08-12 | Use the standard pkgsrc mechanism for creating the group. | agc | 1 | -4/+8 | |
2001-03-26 | Makefile cleanup: | zuntum | 1 | -9/+9 | |
* run ${SED} once passing two commands instead of running it twice * don't copy $$i to $$i.bak, use $$i.done files instead | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-12-17 | Get the distfile from a mirror. Addresses pkg/11756. | ad | 1 | -2/+2 | |
2000-11-08 | pkglint: don't use "DISTFILES" for a single distribution file. | tron | 1 | -4/+4 | |
2000-11-08 | Mark this package as NetBSD only. | tron | 1 | -1/+3 | |
2000-11-08 | Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compress | tron | 1 | -1/+2 | |
manual pages automatically. | |||||
2000-11-07 | - On second thought, put config files in ${PREFIX}/etc/ppp. | ad | 1 | -1/+9 | |
- Update man page references to match file locations. | |||||
2000-11-07 | Initial import of userppp-001107, the userland PPP package as found in | ad | 1 | -0/+17 | |
FreeBSD and OpenBSD. |