1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Jun Kuriyama
8b8576518b - Upgrade to 8.1.18. 2010-11-20 11:39:47 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jun Kuriyama
1c0471015c Oops, I forgot to cvs-add this file in previos commit. 2009-10-25 01:04:02 +00:00
Jun Kuriyama
f0699b608c - Upgrade to 8.1.17. 2009-10-24 23:51:58 +00:00
Jun Kuriyama
e1f8cf8ffc Allow to select to use unix domain socket by option.
Submitted by:	anders@FreeBSD.org
2008-08-16 14:30:09 +00:00
Jun Kuriyama
b64e38a747 - Unbreak on recent 8-current (after sgtty changes).
- Bump PORTREVISION for safety by minor logic change.

Submitted by:	ed@FreeBSD.org
PR:	  	ports/124485
2008-07-02 23:15:03 +00:00
Hiroki Sato
a8994cf080 Update to 8.1.16. Changes include:
- added 'replstring' substitution option - inspired by
   conversation with Owen DeLong <owen@c2company.com>
 - added '^Ecn' option for writing a note to the logfile - patch
   by Bryan Schmersal <bschmer@yahoo.com>
 - fixed leaking file descriptors when 'host' and 'uds' consoles
   fail to connect - based on patch by Michael Heironimus
   <michael_heironimus@archwayconcepts.com>

Also, the rc.d script now supports "reload", "reconnect",
and "reinit" keywords (they are to send HUP/USR1/USR2
respectively).

Approved by:	kuriyama (maintainer)
2007-08-27 20:07:08 +00:00
Jun Kuriyama
c59bd501aa - Upgrade to 8.1.15. 2007-03-13 03:45:27 +00:00
Jun Kuriyama
363fc95e65 - Update to 8.1.14.
PR:		ports/95565
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-05-06 09:53:15 +00:00
Doug Barton
cc716335fb Small tune-ups, ok'ed by kuriyama 2006-02-01 08:12:02 +00:00
Jun Kuriyama
a39985757c - Upgrade to 8.1.13.
- Improve $USE_RC_SUBR usage.

PR:		ports/91839
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-01-30 14:02:49 +00:00
Jun Kuriyama
0f0bf1c519 - Add forgotten patch to unbreak plist.
Reported by:	pointyhat via kris
2005-12-01 22:38:40 +00:00
Jun Kuriyama
674d0c7314 - Upgrade to 8.1.12.
- Add HTTP to MASTER_SITE.
- Minor fixes to conserver.sh.
- Remove harmful patch for conserver.cf sample.

Submitted by:	Andrew Pantyukhin
PR:		ports/88420
2005-11-30 05:52:03 +00:00
Jun Kuriyama
c4b8f70a68 Upgrade to 8.1.11.
Pinged by:	"bsdcrank@squbes.com" <bsdcrank@squbes.com>
2005-02-01 05:29:00 +00:00
Jun Kuriyama
c2a02c01e2 - Upgrade to 8.1.10 (various small fixes).
- Use --with-openssl.
2004-10-15 07:39:22 +00:00
Jun Kuriyama
6b541fd303 Upgrade to 8.1.7.
Enable PAM support by default.
2004-06-03 07:53:12 +00:00
Jun Kuriyama
088fe0862b Upgrade to 8.1.5.
- add '#include' capability to conserver.cf file.
  - add '@group' syntax to conserver.cf file.
  - add 'initdelay' option.

See CHANGES for details.
2004-05-09 14:29:20 +00:00
Jun Kuriyama
037d87d2c6 Upgrade to 8.1.4 (minor fixes). 2004-04-14 01:04:14 +00:00
Jun Kuriyama
41c638fd08 Upgrade to 8.1.3 (small '^Ec;' bugfix). 2004-03-25 04:54:16 +00:00
Jun Kuriyama
6c7bef9709 Upgrade 8.1.2.
- better handling of client command (^Ec|) when user is bumped,
  conserver is reconfigured, etc
- added 'initsubst' option for 'initcmd' substitutions like
  'devicesubst' and 'execsubst'
- modified and added to *subst (initsubst, etc) syntax to allow
  for flexibility and future enhancement
- changed 'port' and 'portinc' minimums from 1 to 0 - it allows
  more flexibility and helps with 0-based counting
- added --with-extmsgs configure switch to enable entertaining
  messages
- added ability to "move" to a new console via '^Ec;'
- added a dump of console information when -S is used twice
2004-03-14 14:42:57 +00:00
Jun Kuriyama
10b05f2aa7 Upgrade to 8.1.1. 2004-02-11 07:43:54 +00:00
Jun Kuriyama
87e836c627 Upgrade to 8.0.9 (bugfix). 2003-12-11 01:16:00 +00:00
David E. O'Brien
fe553a55e1 Make the sample config file correct for FreeBSD. 2003-12-07 04:31:49 +00:00
Jun Kuriyama
88bd8f5825 Upgrade to 8.0.8. 2003-12-05 05:13:23 +00:00
Jun Kuriyama
0018321faa Upgrade to 8.0.6. 2003-11-19 06:22:07 +00:00
Jun Kuriyama
f7f9fc355f Upgrade to 8.0.5 (minor bugfixes). 2003-11-01 06:53:05 +00:00
Jun Kuriyama
1ac94e519a Update to 8.0.4.
** HEADS UP! **

This major version up includes configuration file format change.
Please convert your conserver.cf before using new vewsion.

And $USE_RC_SUBR is used in this port.  You need to set
conserver_enable="YES" to your /etc/rc.conf to use conserver daemon.
2003-10-25 13:11:16 +00:00
Jun Kuriyama
39d43fd49a o Upgrade to 7.2.7.
o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh.
2003-08-25 07:23:21 +00:00
Kris Kennaway
5aa42df414 Invert the sense of the test for 64-bit architectures, since we only
support one 32-bit platform.
2003-07-05 12:00:55 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Kris Kennaway
c8f4fd9d5e ia64 is also a 64-bit platform. 2003-01-22 20:44:46 +00:00
Jun Kuriyama
48f03e98ae Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on these
platform.

Reported by:	bento
2003-01-22 00:17:16 +00:00
David E. O'Brien
e3dcd1395f Fix ''make reinstall''. 2003-01-04 19:56:16 +00:00
Edwin Groothuis
5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00
Jun Kuriyama
0c300e8825 Upgrade to 7.2.4.
Notified by:	Tim Bishop <T.D.Bishop@ukc.ac.uk>
2002-10-28 10:08:34 +00:00
Jun Kuriyama
fb8a622cc8 Upgrade to 7.2.2.
Notified by:	"Vladimir A. Jakovenko" <vovik@lucky.net>
2002-06-24 00:32:52 +00:00
Jun Kuriyama
0888dff0c8 Fix unaligned access for alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2002-02-27 01:20:42 +00:00
Jun Kuriyama
48ee32b333 Upgrade to 7.1.4. 2002-02-27 00:54:55 +00:00
Jun Kuriyama
1484fe3a85 Support baudrate of 115200 and 57600.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2002-02-27 00:53:20 +00:00
Jun Kuriyama
9d224a95da Yet another conserver which is forked from comms/conserver long ago. 2001-12-09 14:40:13 +00:00