summaryrefslogtreecommitdiff
path: root/net/spread
AgeCommit message (Collapse)AuthorFilesLines
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-11No longer used.snj1-23/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-4/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-01-25* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.jlam1-5/+4
* Match the package version with the one from buildlink2.mk.
2004-01-24bl3ify and add a buildlink3.mkrecht2-3/+21
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-3/+3
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2003-11-05Use a DIST_SUBDIR based on the PKGNAME as the distfile has changedagc2-4/+6
without a version number (the changes seem to be "trailing garbage at the end of the archive", but I'd like a second opinion on this one).
2003-11-05Update the checksum. The archive changed in size, but the contained .tarrecht1-3/+3
file is still the same.
2003-09-16fix PLISTrecht1-1/+2
discovered by hubertf's bulk-build
2003-09-14Use my NetBSD.org email address.recht1-2/+2
2003-08-13Add a fix for multi homed configurations.recht2-1/+26
By Jonathan Stanton on spread-users@.
2003-08-13Add a fix for multi homed configurations. Makefilerecht1-1/+2
By Jonathan Stanton on spread-users@. Bump PKGREVISION.
2003-08-13Remove MESSAGE. (As discussed on packages@).recht1-8/+0
2003-08-12Fix build for systems without perl installed.recht1-1/+2
Remove MESSAGE. (As discussed on packages@).
2003-08-09The Spread authors if we can display a message containing their website.recht1-0/+8
2003-08-09Update to 3.17.1recht9-229/+42
The NetBSD project now has the permission to download the archive from the official Spread site and to mirror it, so remove the restrictions. changes: *) Fix memory corruption and crash with groups of large size. *) Correct make install so it installs header files. *) Fix syntax error in build.xml file for Java/Ant. *) Cleanup prototypes to remove compiler warnings. *) Fix parser to correctly recognize upper, lower, and mixed case command options. *) During make install, remove old symlinks. *) Change setgroups call to be more portable. (fixes MacOSX) *) Change name of r and s to sprecv and spsend, and add as make targets. They can be built by "make testprog" (not built by default). *) Work on making long group names possible. *) Increase listen backlog for accepting client connections. *) Fix Win32 project files to have correct path to source files. (note CVS was always ok, but 3.17.0 release had incorrect path) *) Fix bug where large groups overflow Mess_buf in groups.c. *) Fix memory corruption bug when a message header is received in several separate packets in session.c. Thanks to Ryan Caudy for many, many hours tracking this down. *) Change order of build in Makefile so binaries are built before documentation. *) Fix Java bug where connection objects cannot be disconnected and then reconnected, but must be created anew. They can now be reused. *) Fix compile error on AIX for struct if_info. *) Fix security issue with buffer checks in the C library. *) Fix obscure off-by-one buffer error with the parser.
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28Remove unnecessary empty lines.wiz1-2/+1
2003-02-22Do not auto-fetch a FreeBSD copy of distfile, instead make fetchmjl8-44/+187
interactive, as per PR/20424. Work patches and changes in PR/19782.
2003-02-18Import of spread 3.17.0. Patches and tweaks taken from FreeBSD port.mjl9-0/+265
Spread is a group communication system that provides a number of messaging services to applications. These services can then be used by applications to make it easy to write full-featured reliable groupware, distributed servers, client-server applications, chat and news services, and many other networked enabled tools.