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
Eric L. Hernes
f29e998960
upgrade to 0.99.8
1997-04-18 21:26:41 +00:00
David Nugent
a462065905
Fix for CPU=FREEBSD so that build works.
1997-04-18 16:53:27 +00:00
James FitzGibbon
8324e0ea23
Added net/mrtg and devel/p5-PV
1997-04-18 12:10:56 +00:00
James FitzGibbon
6d7e72a659
Import of PerlVision, a text mode user-widget interface for perl 5
1997-04-18 12:10:29 +00:00
James FitzGibbon
fad2f5ffa3
Import of the multi-router traffic grapher.
1997-04-18 12:08:17 +00:00
Satoshi Asami
df765a4bd6
Hey guys, thanks for the number of comments on my install-info inquiry
...
(which was about equal to number of FreeBSD installations on Hale Bopp
itself). Seems like I need to just go ahead and commit it so people
can try out and scream!
1997-04-18 10:50:28 +00:00
Satoshi Asami
66342d158d
Puff, the magic dragon, lived by the sea,
...
and frolicked in the autumn mist, in the land called Korea,
Little Junker hacker, loved that rascal Puff,
and brought him fonts and hanterm ports, and other fancy stuff.
1997-04-18 10:24:48 +00:00
Satoshi Asami
0ff9951fd1
Delete PATCH_STRIP so this port compiles. This one is a huge mystery
...
to me.
(1) I have no idea how this port worked for anyone.
(2) I have no idea why this variable was here to begin with.
1997-04-18 10:09:56 +00:00
Satoshi Asami
02d7461162
Fix several bogons. This port still doesn't compile, though. The build
...
target does nothing (if I go into work/ and type "make all" it doesn't
do anything, either).
(1) BUILD_DEPENDS is not supposed to be a single program name; it's a
program name:directory pair. Please check other ports or the
handbook.
(2) Use NO_WRKSUBDIR.
(3) /usr/local/interviews/bin/FREEBSD is not in everyone's path, so
specify XMKMF with full pathname.
1997-04-18 09:37:20 +00:00
Satoshi Asami
87ddd27888
Add hanterm, hanterm-autofont, hanterm-xf86 and johabfonts.
1997-04-18 08:50:50 +00:00