summaryrefslogtreecommitdiffstats
path: root/net/rdist6/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak for >= 3.0.peter1999-02-041-5/+1
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for CURRENT:jseger1998-10-141-1/+6
| | | | | | | | | | cc -O -pipe -DOS_H=\"os-freebsd2.h\" -I. -I../include -I../config -c filesys-os.c filesys-os.c: In function `getmountent': filesys-os.c:183: `MOUNT_NFS' undeclared (first use this function) filesys-os.c:183: (Each undeclared identifier is reported only once filesys-os.c:183: for each function it appears in.) filesys-os.c:188: warning: unreachable code at beginning of switch statement *** Error code 1
* Don't force the user to edit pkg/PLIST manuall. Don't use += onhoek1998-08-221-4/+4
| | | | first occurence of MAKE_ENV.
* Master site changed.peter1998-06-221-7/+6
| | | | | | Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker
* Work around the new BRAIN-DEAD patch in -current. Tell it to look atpeter1998-01-211-1/+4
| | | | the Index: lines according to POSIX.
* General Makefile cleanupobrien1996-12-011-3/+3
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-5/+3
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Ack, last commit was bogus. Serves me right for making "just one tinypeter1996-09-211-4/+9
| | | | | | change" after I tested it. Sigh. While here, make a tweakable hook to change the name from rdist6 to rdist.
* Update to rdist-6.1.3. The only major thing changed seems to be twopeter1996-09-211-3/+5
| | | | | | | | | | | buffer overflow problems, which shouldn't be an issue since it's not setuid. While here, do not hardcode /usr/local, use $(PREFIX). Do not patch the install target so that 'make install' does the man pages, add install.man to the ${INSTALL_TARGET} variable so that both "install" and "install.man" are done. This reduces the diff to the base source a little, but has the same overall effect.
* Update rdist-6.1.0 -> rdist-6.1.2peter1996-05-171-11/+3
| | | | | | Among other things, it has pretty much got native FreeBSD support, does not core dump on ^C, some sync problems, uid/gid caching fixes, symlink detection problems, portability to new platforms..
* Change "networking" to "net".asami1995-11-271-2/+2
|
* Cleanup.asami1995-10-061-3/+3
|
* Compress manpages, strip binaries.asami1995-08-211-1/+9
|
* Correct a spelling error, and set MAINTAINERpeter1995-08-201-2/+3
|
* Port of rdist-6.1.0peter1995-08-191-0/+22
Partly based on work by Deborah Bennett, partly from my version.
OpenPOWER on IntegriCloud