Port details |
- irc The "Internet Relay Chat" Server
- 2.11.2p3_2 irc =9 2.11.2p3_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-24 11:19:07
- Commit Hash: 622956f
- People watching this port, also watch:: openssl, minicom, sudo, postfix, python
- License: not specified in port
- Description:
- Irc is a functional replacement for and improvement to talk(1). Talk
is an old, primitive, atrocious, minimalist sort of keyboard/screen
conversation tool, using a grotesque, machine-dependent protocol.
Irc does everything talk does, but with a better protocol, allowing
more than 2 users to talk at once, with access across the aggregate
Internet, and providing a whole raft of other useful features.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- charybdis
- ircd-hybrid
- Nefarious
- ru-ircd-hybrid
- ircd-ru
- To install the port:
- cd /usr/ports/irc/irc/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/irc
- pkg install irc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: irc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (irc2.11.2p3.tgz) = be94051845f9be7da0e558699c4af7963af7e647745d339351985a697eca2c81
SIZE (irc2.11.2p3.tgz) = 816594
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for irc-2.11.2p3_2:
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- irc_irc
- USES:
- tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11.2p3_2 24 Feb 2024 11:19:07 |
Muhammad Moinur Rahman (bofh) |
irc/irc: Moved man to share/man
Approved by: portmgr (blanket) |
2.11.2p3_1 08 Dec 2023 23:24:17 |
Brooks Davis (brooks) |
irc/irc: remove unneeded sbrk use
It's use to print heap use, but it's often not correct for modern
allocators.
This should permit builds on aarch64 and riscv. |
2.11.2p3 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
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 ) |
2.11.2p3 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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").
Approved by: portmgr (blanket) |
2.11.2p3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.11.2p3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.11.2p3 01 Jan 2021 22:52:51 |
linimon |
Mark as BROKEN on riscv64 the same as on aarch64.
While here, pet portlint. |
2.11.2p3 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
2.11.2p3 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
2.11.2p3 10 Nov 2016 01:21:43 |
linimon |
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) |
2.11.2p3 23 May 2016 20:35:01 |
amdmi3 |
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 |
2.11.2p3 13 Apr 2016 10:45:17 |
jbeich |
irc/irc: convert to CONFIGURE_OUTSOURCE
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D5818 |
2.11.2p3 29 Oct 2014 09:41:48 |
johans |
The IRC configure script has curious logic, is being overly complex,
and actually breaks badly if the port is being built in a chroot
where the host triplet won't match the jail triplet.
The solution I've provided here is clean. Using the pre-configure
target, the build directory (with a fixed name) is created and the
needed configure script and header are copied over, just like the top
configure script does. Then the port makefile just configures with
that. It's much better, more robust, and fixes the triplet mismatch.
PR: 194679
Submitted by: marino |
2.11.2p3 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
2.11.2p3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.11.2p3 29 Dec 2013 15:19:29 |
johans |
Enable stage support |
2.11.2p3 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
2.11.2p3 10 Aug 2013 22:54:59 |
marino |
irc/irc: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows the port to build on DragonFly without modification.
The header was also trimmed, but there was no function change made to the port.
Approved by: bapt/culot (mentors, implicit) |
2.11.2p3 05 Aug 2012 23:19:40 |
dougb |
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 |
2.11.2p3 16 Jun 2012 14:59:48 |
johans |
- Register conflicts with other IRC servers[1]
- Convert to new options framework
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> [1] |
2.11.2p3 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.11.2p3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.11.2p3 14 Aug 2010 15:57:36 |
johans |
Update to irc 2.11.2p3 (bugfix release) |
2.11.2p2 23 Feb 2010 18:03:45 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
2.11.2p2 14 Nov 2009 10:16:44 |
johans |
Update to 2.11.2p2 |
2.11.2p1 26 Jun 2008 11:59:40 |
johans |
Update to 2.11.2p1 (bugfix release) |
2.11.2 21 Jun 2008 08:13:26 |
johans |
- Update to 2.11.2
- Simplify Makefile
- Claim maintainership |
2.11.1.1 18 Apr 2007 11:46:10 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
2.11.1.1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
2.11.1.1 13 Jul 2005 14:41:42 |
pav |
- Update to 2.11.1p1
PR: ports/83176
Submitted by: Krzysztof Kowalik <kkowalik+pr@uci.agh.edu.pl> |
2.11.1 29 May 2005 19:56:35 |
thierry |
Update to version 2.11.1.
PR: ports/81626
Submitted by: Johan van Selst |
2.11.0 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.11.0 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.11.0 25 Feb 2005 20:50:58 |
pav |
- Update to 2.11.0
PR: ports/78073
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
2.10.3p6 16 Aug 2004 03:48:34 |
oliver |
fix build for gcc 3.4.2
remove BROKEN |
2.10.3p6 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
2.10.3p6 29 Mar 2004 15:23:52 |
pav |
- Update to 2.10.3p6
PR: ports/64553
Submitted by: Paolo Gatti <onel0ve@softhome.net> |
2.10.3p5 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.10.3p5 19 Nov 2003 21:27:44 |
edwin |
freebsd port update: irc/irc to 2.10.3p5
Submitted by: Eugene <eugene3@web.de> (via private email) |
2.10.3p3 27 Sep 2003 00:45:43 |
edwin |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.10.3p3 22 Aug 2003 05:11:32 |
daichi |
update irc/irc: 2.10.3 -> 2.10.3p3
PR: 55824
Submitted by: Paolo Gatti <onel0ve@libero.it> |
2.10.3 20 Feb 2003 18:17:25 |
knu |
De-pkg-comment. |
2.10.3 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
17 Sep 2001 18:40:31 |
dwcjr |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
11 Mar 2001 00:58:23 |
kris |
Fix plist |
19 Oct 2000 14:36:30 |
shige |
Fix %%PREFIX%% in ${PREFIX}/etc/rc.d/ircd.sh startup script. |
19 Oct 2000 14:26:02 |
shige |
Unbreak building on 5.0-CURRENT. Would you like to send-pr this bug for
irc-developers? |
08 Oct 2000 02:27:09 |
asami |
Convert category irc to new layout. |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |