Commit graph

24 commits

Author SHA1 Message Date
Tilman Keskinoz
364c01ced5 accounts with a . are valid
strip -> ${STRIP_CMD} while i'm here

PR:i		31462
Submitted by:	pirzyk
2003-03-23 22:54:09 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Peter Wemm
67844b7d73 Return rdist6 to the general pool 2003-03-04 18:07:15 +00:00
Peter Wemm
dc7e10810f Mark broken for pre-4.0 (setproctitle stuff) 2001-03-11 00:08:15 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Peter Wemm
a03de7509a Update 6.1.4 -> 6.1.5 1999-03-22 02:20:27 +00:00
Peter Wemm
28a54d3d14 Unbreak for >= 3.0. 1999-02-04 01:56:42 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
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.)
1998-11-11 05:37:39 +00:00
Justin M. Seger
e63218e8aa Mark BROKEN for CURRENT:
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
1998-10-14 00:10:17 +00:00
Tim Vanderhoek
ca1b9291af Don't force the user to edit pkg/PLIST manuall. Don't use += on
first occurence of MAKE_ENV.
1998-08-22 17:27:00 +00:00
Peter Wemm
129124bab3 Master site changed.
Also update 6.1.3 -> 6.1.4.

Nagged by:  Distfile checker
1998-06-22 12:14:10 +00:00
Peter Wemm
be6bdf60a5 Work around the new BRAIN-DEAD patch in -current. Tell it to look at
the Index: lines according to POSIX.
1998-01-21 02:39:56 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Peter Wemm
e88f3d28e7 Ack, last commit was bogus. Serves me right for making "just one tiny
change" after I tested it. Sigh.

While here, make a tweakable hook to change the name from rdist6 to rdist.
1996-09-21 05:29:55 +00:00
Peter Wemm
e7ca1c5ef2 Update to rdist-6.1.3. The only major thing changed seems to be two
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.
1996-09-21 05:12:06 +00:00
Peter Wemm
c51e26b5b6 Update rdist-6.1.0 -> rdist-6.1.2
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..
1996-05-17 11:15:08 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Satoshi Asami
67be7bb8de Cleanup. 1995-10-06 07:00:40 +00:00
Satoshi Asami
2a9f83162c Compress manpages, strip binaries. 1995-08-21 02:41:46 +00:00
Peter Wemm
18a49df98c Correct a spelling error, and set MAINTAINER 1995-08-20 18:45:21 +00:00
Peter Wemm
e61d9ab4bc Port of rdist-6.1.0
Partly based on work by Deborah Bennett, partly from my version.
1995-08-19 13:51:40 +00:00