notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: irc/ircd-ratbox/Makefile
SVNWeb

Number of commits found: 63

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  6ec0477  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 24 May 2020
[ 18:31 zi search for other commits by this committer ] Original commit   Revision:536414
- Build webirc module
- Bump PORTREVISION
Wed, 9 Oct 2019
[ 11:50 bapt search for other commits by this committer ] Original commit   Revision:514138 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for i* category as it is not relevant anymore
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Fri, 3 May 2019
[ 21:06 linimon search for other commits by this committer ] Original commit   Revision:500752 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436248 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Mon, 9 Jan 2017
[ 00:20 zi search for other commits by this committer ] Original commit   Revision:430904
- Update to 3.0.10

PR:		215841
Submitted by:	zi@ (me)
Approved by:	moggie@elasticmind.net (maintainer)
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Mon, 14 Nov 2016
[ 03:15 danfe search for other commits by this committer ] Original commit   Revision:426080 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
  matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
Thu, 10 Nov 2016
[ 01:21 linimon search for other commits by this committer ] Original commit   Revision:425823 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Fri, 21 Oct 2016
[ 13:09 amdmi3 search for other commits by this committer ] Original commit   Revision:424412
- Mark broken on 9.x:

Unknown modifier 'U'

Syntax error: Unterminated quoted string

Approved by:	portmgr blanket
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Fri, 18 Mar 2016
[ 13:57 feld search for other commits by this committer ] Original commit   Revision:411355
irc/ircd-ratbox: Use GCC for i386

When built with Clang on i386 ratbox segfaults at startup.

PR:		207268
Sun, 6 Mar 2016
[ 20:08 brnrd search for other commits by this committer ] Original commit   Revision:410482
irc/ircd-ratbox: Fix build failure with SHORTCUTS enabled

 - bsd.port.options.mk must be included before targets are defined

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5479
MFH:		2016Q1
Mon, 15 Feb 2016
[ 19:19 brnrd search for other commits by this committer ] Original commit   Revision:408952
irc/ircd-ratbox: Fix OpenSSL linking and simplify

  - Fix linking with ports' ssl libs
  - Fix `contrib` build (used base openssl headers)
  - Re-work EGD detection
  - Use options helpers
  - Simplify REINPLACE with :U defaults

PR:		195796
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5286
Sun, 10 Jan 2016
[ 17:04 antoine search for other commits by this committer ] Original commit   Revision:405728
Unbreak INDEX
[ 16:55 bapt search for other commits by this committer ] Original commit   Revision:405724 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert g* and i* to USES=sqlite and USES=firebird
Fri, 23 Oct 2015
[ 16:51 amdmi3 search for other commits by this committer ] Original commit   Revision:400037
- Move owner/permission to plist, fixing installation from non-root and
simplifying the port

PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 May 2015
[ 00:03 feld search for other commits by this committer ] Original commit   Revision:385077
Support building with LibreSSL
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint

Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.

PR:		198506
Fri, 24 Apr 2015
[ 22:02 amdmi3 search for other commits by this committer ] Original commit   Revision:384689
- Add CPE info

Approved by:	portmgr blanket
Wed, 28 Jan 2015
[ 09:04 antoine search for other commits by this committer ] Original commit   Revision:378050
Move USE_OPENSSL to the correct place and remove a spurious
WITH_OPENSSL_BASE=yes
Thu, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Sat, 20 Sep 2014
[ 16:08 rodrigo search for other commits by this committer ] Original commit   Revision:368658
OptionsNG conversion brokes few options making
them available by default. Also added MAKE_JOBS_UNSAFE
to avoid intermittent build failures.

