Commit Graph

4522 Commits

Author SHA1 Message Date
Patrick Li
9c85df8368 Update to 0.8.99a
PR:		33059
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-22 02:52:33 +00:00
Patrick Li
ca4e2fd99e o Fix broken WWW: location to new one
o Grammar corrections to pkg-descr
o Remove bit about adding BPF devices to kernel,
  as these are now included in GENERIC
o Hand maintainer over to submitter

PR:		33078
Submitted by:	Ryan Thompson <ryan@sasknow.com>
2001-12-22 02:30:35 +00:00
Mario Sergio Fujikawa Ferreira
c1e7a22382 Update to 0.2.0
PR:		32977
Submitted by:	maintainer
Reviewed by:	asmodai
2001-12-21 23:18:30 +00:00
Mario Sergio Fujikawa Ferreira
59171d95d8 o Update to 0.9.6
o Revert maintainership to ports (maintainer expresses lack of
  interest)

Approved by:	maintainer
2001-12-21 16:41:23 +00:00
Mario Sergio Fujikawa Ferreira
a31cf2a1ce Update to 0.7.2 2001-12-21 04:24:54 +00:00
Mario Sergio Fujikawa Ferreira
815873fb4d Update to 0.7.2 2001-12-21 04:08:27 +00:00
Mario Sergio Fujikawa Ferreira
fa732e1b12 Update to 0.7.1 2001-12-21 03:58:59 +00:00
Andrey A. Chernov
e220af2442 Prevent request id overflow over 65535 2001-12-20 21:45:10 +00:00
Mario Sergio Fujikawa Ferreira
7284424fab autotools police: don't hardcode aclocal, use variable ACLOCAL 2001-12-20 13:32:42 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Chris D. Faulhaber
4695eaef2e Drop setgid kmem privs before executing external programs.
Reported by:	Christer Oberg <christer.oberg@gmx.net>
2001-12-19 22:45:28 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Dmitry Sivachenko
4b59ba05e4 Define the -DSHAREDTMP option, since this allows one to simulate
clusters of pvm machines with jail(8).

Basically, do this:

        ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias
        ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias
        ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias
        ...
        echo "10.0.0.1 ten-1" >> /etc/hosts
        echo "10.0.0.2 ten-2" >> /etc/hosts
        echo "10.0.0.3 ten-3" >> /etc/hosts
        ...
        jail / ten-1 10.0.0.1 /usr/libexec/inetd
        jail / ten-1 10.0.0.2 /usr/libexec/inetd
        jail / ten-1 10.0.0.3 /usr/libexec/inetd

Tada!  now you have three PVM enabled computers on your laptop :-)

Submitted by:	phk
2001-12-19 19:13:53 +00:00
Nick Sayer
c863b8e94a The latest version unzips to a subdir.
Submitted by:	david@catwhisker.org
2001-12-19 16:47:05 +00:00
Dirk Meyer
c6d341dea8 - Update Netatalk 1.5pre8 to 1.5rc1.
- This also fixes up the build process a great deal.

PR:		32945
Submitted by:	marcus@marcuscom.com
2001-12-19 13:48:31 +00:00
Maxim Sobolev
2a203e9b53 Update to 1.2.3. 2001-12-19 12:29:51 +00:00
Pete Fritchman
91e2db011f Add papaya-plugins 0.90, plugins for papaya, a graphical GTK mud
client.

PR:		32958
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-12-19 09:48:32 +00:00
Pete Fritchman
9b2f027b72 Add papaya 0.90, graphical GTK mud client with plugin support.
PR:		32956
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-12-19 09:46:11 +00:00
Ying-Chieh Liao
cde0c65eb9 upgrade to 1.6.7 2001-12-19 08:06:55 +00:00
Will Andrews
7765c3d350 Add icradius 0.18.1, a variant of Cistron RADIUS, but with a MySQL
backend.

PR:		29080
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
2001-12-19 02:30:02 +00:00
Will Andrews
ab745b2db0 Add p5-IC-Radius 0.4, a Perl5 extension for ICRADIUS Interface Module.
PR:		29081
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
2001-12-19 02:28:28 +00:00
Assar Westerlund
ca0d2db64f remove unused patch (superseded by unified patch 19.7.4)
PR:		ports/31246
Submitted by:	maintainer
2001-12-18 15:57:59 +00:00
Sheldon Hearn
bc9f859cdb IGNORE for OSVERSION later than 440002, following the import
of userland smbfs in OSVERSION 440003.

