summaryrefslogtreecommitdiff
path: root/chat/ircu
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-07-10Need yacc to build.obache1-2/+2
PR#43595 by Aleksey CHeusov.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-04-07Fix DESTDIR.joerg1-4/+2
2008-03-24Fix for:adrianp3-2/+17
http://lists.grok.org.uk/pipermail/full-disclosure/2008-March/060906.html PKGREVISION++
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-13/+15
their files via a custom do-install target.
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-1/+2
2008-01-30Update to 2.10.2.12adrianp2-6/+6
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470 http://sourceforge.net/project/shownotes.php?release_id=559042&group_id=63470 * ircd/gline.c (gline_add): apply too-many-users test to realname G-lines *only* when the origin is my user (or a user, for remote-local G-lines) * include/res.h (irc_in_addr_is_ipv4): Fix classification of addresses like 0.0.0.0. * ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to ignore some modes. (register_user): Use set_user_mode to parse default usermode for users. * ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode setting * doc/readme.iauth (IAuth M): Document new command. * ircd/listener.c (add_listener): Only try to create IPv6 sockets for IPv6-compatible addresses; likewise for IPv4.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
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.
2007-06-15Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.jlam1-2/+2
2007-04-09Install umkpasswd and uconvert-conf as well.adrianp2-2/+7
2007-04-09Update to 2.10.12.10adrianp11-199/+28
Some of the changes include: * doc/example.conf: Document new options for General block. * doc/example.conf (Features): Illustrate URLREG feature. * ircd/m_burst.c (ms_burst): Properly handle member mode :ov. * doc/example.conf (Port): Document the method to select IPv4 or IPv6 restriction for a port. * ircd/s_auth.c (auth_ping_timeout): If the client never had an auth request, kill them on ping timeout. * ircd/s_auth.c (check_auth_finished): Only check passwords on user ports. See the ChangeLog for the full details
2007-01-06Fixed PKGMANDIR and pkglint warnings.rillig1-9/+12
2006-12-21Fix build under Mac OS X.jmmv5-5/+83
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+6
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
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-13DragonFly is a BSD, handle it as such.joerg2-7/+14
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
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-11-29Add a CONFLICTS for ircd-hybridadrianp1-2/+4
Minor pkglintification
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-12Fixed the patch for stripping debugging flags.rillig2-6/+5
2005-05-12Added some patches that are needed to compile on NetBSD-1.6.2/i386.rillig5-1/+78
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-09-28Update ircu to ircu-2.10.11.07adrianp4-48/+41
- Fix ./configure for changed options - Move to SUBST_* framework - Use SPECIAL_PERMS to set the correct permissions on ${PKG_SYSCONFDIR} so the user does not have to do it. There are lots of bugfixes in this release as 2.10.11.04 was first released around 20+ months ago. Users should check the package Changelog or website for further details.
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-12Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-01Needed to regen patch sha checksumsjmc1-3/+3
2003-03-01Updated ircu to 2.10.11.04.grant13-248/+158
List of changes since 2.10.04 is very large and code-oriented. The authors seem to not maintain a user digestable list of changes. See the ChangeLog for the full list of changes if you insist :) Updated provided by Adrian Portelli in PR pkg/20531, with some changes by me.
2002-09-12Standardize.wiz1-3/+3
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package with an interactive configuration stage
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz13-0/+284
Move some packages from 'net' here.