summaryrefslogtreecommitdiff
path: root/mail/yatsvrs
AgeCommit message (Collapse)AuthorFilesLines
2006-09-22Fix build on DragonFly 1.6+.joerg2-11/+25
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-4/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-24Yawn. Also disable HAVE_STATVFS for DragonFly.joerg2-5/+16
2006-01-08Add DragonFly support. Don't use statvfs on DragonFly for now.joerg4-16/+57
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-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
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-10-23Replaced $f with ${f} to fix some pkglint warnings. Sorted PLIST.rillig2-6/+6
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-08Move gcc specific options to configure script; address to pkg PR/28900.taca6-21/+61
And care for sendmail path for IRIX though IRIX has never tested yatsvrs to work. Bump PKGREVISION.
2004-12-15- Utilize bsd.pkg.install.mk framework.taca9-84/+107
- Add fallback sendmail path, should fix some buld build problem. - Add -x option which enable XTND command support to yatd(8). Bump PKGREVISION.
2004-09-10Make this package a bit more statvfs-friendly, enables build onagc2-12/+23
NetBSD-current systems.
2004-03-14Spelling and English fixes.snj1-7/+7
2003-11-13Update distinfo after removing patch-am and patch-an.taca1-3/+1
Noted by wiz@ and thanks much.
2003-11-06- Remove extra patch to yatconfd. Those patches were accidently addedtaca3-46/+2
by mistake. - Bump PKGREVISION.
2003-10-05- Add --enable-shadow since this package could work on platformtaca10-47/+126
which have shadow password (SunOS at least). - Reduce warning with GCC 3.3.1. - Bump package revision.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-7/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-24- Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2003-03-28Remove unnecessary empty lines.wiz1-1/+0
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-0/+5
slight formatting changes.
2002-04-01LP64 bug fix.dmcmahill2-1/+15
2002-02-13Make PKG_SYSCONFSUBDIR settable.taca1-2/+2
2001-12-21Update yatsvrs package to 5.00p6. Changes from 5.00p5 are below.taca5-27/+27
Fix security hole bug for KILL/KILL9 function. Under specific condition, kill(2) would be called with its first arguement (pid) 0 or 1. It would cause killing parent process, inetd(8). The bug was fixed as bellow. * Avoid using atoi(3). * More strict error checking with sscanf(3).
2001-12-19o Use PKG_SYSCONFSUBDIR.taca4-11/+11
o Utilize PKG_SYSCONFDIR and nuke own CONFDIR variable. Suggested by private mail from Johnny Lam <jlam@jgrind.org>. Thanks jlam!
2001-12-19Honor PKG_SYSCONFDIR, don't hardcord to /etc/yatsvr5.taca1-2/+2
Note: Since OLDCONFDIR is some backword compatibility, it shouldn't depend on PKG_SYSCONFDIR.
2001-11-15Re-import yatsvrs with correct directory name.taca44-0/+1380