This port is now only useful for older 4.x and 5.x systems that are
not STABLE / CURRENT.
2001-12-18 13:21:48 +00:00
Jun Kuriyama
186211d953 Use $MASTER_SITE_SOURCEFORGE.
Approved by:	maintainer
2001-12-18 13:20:26 +00:00
Patrick Li
3810853c74 Update to 1.0.6
PR:		32940
Submitted by:	maintainer
2001-12-18 04:27:22 +00:00
David W. Chapman Jr.
efb2aceaae Remove empty patches
Submitted by:	olgeni@uli.it
2001-12-18 02:47:02 +00:00
Jun Kuriyama
603deeee42 Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR. 2001-12-17 23:29:42 +00:00
Jun Kuriyama
e9387fb0e5 Unbreak on $WRKDIRPREFIX environment.
Approved by:	maintainer
2001-12-17 23:12:57 +00:00
Ying-Chieh Liao
4c7eef9cba upgrade to 0.16.3
PR:		32862
Submitted by:	Ports Fury
2001-12-17 19:27:57 +00:00
Nick Sayer
56443a8dee Update to 1.5.2 and 1.4
Submitted by:	leth@primus.ca
2001-12-17 17:29:00 +00:00
Dirk Meyer
e9e215ccd7 Bump REVISION
add MAN8 for FreeBSD < 4.4

Timeout from MANTAINER
2001-12-17 11:58:50 +00:00
Dirk Meyer
bcfd2e8646 - Fix broken MASTER_SITES 2001-12-17 11:57:33 +00:00
David W. Chapman Jr.
fcd31b6dc4 Update to 1.0.0p19.7.6
PR:		32918
Submitted by:	maintainer
2001-12-17 03:43:00 +00:00
David W. Chapman Jr.
0b5f271992 Update to 3.0 alpha 8 2001-12-16 19:20:38 +00:00
David W. Chapman Jr.
c277c5d043 Update to 2.2.2 to make room for 3.0 in samba-devel 2001-12-16 17:56:48 +00:00
David W. Chapman Jr.
6ec7c240ae Update netsaint to 0.0.7b8
backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke
 the port.

Submitted by:	maintainer
2001-12-16 17:33:04 +00:00
Ying-Chieh Liao
979a05462a upgrade to 4.5.0 2001-12-16 15:25:16 +00:00
Yoichi NAKAYAMA
e663983c4b Add tramp, Transparent remote file access tool for emacsen.
(PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting
 PORTEPOCH in future)

Reviewed by:	knu(mentor)
2001-12-16 11:26:14 +00:00
Yoichi NAKAYAMA
0ed5ff090d Add tramp, Transparent remote file access tool for emacsen.
(PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting
 PORTEPOCH in future)

Reviewed by:	knu(mentor)
2001-12-16 11:25:05 +00:00
Jimmy Olgeni
46f870944a Chase package rename: vnc-tight -> tightvnc in share/ (fix package
building).
2001-12-15 22:29:13 +00:00
Steve Price
36fb215d34 Update to version 1.1.8. 2001-12-15 22:19:30 +00:00
Steve Price
4c0a251243 Since we have two ports, ciscoconf and cisco_conf, that use the same named
distfile with different contents put this this one is its own DIST_SUBDIR
to avoid confusing which one is used.
2001-12-15 22:12:05 +00:00
Steve Price
af83d87e54 Fix PLIST and bump PORTREVISION because of missing files most notably the
license/copyright.
2001-12-15 22:09:40 +00:00
Patrick Li
d3536fef3a Fix MASTER_SITE_SUBDIR from the PORTNAME change 2001-12-15 18:16:21 +00:00
Patrick Li
d105ffcbcd Update to 0.8.99
PR:		32861
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-15 12:55:07 +00:00
Ying-Chieh Liao
c7b7aaf0d8 change port name
check if vnc exist

PR:		32268
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
2001-12-15 09:50:48 +00:00
Jim Mock
bd93eac35b Update to version 0.50. 2001-12-15 06:54:18 +00:00
Pete Fritchman
adb12d052f Bump PORTREVISION due to recent ktalkd plist additions and the /var/run/utmp
patch.

Reminded by:	Alan Eldridge <alane@geeksrus.net>
2001-12-14 14:21:33 +00:00
Maxim Sobolev
95d5e143e7 s/BROKEN/IGNORE/. 2001-12-14 13:36:03 +00:00
Sheldon Hearn
0784d71f5d Mark broken for OSVERSION later than 500027, following the import
of userland smbfs in OSVERSION 500028.
2001-12-14 12:47:45 +00:00