Commit Graph

425 Commits

Author SHA1 Message Date
Thomas Gellekum
a6aaa0d6ec Activate wget. 1997-01-02 07:26:52 +00:00
Adam David
6d6eb442fc duh braino, WRKSRC != WRKDIR 1997-01-02 06:23:22 +00:00
Adam David
6611807890 checksum changed, as did patch destination 1997-01-01 05:19:16 +00:00
Adam David
d1278e7ddf checksum changed 1997-01-01 05:17:33 +00:00
Satoshi Asami
475a5f18d3 Thanks Peter for taking this, but MAINTAINER should be a full address
(not only freefall's account name).
1996-12-31 13:11:21 +00:00
Masafumi Max NAKANE
96df1464f9 Make aarpd.c include sys/time.h.
(This is due to if.h changes.)
1996-12-29 16:45:12 +00:00
Peter Wemm
ee03cbc743 Make this puppy compile on -current after the net/if.h change to no longer
be self sufficient w/ sys/time.h
Note that this causes some harmless warnings, this is a trivial patch.
1996-12-29 05:44:46 +00:00
Satoshi Asami
d2e8909386 Ignore checksum of tzfile.h. Closes PR ports/2306.
Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-12-28 23:39:32 +00:00
Adam David
561678a4d8 1.0.93 --> 1.0.97 1996-12-26 05:46:21 +00:00
Andreas Klemm
fe0bf6dedd new patch-aa needed because of little Makefile modifications by
the author of the package.
1996-12-23 18:23:21 +00:00
Andreas Klemm
aa282eb940 Got checksum mismatch. Fetched it again and created new checksum file. 1996-12-22 12:34:19 +00:00
Andreas Klemm
9cc719eef7 Remove the package name in the COMMENT file. 1996-12-22 12:13:06 +00:00
Adam David
cf3f68c635 1.0.96 --> 1.0.97
(dumpfile change)
1996-12-21 12:07:40 +00:00
John Polstra
35c1e6484a Update from version 13.5 to version 14.0. 1996-12-14 20:13:27 +00:00
John Polstra
092ba24f2e Update from version 13.5 to version 14.0.
Fix garbling of "MASTER_SITES" that somebody's slippery editor fingers
introduced into the previous revision of the Makefile.
1996-12-14 20:12:47 +00:00
Satoshi Asami
3ae5b9a692 Remove -s from manual installation target. I have no idea how this
worked on your machine, Eric. ;)
1996-12-12 05:29:56 +00:00
Eric L. Hernes
3954167a27 upgrade to 1.0c -- closes ports/2167
Requested by:	Vincent Poy
1996-12-12 03:24:14 +00:00
Adam David
159c85cecf 1.0.95 --> 1.0.96 1996-12-11 21:05:00 +00:00
Peter Wemm
0e223d0197 Don't connect the network socket to stderr, this achieves nothing, but
prevents the connecting daemon (eg: ssh) asking for passwords etc.

Obtained from: ssh FAQ, Thomas Koenig <ciw.uni-karlsruhe.de>
1996-12-10 23:38:54 +00:00
Peter Wemm
1befa6384c treat freebsd3.0 just like freebsd2.x 1996-12-10 23:36:02 +00:00
Masafumi Max NAKANE
bb7e210560 Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
1996-12-08 09:48:59 +00:00
Masafumi Max NAKANE
86913ca557 No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
3e17de1c73 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-07 11:26:58 +00:00
Masafumi Max NAKANE
3662526b0c Activated ldap. 1996-12-06 10:23:28 +00:00
John Polstra
23626d1993 Update from socks5-beta-0.16.6-exportable to socks5-beta-0.17.1-exportable.
Fix configuration problem caused by FreeBSD major version number change.

Submitted by:	Doug Ambrisko <ambrisko@whistle.com>
1996-12-05 00:56:20 +00:00
Adam David
4e98ab98b5 1.0.94 --> 1.0.95 1996-12-03 14:10:00 +00:00
Adam David
f25a8e58ac update supplementary docs 1996-12-03 14:08:52 +00:00
Adam David
9a3222aaad rewrite some supplementary docs 1996-12-03 13:31:13 +00:00
Satoshi Asami
70f194a8b5 {CP} -> ${CP}. 1996-12-03 03:34:37 +00:00
Satoshi Asami
c1e98eb76f Well, I know it doesn't make much sense to have something like "{RM}"
in there, but our make still isn't smart enough to figure out that
it means "${RM}", David. :)
1996-12-03 03:27:44 +00:00
Masafumi Max NAKANE
33012ef016 Ooops, can't use ${PREFIX} in these scripts.
Noticed by:	Koichi Satou <copan@ppp.fastnet.or.jp>
1996-12-02 09:38:55 +00:00
Masafumi Max NAKANE
aaaf226799 Activate cap. 1996-12-01 12:12:35 +00:00
Masafumi Max NAKANE
05d8e5acba New port: the Columbia AppleTalk Package for UNIX. 1996-12-01 12:08:47 +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
David E. O'Brien
6d580f890e Cleaned up post-install target. 1996-12-01 01:20:15 +00:00
David E. O'Brien
ff59579a2b "mkdir -p" --> ${MKDIR} 1996-12-01 00:22:48 +00:00
Satoshi Asami
db879567ce Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Satoshi Asami
785c271f14 Misc. cleanup. 1996-11-26 11:21:38 +00:00
Satoshi Asami
90303fd642 Make this compile and package. 1996-11-26 09:16:00 +00:00
Satoshi Asami
7af4763de9 Add bb and socks5. 1996-11-26 08:50:49 +00:00
Satoshi Asami
4854665e6a Oops, rmsgd.8 should be in MAN8, not MAN1. 1996-11-26 07:51:51 +00:00
Satoshi Asami
d44144c5e7 Add .gz suffix to manpages so this port packages again. 1996-11-26 07:37:13 +00:00
Bill Fenner
c354ee97aa Update the checksum. 1996-11-24 03:55:27 +00:00
Paul Traina
0d2134c0b6 Update PLIST per Satoshi's request 1996-11-22 18:13:15 +00:00
Satoshi Asami
3c01626a9d Dang, what am I thinking?!? It's NO_PACKAGE, not NO_PACKAGES dummy.
Maybe I should go to sleep.
1996-11-22 11:48:53 +00:00
Satoshi Asami
3919ad374a Make this NO_PACKAGE, it asks too many questions. 1996-11-22 11:45:46 +00:00
David E. O'Brien
89e6b0f485 Needed a break from my prelim exams... did a port... adding it here. 1996-11-22 08:20:25 +00:00
David E. O'Brien
c14bd1fe16 New port -- netcat is a simple utility which reads and writes data across
network connections.

Obtained from:  OpenBSD
1996-11-22 08:16:51 +00:00
Adam David
6f5febdbe2 1.0.93 --> 1.0.94 1996-11-22 08:09:39 +00:00
Mark Murray
b58ffc5ef8 Upgrade to version 2.4.23. The master site does not even have the tarball
for 2.4.21 anymore.
1996-11-20 21:22:06 +00:00