Commit graph

14 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
adrianp
24c0de6dbb Remove obsolete patches for recent update. (from tron@) 2007-10-13 22:56:55 +00:00
adrianp
3316ed3809 Update to 1.2.0-beta2
Not much info other than:
Version 1.2.0-beta -
* Add Support for GET and SET
* Lot of bugfixes

and a fix for CVE-2007-5226
2007-10-13 19:41:23 +00:00
tron
2859430ddd Don't use ternary operator as lvalue in an assignment because GCC 4.x
doesn't tolerate such questionable programming pratice.
2006-06-30 15:53:18 +00:00
tron
7bf3429110 Don't insert "[] " into every stored message if "log_timestamp" is
set "no". Bump package revision because of this fix.
2006-04-28 13:23:25 +00:00
tron
de00db8331 Add patch from "dircproxy" ticket #44 which stops "dircproxy" from
crashing if it has to reconnect to the server. Bump package revision
because of this bug fix.
2006-04-27 16:36:17 +00:00
adrianp
cb4494ccd3 Update to 1.2.0 development version
* Nickserv support
* Binding to a local IP
* a new /dircproxy RELOAD to reload the config
* Add DCC Resume
* Add 005 Support
* Can be build with SSL support (experimental)
* Support for IPV6 (experimental)
* a new /dircproxy NOTIFY command
* Support for MD5 password
2006-02-19 15:47:35 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
6ba4e17e7f Added a patch that avoids conditional lvalues. Needed for IRIX 6.5. 2005-07-30 21:18:33 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adrianp
34a0a383b6 - Import of the 1.1.x dircproxy devel branch
dircproxy is an IRC proxy server ("bouncer") designed for people
who use IRC from lots of different workstations or clients, but wish
to remain connected and see what they missed while they were away.
You connect to IRC through dircproxy, and it keeps you connected to
the server, even after you detach your client from it.  While you're
detached, it logs channel and private messages as well as important
events, and when you re-attach it'll let you know what you missed.

This can be used to give you roughly the same functionality as
using ircII and screen together, except you can use whatever IRC
client you like, including X ones!

* THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY.  IT HAS HIGHER
* THEN USUAL RISK OF DESTROYING YOUR SYSTEM.
*
* FOR A STABLE RELEASE USE THE LATEST 1.0.x
2005-04-03 14:18:01 +00:00