Satoshi Asami
27b9e535a7
#include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there
...
is another #include of <utmp.h> below, but it's outside of the #ifdef
scope from <utmp.h>. :(
1997-04-24 22:23:18 +00:00
David E. O'Brien
defc11dddc
Author applied our 4.4BSD patches and released a new version.
...
Submitted by: John DiMarco <jdd@cs.toronto.edu>
1997-04-24 19:37:59 +00:00
David E. O'Brien
065242e3e8
Opps. Commit message for this patch should have been:
...
Fixed path for chgrp/chown. I'm not sure how this worked for me before???
1997-04-24 17:36:51 +00:00
David E. O'Brien
0658e2e2d2
Need to use htons() on the port number before calling getservicebyname().
...
(thanks Christopher!)
Submitted by: Christopher Masto <chris@chris.netmonger.net>
1997-04-24 17:32:25 +00:00
Andrey A. Chernov
0c2bc77ec4
Upgrade to 0424
1997-04-24 16:42:31 +00:00
David E. O'Brien
fa1bd253f9
Two more dist sites. (thanks Josh!)
...
Submitted by: Josh Gilliam <soil@quick.net>
1997-04-24 16:31:42 +00:00
Andrey A. Chernov
ad26d78ae6
Upgrade to 3.9.2
1997-04-24 16:23:32 +00:00
David E. O'Brien
8079a01037
share tcplist with the world
1997-04-24 08:05:51 +00:00
David E. O'Brien
07df187a7a
Tcplist makes a list of tcp connections to and from the local machine,
...
displaying the user name associated with the local end, and making use of
Ident services if available to determine the "user" at the other end.
Tcplist uses LSOF to do its low level work on 4.4BSD machines.
1997-04-24 08:04:53 +00:00
David E. O'Brien
69ac7b4b06
turn on super
1997-04-24 08:03:31 +00:00
David E. O'Brien
fc543e03c6
Super is a setuid-root program that offers
...
o restricted setuid-root access to executables, adjustable
on a per-program and per-user basis;
o a relatively secure environment for scripts, so that well-written
scripts can be run as root (or some other uid/gid), without
unduly compromising security.
See pkg/DESCR for a comparson w/sudo.
1997-04-24 08:02:43 +00:00
Satoshi Asami
a72cede6bf
Uncomment -DSTDHEADERS so that we can use Bruce's work.
1997-04-24 05:49:13 +00:00
Satoshi Asami
0575a833b9
Merge two files that were patching the same file (xcept/script.h). In
...
xcept/scripts.h (note the `s'), #include <sys/types.h> before <dirent.h>.
1997-04-24 02:24:22 +00:00
Satoshi Asami
a2233f9a12
#include <sys/types.h> before <dirent.h>.
1997-04-24 02:21:45 +00:00
Satoshi Asami
47cdcb2bd3
#include <sys/types.h> for "uint" and stuff.
1997-04-24 02:14:01 +00:00
Satoshi Asami
b2f6d31bf7
Define "uint" if __FreeBSD__ >= 3.
1997-04-24 02:12:23 +00:00
John Polstra
31b6f12ee2
Fix a build failure caused by a prototype mismatch. Correct
...
numerous incorrect argument declarations. Make the wrapper for
ftruncate() do the right thing with respect to 64-bit argument
alignment.
1997-04-23 17:07:55 +00:00
Satoshi Asami
e37e595f03
#include <sys/types.h> in front of <utime.h>.
1997-04-23 10:37:55 +00:00
Satoshi Asami
47ee458c79
#include <sys/types.h> before <dirent.h>.
1997-04-23 07:41:20 +00:00
Thomas Gellekum
aad38b55a3
Use the C version, not Fortran. There are no functional differences.
1997-04-23 06:58:03 +00:00
Andrey A. Chernov
cb3076d716
Upgrade to 2.3
1997-04-23 04:27:26 +00:00
David E. O'Brien
b2d2dac12a
Update dist sites.
1997-04-22 10:50:10 +00:00
Thomas Gellekum
052c5c8af1
Build stand-alone module.
...
Submitted by: jmz
1997-04-22 10:16:22 +00:00
Thomas Gellekum
d97e2cf42c
Upgrade to 0.78.
1997-04-22 09:35:19 +00:00
Andrey A. Chernov
5d9a90b17d
Fix header problems
1997-04-21 14:33:18 +00:00
Thomas Gellekum
0ee7693421
Upgrade to 0.8.4.
...
PR: 3350
Submitted by: xaa@stack.nl
1997-04-21 11:59:08 +00:00
Masafumi Max NAKANE
e0bfcfe63b
The default location of the help file was wrong.
1997-04-21 11:20:21 +00:00
Masafumi Max NAKANE
08ddf63aba
Rename the startup script to youbind.sh.sample so that users who only
...
want to use the client program doesn't have to mess with it.
Rewrite the warning message in pkg/INSTALL.
Suggested by: sampei@yy.cs.keio.ac.jp
1997-04-21 10:09:19 +00:00
Satoshi Asami
50f46787fc
#include <sys/types.h> for <dirent.h>.
1997-04-21 06:27:52 +00:00
Satoshi Asami
a47fd845df
Shlib version number has changed.
1997-04-21 04:17:47 +00:00
Masafumi Max NAKANE
ed149270e9
Moved a part of post-install to pkg/INSTALL.
1997-04-21 04:05:18 +00:00
Masafumi Max NAKANE
276fbaa848
Gosh, an enhancement I put in was commented out by my mistake.
1997-04-21 04:03:54 +00:00
Masafumi Max NAKANE
35f6a9860f
Distfile has been changed.
1997-04-21 02:59:05 +00:00
James FitzGibbon
a91d7e8e55
Change the name of p5-Tk400 to p5-Tk, and remove p5-Tk400 from the
...
repository.
Reviewed by: asami@freebsd.org (did the repository copy)
1997-04-21 02:28:35 +00:00
Jean-Marc Zucconi
cbabe64200
Add missing patch from the previous commit.
1997-04-21 01:46:01 +00:00
Satoshi Asami
3a5534f4b1
Not that it matters much, but delete empty line between BUILD_DEPENDS
...
and RUN_DEPENDS.
1997-04-21 01:17:14 +00:00
Satoshi Asami
023f0bda6f
Add trailling slash to MASTER_SITES.
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1997-04-21 00:41:39 +00:00
David E. O'Brien
11eae40ef2
Upgrade to 2.6.4.
...
Mention that doc files are at http://g.oswego.edu/dl/html/malloc.html
1997-04-21 00:30:35 +00:00
Satoshi Asami
9c52e2270b
Merge from 2.2.
1997-04-21 00:24:51 +00:00
David E. O'Brien
e4332cf8d2
Add the docs to the package.
1997-04-21 00:06:28 +00:00
James FitzGibbon
0617725316
Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
...
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
1997-04-20 21:26:49 +00:00
Wolfram Schneider
df8f6f276f
Add virtual category 'perl5'.
1997-04-20 13:53:29 +00:00
Wolfram Schneider
1760fd6654
Add virtual category 'tk41'.
1997-04-20 13:20:00 +00:00
Jean-Marc Zucconi
0a1819bd28
We are now at version 3.6
1997-04-20 01:28:48 +00:00
Paul Richards
268e0478c7
Move the <dirent.h> include to after <sys/types.h> or it won't compile.
...
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-04-19 18:29:20 +00:00
Paul Richards
2846e09251
Do a mkdir -p on the bin directory before installing.
...
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-04-19 18:28:20 +00:00
Satoshi Asami
c55e0e83f1
Delete directories using @dirrm.
...
PR: 3323
Submitted by: Jun-ichiro Itoh <itojun@itojun.org>
1997-04-19 07:59:31 +00:00
Andrey A. Chernov
b1194468de
Upgrade to 31H
1997-04-19 03:08:36 +00:00
Andrey A. Chernov
be943aa983
Upgrade to 970417
1997-04-19 02:46:39 +00:00
Andrey A. Chernov
56f7aab3f2
Upgrade to 3.9.1
1997-04-19 01:39:09 +00:00