PR:		ports/181481
Submitted by:	John Marshall <John.Marshall@riverwillow.com.au>
Approved by:	bapt (mentor)
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Tue, 1 Jul 2014
[ 23:25 bapt search for other commits by this committer ] Original commit   Revision:360115
Support stage
Partially strip binaries
Convert to USES=libtool
Fri, 20 Sep 2013
[ 18:44 bapt search for other commits by this committer ] Original commit   Revision:327736 (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Mon, 16 Sep 2013
[ 17:03 az search for other commits by this committer ] Original commit   Revision:327418 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Fri, 4 Jan 2013
[ 12:29 crees search for other commits by this committer ] Original commit   Revision:309927
Really update to 3.0.8 this time.  It appears that the first hunk of the patch
caused a conflict that wasn't resolved.

PR:		ports/174878
Submitted by:	Moggie <moggie@elasticmind.net> (maintainer)
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Submitted by:	Chris Petrik
Submitted by:	sbz
Pointyhat to:	crees
Wed, 2 Jan 2013
[ 12:07 crees search for other commits by this committer ] Original commit   Revision:309810
Security update to 3.0.8, to fix a remote DoS crash

Admins are advised to upgrade immediately.

PR:		ports/174878
Submitted by:	moggie <moggie@elasticmind.net> (maintainer)
Security:	http://www.ratbox.org/ASA-2012-12-31.txt
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Sat, 7 Jul 2012
[ 16:13 jase search for other commits by this committer ] Original commit 
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
  closure. We thank Parodius for the hosting services they provided.

PR:             ports/169570
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
Approved by:    culot (mentor)
Fri, 11 May 2012
[ 19:27 crees search for other commits by this committer ] Original commit 
Register CONFLICTS with charybdis; both install files in same place

PR:             ports/167556
Approved by:    maintainer (moggie@elasticmind.net)
Sun, 15 Apr 2012
[ 10:52 scheidell search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Major release update to 3.0.7. Read /usr/ports/UPDATING

PR:             ports/166931
Submitted by:   moggie <moggie@elasticmind.net> (maintainer)
Reviewed by:    scheidell (me)
Mon, 19 Dec 2011
[ 19:05 crees search for other commits by this committer ] Original commit 
Update MASTER_SITES

PR:             ports/163433
Submitted by:   crees
Approved by:    maintainer
Tue, 5 Jul 2011
[ 16:46 crees search for other commits by this committer ] Original commit 
Use USERS and GROUPS

PR:             ports/157611
Approved by:    rene (mentor, implicit), Moggie (maintainer)
Thu, 28 Jan 2010
[ 21:29 miwi search for other commits by this committer ] Original commit 
- Update to 2.2.9

PR:             143242
Submitted by:   moggie <moggie@elasticmind.net> (maintainer)
With hat:       secteam
Feature safe:  
http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html
Wed, 28 Jan 2009
[ 04:39 beech search for other commits by this committer ] Original commit 
- In order to modify ban files such as kline.conf and xline.conf,
  ircd-ratbox 2.2.x needs write permissions to the directory containing
  these files so it can manipulate their temporary counterparts during
  the update process. To facilitate this, and to save the user from
  having to make this change themselves, the '/usr/local/etc/ircd-ratbox/'
  directory is now set to be owned by the IRCD user instead of root.

PR:             ports/131060
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Sat, 19 Jan 2008
[ 07:00 beech search for other commits by this committer ] Original commit 
- Update of irc/ircd-ratbox port from ircd-ratbox-2.2.6 to ircd-ratbox-2.2.8 to
fix a few very minor bugs.
- Included ircd-shortcut.pl in ircd-ratbox tarball.
- Added port support for configuring services names and parameters within the
ircd-shortcut.pl build script
  (requested by ratbox users and makes things a bit nicer).
- Fixed a pkg-plist inconsistency when compiling old port and building with
support for services.
- Added perl5 build requirement for ircd-shortcut.pl.

PR:             ports/119784
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Approved by:    linimon (mentor)
Sat, 27 Oct 2007
[ 22:13 miwi search for other commits by this committer ] Original commit 
- Makefile cleanup
- Improve config handling.

PR:             117548
Submitted by:   Lewis <moggie@elasticmind.net> (maintainer)
Fri, 28 Sep 2007
[ 23:10 edwin search for other commits by this committer ] Original commit 
Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@
[ 13:07 shaun search for other commits by this committer ] Original commit 
Transfer maintainership.
[ 01:03 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
[patch] port update for irc/ircd-ratbox

        Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to
ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

        Update of irc/ratbox-services port from ratbox-services-1.0.3 to
ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

        The ircd-ratbox-devel port is depreciated and installs an
        out-dated version of ircd-ratbox. There is no current
        development release of ircd-ratbox; please could this port
        be deleted as the ratbox team are some time away from
        releasing a new development version.

        [Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:             ports/115950, ports/116156, ports/116158
Submitted by:   Lewis <moggie@elasticmind.net>
Approved by:    shaun@
Fri, 25 May 2007
[ 11:02 edwin search for other commits by this committer ] Original commit 
Fix brokeness by pointing to the old/ directory.
[ 01:19 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Sat, 28 Apr 2007
[ 00:22 shaun search for other commits by this committer ] Original commit 
Upgrade to 2.2.5.
Thu, 26 Apr 2007
[ 19:07 shaun search for other commits by this committer ] Original commit 
Upgrade to 2.2.4.
Sat, 5 Aug 2006
[ 14:39 shaun search for other commits by this committer ] Original commit 
- Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
  same version.
- Enable IPv6 by default in both ports.
Mon, 19 Jun 2006
[ 20:06 shaun search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
Fri, 9 Jun 2006
[ 10:46 itetcu search for other commits by this committer ] Original commit 
Add conflicts with upcommig ircd-ratbox-devel and bump PORTREVISION.

Approved by: lawrance (mentor, implicit)
Wed, 10 May 2006
[ 21:25 pav search for other commits by this committer ] Original commit 
- Update to 2.1.8

PR:             ports/96984
Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer)
Fri, 27 Jan 2006
[ 06:09 jylefort search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Add ircd-ratbox.

This is a port of the ircd-ratbox IRC daemon.

ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.

WWW: http://www.ircd-ratbox.org/

PR:             ports/92404
Submitted by:   Shaun Amott <shaun@inerd.com>

Number of commits found: 63