Johan van Selst
519d5660ef
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
2014-10-29 09:41:47 +00:00
Baptiste Daroussin
4a4ec28d37
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
2014-05-05 09:45:36 +00:00
Johan van Selst
69662ccee3
Enable stage support
2013-12-29 15:19:29 +00:00
Baptiste Daroussin
f30824b2ef
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
2013-09-20 18:44:49 +00:00
John Marino
16b84fb33c
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)
2013-08-10 22:54:58 +00:00
Doug Barton
9aac569eaa
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
2012-08-05 23:19:36 +00:00
Johan van Selst
050e6a59a0
- Register conflicts with other IRC servers[1]
...
- Convert to new options framework
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> [1]
2012-06-16 14:59:48 +00:00
Johan van Selst
1a71bac9de
Update to irc 2.11.2p3 (bugfix release)
2010-08-14 15:57:36 +00:00
Johan van Selst
532e84e129
Update my mail address to @FreeBSD.org
...
Feature safe: yes
2010-02-23 18:03:45 +00:00
Johan van Selst
ed7e38b701
Update to 2.11.2p2
2009-11-14 10:16:44 +00:00
Johan van Selst
4a427cfc1f
Update to 2.11.2p1 (bugfix release)
2008-06-26 11:59:40 +00:00
Johan van Selst
71c13ef116
- Update to 2.11.2
...
- Simplify Makefile
- Claim maintainership
2008-06-21 08:13:25 +00:00
Gabor Kovesdan
c44fa33a5e
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
...
with letter i-m
2007-04-18 11:46:10 +00:00
Pav Lucistnik
a543849017
- Update to 2.11.1p1
...
PR: ports/83176
Submitted by: Krzysztof Kowalik <kkowalik+pr@uci.agh.edu.pl>
2005-07-13 14:41:42 +00:00
Thierry Thomas
58badcd64e
Update to version 2.11.1.
...
PR: ports/81626
Submitted by: Johan van Selst
2005-05-29 19:56:34 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
c4b04f1885
- Update to 2.11.0
...
PR: ports/78073
Submitted by: Sam Lawrance <boris@brooknet.com.au>
2005-02-25 20:50:57 +00:00
Oliver Lehmann
2224a604c8
fix build for gcc 3.4.2
...
remove BROKEN
2004-08-16 03:48:34 +00:00
Kris Kennaway
c1a0f8ede9
BROKEN on 5.x: Does not compile with gcc 3.4.2
2004-08-16 02:33:05 +00:00
Pav Lucistnik
fecdf3861b
- Update to 2.10.3p6
...
PR: ports/64553
Submitted by: Paolo Gatti <onel0ve@softhome.net>
2004-03-29 15:23:52 +00:00
Edwin Groothuis
f4e2f13b58
freebsd port update: irc/irc to 2.10.3p5
...
Submitted by: Eugene <eugene3@web.de> (via private email)
2003-11-19 21:27:44 +00:00
Edwin Groothuis
34171d18e7
- ECHO -> ECHO_MSG
...
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:45:43 +00:00
Daichi GOTO
20bb477f47
update irc/irc: 2.10.3 -> 2.10.3p3
...
PR: 55824
Submitted by: Paolo Gatti <onel0ve@libero.it>
2003-08-22 05:11:32 +00:00
Akinori MUSHA
98f8f27a86
De-pkg-comment.
2003-02-20 18:17:25 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
c62fe39354
Fix PORTCOMMENTs that were killing INDEX builds.
...
105 pointy hats to: me
Approved by: pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
David W. Chapman Jr.
5872a89c3b
Remove jseger and torstenb from maintainership of their ports, they
...
have been inactive for too long
Approved by: will
2001-09-17 17:40:31 +00:00
Shigeyuki Fukushima
ad13d1353e
Fix %%PREFIX%% in ${PREFIX}/etc/rc.d/ircd.sh startup script.
2000-10-19 13:36:29 +00:00
Thomas Gellekum
546041ba31
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.
The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
David E. O'Brien
19a18df8d0
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:28:35 +00:00
Bill Fumerola
82cb505e07
portlint, non-functional/whitespace changes.
2000-02-16 01:49:30 +00:00
Munechika SUMIKAWA
4898fc6c3a
Upgrade to 2.10.3 and support IPv6.
...
No response from: maintainer
2000-01-26 21:08:19 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Bill Fumerola
b111804601
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
1999-06-28 02:24:57 +00:00
Bill Fumerola
6d6476a94c
Upgrade from 2.9.4->2.10.1, and associated changes.
...
Remind By: Fenner's portsurvey
1998-12-09 20:15:30 +00:00
Satoshi Asami
8c254f48fc
Um, it will really be appreciated if the commits are tested in advance
...
(although this one was pretty easy to fix...).
1998-01-26 10:44:18 +00:00
Torsten Blum
9057662021
Upgrade to ircd 2.9.4
1998-01-25 20:37:05 +00:00
Torsten Blum
d83e803fc5
upgrade to 2.9.2p3.
...
Older Versions are vulnerable to a buffer overflow, see bugtraq
for details
CAUTION: you may have to "fix" your config file for some strage reasons...
1997-07-08 23:02:18 +00:00
Torsten Blum
44da34d0f8
Upgrade to 2.9.1p16
1997-03-11 23:47:23 +00:00
Masafumi Max NAKANE
b6b0521b76
{MKDIR} -> ${MKDIR}
1996-12-30 21:26:52 +00:00
Masafumi Max NAKANE
86913ca557
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
...
RESTRICTED or BROKEN.
Pointed-out by: asami
1996-12-08 01:45:16 +00:00
David E. O'Brien
49f337d203
General Makefile cleanup
...
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
1996-12-01 01:23:27 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
f8dc6e4c33
Change NO_PACKAGE to RESTRICTED, no redistribution allowed at all.
1996-06-14 08:52:47 +00:00
Satoshi Asami
510bcaa2de
Change "networking" to "net".
1995-11-27 04:06:03 +00:00
Torsten Blum
a89983aacf
Disable NOTE by default.
...
To enable NOTE, uncomment "# ENABLE_NOTE=yes" in Makefile
Reviewed by: dima
1995-06-27 00:13:21 +00:00
Satoshi Asami
b29ddb001c
Add NO_PACKAGE=yes.
1995-05-18 09:14:06 +00:00