| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.9.3
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Aug 2008 10:18:37
1.9.3
|
linimon  |
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr |
31 Mar 2007 13:53:57
1.9.3
|
laszlof  |
- Give irc/hybserv a unique UID/GID
- Remove conflict with irc/ircservices
Reported by: kris |
24 Jan 2007 13:07:24
1.9.3
|
pav  |
- Project moved to Sourceforge |
12 Dec 2006 12:05:48
1.9.3
|
laszlof  |
Fix plist.
Reported by: kris via pointyhat |
11 Dec 2006 18:11:46
1.9.3
|
laszlof  |
- Update to version 1.9.3
- Pet portlint |
07 Nov 2006 15:37:06
1.9.2
|
laszlof  |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
19 Apr 2006 18:15:21
1.9.2
|
erwin  |
- Update to 0.9.2
- Add a knob to enable DaemonTools support
PR: 96057
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) |
21 Dec 2005 14:44:59
1.9.1
|
garga  |
- Update to 1.9.1
- Pass maintainership to submitter
PR: ports/90745
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
26 Nov 2005 01:48:16
1.8.0_1
|
pav  |
- Add SHA256 |
19 Oct 2005 07:31:07
1.8.0_1
|
linimon  |
Reset inactive maintainers and update mastersites.
Flagged by: distfile survey
Submitted by: fenner |
30 Dec 2004 21:17:51
1.8.0_1
|
kris  |
Mark IGNORE, because this port attempts to create uid 73 with a
user name of 'hybserv', but that uid is already registered to the
ircservices user. |
05 Aug 2004 12:00:30
1.8.0_1
|
sem  |
fix install with BATCH=1 (for pointyhat)
maintainer timed out - 2 weeks
PR: ports/69335
Submitted by: Andrej Zverev <az@inec.ru> |
21 Jun 2004 22:27:46
1.8.0_1
|
kris  |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS. |
31 Mar 2004 04:12:58
1.8.0_1
|
trevor  |
SIZEify (maintainer timeout) |
13 Mar 2004 05:34:10
1.8.0_1
|
kris  |
This is broken globally. |
06 Feb 2004 23:01:36
1.8.0_1
|
kris  |
BROKEN on 5.x: Does not install |
04 Feb 2004 05:21:48
1.8.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
12 Nov 2003 02:31:18
1.8.0
|
linimon  |
HybServ was specifically designed to run with hybrid ircd,
although it *should* work with CSr as well. These services (more or
less same code) are currently used by EFNet / DalNet / ICQ / WFNet /
HybNet / EFNow / Openprojects Network.
Note: this port will create uid 73 and gid 73 if they do not
already exist. (In non-batch mode the user is queried first).
PR: ports/47128, with a little portlint action added. |