summaryrefslogtreecommitdiff
path: root/net/userppp
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-12-18user-destdir support, fix build on netbsd-5+joerg5-25/+44
2007-08-25Fixes installation directory issue, reported in PR 36779.obache6-21/+24
Honor PKG_SYSCONFDIR and PKGMANDIR. Use SUBST framework instead of manual sed. And pkglintfy. Bump PKGREVISION.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-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-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-04update for patch-ababs1-2/+2
2005-09-03If we are building against libradius, then include -lssl after -lradius.abs1-4/+13
Fixes build on NetBSD-3_BETA. No change for already buildable systems.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-14Don't complain if "${PREFIX}/etc/ppp" isn't empty during deinstallationtron1-2/+2
because the configuration created by the user might still be in that directory.
2005-01-31Make this actually install if "USERPPP_GROUP" is defined to a value othertron3-6/+16
than "network".
2004-12-04USE_BUILDLINK3, and remove -Werror from compiler flags sowiz1-1/+4
this builds on -current.
2004-05-07Reset maintainer to tech-pkg@ (from ad@, since he is not working on themwiz1-2/+2
any longer).
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-06-08Update userppp to 001107nb1abs5-2/+59
Fix compilation under gcc3: avoid trigraphs, comparison always true/false, and pass -fno-strict-aliasing
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-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-12Use the standard pkgsrc mechanism for creating the group.agc1-4/+8
2002-08-12Prevent the installation of a build-time-only library and its man pages.agc2-1/+17
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-15/+13
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-26Makefile cleanup:zuntum1-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-02pkg/12294: pppctl dumps core. Patch from Bruno Achauer <bruno@exet-ag.de>.ad2-1/+32
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Fix compilation on alpha.wiz3-1/+51
2000-12-17Get the distfile from a mirror. Addresses pkg/11756.ad1-2/+2
2000-11-08pkglint: don't use "DISTFILES" for a single distribution file.tron1-4/+4
2000-11-08Mark this package as NetBSD only.tron1-1/+3
2000-11-08Make this package build under NetBSD 1.5 beta version.tron2-1/+20
2000-11-08Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compresstron1-1/+2
manual pages automatically.
2000-11-07- On second thought, put config files in ${PREFIX}/etc/ppp.ad6-15/+47
- Update man page references to match file locations.
2000-11-07Initial import of userppp-001107, the userland PPP package as found inad11-0/+112
FreeBSD and OpenBSD.