summaryrefslogtreecommitdiff
path: root/net/rdist6/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20USE_TOOLS+=yaccminskim1-1/+3
2006-03-23Add DragonFly support.joerg1-1/+5
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-08-26Update freerdist to 0.92nb2abs1-2/+2
Defining STATFS_SVR4 sets the .h to use statsvfs(), which is fine, but it probably helps if the .c file actually calls anything when STATFS_SVR4 is defined. Fixes freespace being reported as zero in NetBSD 3.x and later.
2003-09-06Fix tilde expansion bug.kim1-2/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-03-12Upgrade to freerdist-0.92, which compiles on -current.kim1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-2/+2
2000-01-18This package conflicts with the old rdist6 package.agc1-2/+6
Make this package compile properly on Solaris. Fix the master site. Fix the description.
2000-01-15replace rdist-6.1.4 with freerdist-0.91. 6.1.4 is just too buggy.christos1-12/+4
1999-08-29FIX: sendmail is /usr/sbin/sendmail on NetBSD (now notify works).kim1-1/+7
While fixing that, I broke out the huge multi-file patch-aa into separate patch files for each patched file in the distribution, and moved new files into ${FILESDIR} for easier maintenance.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-24Addition of rdist-6.1.4, a remote file sync-ing utility, with supportagc1-0/+21
for ssh transfers, into the NetBSD packages collection. The NetBSD modifications were by Herb Peyerl, with some munging by me to use mkstemp() in one place, and other minor formatting. The client binary is called rdist6 to distinguish it from the system one.