Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-11-27 | Needs sys/param.h for howmany. | joerg | 2 | -1/+14 | |
2011-11-26 | Use stdarg.h properly. | joerg | 2 | -1/+24 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-12-18 | user-destdir support, fix build on netbsd-5+ | joerg | 5 | -25/+44 | |
2007-08-25 | Fixes installation directory issue, reported in PR 36779. | obache | 6 | -21/+24 | |
Honor PKG_SYSCONFDIR and PKGMANDIR. Use SUBST framework instead of manual sed. And pkglintfy. Bump PKGREVISION. | |||||
2007-07-04 | Make it easier to build and install packages "unprivileged", where | jlam | 1 | -2/+3 | |
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
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-09-04 | update for patch-ab | abs | 1 | -2/+2 | |
2005-09-03 | If we are building against libradius, then include -lssl after -lradius. | abs | 1 | -4/+13 | |
Fixes build on NetBSD-3_BETA. No change for already buildable systems. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-14 | Don't complain if "${PREFIX}/etc/ppp" isn't empty during deinstallation | tron | 1 | -2/+2 | |
because the configuration created by the user might still be in that directory. | |||||
2005-01-31 | Make this actually install if "USERPPP_GROUP" is defined to a value other | tron | 3 | -6/+16 | |
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 | 5 | -2/+59 | |
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
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 | |
2002-08-12 | Prevent the installation of a build-time-only library and its man pages. | agc | 2 | -1/+17 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -15/+13 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
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-03-02 | pkg/12294: pppctl dumps core. Patch from Bruno Achauer <bruno@exet-ag.de>. | ad | 2 | -1/+32 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-28 | Fix compilation on alpha. | wiz | 3 | -1/+51 | |
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 | Make this package build under NetBSD 1.5 beta version. | tron | 2 | -1/+20 | |
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 | 6 | -15/+47 | |
- Update man page references to match file locations. | |||||
2000-11-07 | Initial import of userppp-001107, the userland PPP package as found in | ad | 11 | -0/+112 | |
FreeBSD and OpenBSD. |