CVS log for ports/irc/ircservices/Makefile
Up to [FreeBSD] / ports / irc / ircservices
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 31 13:50:55 2009 UTC (2 years, 5 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +13 -8 lines
- Update to 5.1.18 - Remove support for RU language (maintainer noted it was broken) - Update pkg-descr PR: ports/136602 Submitted by: terry@sucked-in.com Approved by: maintainer timeout
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Sep 15 20:03:40 2008 UTC (3 years, 4 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +6 -4 lines
- Fix CFLAGS settings - Fix build on sparc64 Approved by: portmgr (pav)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:26 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -1 lines
- Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jan 20 01:33:47 2008 UTC (4 years ago) by beech
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_5_EOL
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -7 lines
- Security update to 5.0.63 PR: ports/119769 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) Approved by: linimon (mentor) Security: http://www.vuxml.org/freebsd/e5a9de5f-c6bc-11dc-b9f1-00a0cce0781e.html
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 22 11:59:11 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_6_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Update to 5.0.62 PR: 113940 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Apr 1 22:31:42 2007 UTC (4 years, 10 months ago) by koitsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
Maintainer update; update from 5.0.59 to 5.0.61 PR: 111027 Approved by: philip
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jan 19 20:21:16 2007 UTC (5 years ago) by gabor
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +18 -10 lines
- Use single distfile instead of tons of patches [1] - Add language support [1] - Fix build on sparc64 [2] - Bump PORTREVISION [1] Submitted by: gabor [1], andy@shady.org [2] Approved by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer, via e-mail), erwin (mentor)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Oct 31 17:12:31 2006 UTC (5 years, 3 months ago) by shaun
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -1 lines
Fix build on sparc64. PR: ports/104852 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Oct 4 05:46:07 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -5 lines
- Update to 5.0.59 - Update WWW PR: ports/103930 Submitted by: Andrey V. Elsukov <bu7cher at yandex.ru> (maintainer)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 26 13:28:49 2006 UTC (5 years, 7 months ago) by mat
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
Update to 5.0.58 Update startup script Should work on sparc64 now. PR: 99483 Submitted by: maintainer
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 24 16:47:42 2006 UTC (6 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
- Update to 5.0.57 PR: ports/92249 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 7 06:29:51 2006 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 23 11:54:05 2005 UTC (6 years, 2 months ago) by flz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- Update to 5.0.56. PR: ports/89451 Submitted by: maintainer
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Oct 1 05:20:13 2005 UTC (6 years, 4 months ago) by fenner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
Remove ftp.ircd.com.br since it answers anonymous login requests with "530 This is a private system - No anonymous login" Remove http://ircservices.swissirc.ch since it serves malformed redirects to http://www.swissirc.net/, which I can only get to serve a web-based irc client. Resolve the 302 redirects from www.irc.gr to banana.irc.gr, since fetch won't follow 302 redirects. Found by: distfile survey
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 26 14:13:07 2005 UTC (6 years, 4 months ago) by sem
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Update to 5.0.55 PR: ports/86582 Submitted by: maintainer
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 31 03:22:34 2005 UTC (6 years, 5 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 5.0.54 PR: ports/84982 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jun 1 23:07:01 2005 UTC (6 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
- Update to 5.0.53. PR: ports/81762 Submitted by: maintainer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 11 15:25:34 2005 UTC (6 years, 9 months ago) by vs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +12 -14 lines
- version update to 5.0.51 - startup script with rc.subr - new mirrors PR: ports/80402 Submitted by: maintainer
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Apr 11 19:53:50 2005 UTC (6 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -2 lines
- Update to 5.0.50 PR: ports/79390 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 10 22:33:34 2005 UTC (6 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -1 lines
BROKEN on !i386: Does not build
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Mar 10 08:50:16 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to pl.49 PR: ports/78611 Submitted by: maintainer
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 24 14:08:45 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update to pl 47 PR: ports/78005 Submitted by: maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 16 09:35:32 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
- Update to patchlevel 45 - Assign maintainership to submitter PR: ports/77558 Submitted by: Andrey V. Elsukov
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 12 22:03:04 2004 UTC (7 years, 11 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Reset maintainership to ports@ (I no longer use irc software).
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 10 11:34:02 2004 UTC (7 years, 11 months ago) by ale
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Set -fPIC only on some selected files. Noticed by: kris Tested on: pluto1 (ia64)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 10 10:31:16 2004 UTC (7 years, 11 months ago) by ale
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -12 lines
- Update to 5.0.23 release - Make portlint happier - Add -fPIC to fix build on amd64 and ia64
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 7 12:49:57 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -1 lines
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:15 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 18 10:50:12 2004 UTC (8 years ago) by ale
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Switch to my @FreeBSD.org email address. Approved by: nork (mentor)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 30 01:54:15 2003 UTC (8 years, 3 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 5.0.22. PR: ports/58632 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 28 02:03:04 2003 UTC (8 years, 5 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 5.0.21. PR: ports/56053 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 8 05:03:31 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
update irc/ircservices: 5.0.18 --> 5.0.20 PR: 54169 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 3 08:03:48 2003 UTC (8 years, 8 months ago) by arved
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update to 5.0.18 PR: 52461 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 4 05:21:15 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Added USE_PERL5_BUILD=yes Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 29 02:43:44 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1 lines
[Maintainer Update] Port: irc/ircservices Update to 5.0.17. Use incremental diffs, instead of latest tarball to avoid unfetchable distfile everytime a new version is released. PR: ports/51354 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 31 07:34:43 2003 UTC (8 years, 10 months ago) by edwin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
[Maintainer Update] Port: irc/ircservices (bento fix) Update from 5.0.6 to 5.0.14. PR: ports/49022 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:17:14 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
De-pkg-comment.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 24 00:33:41 2003 UTC (9 years ago) by petef
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- update to 5.0.6 - respect cc/cflags PR: 45735 Submitted by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:46:40 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
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)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 7 16:36:02 2002 UTC (9 years, 3 months ago) by ijliao
Branches: MAIN
add ircservices 5.0.2 A system of IRC services for IRC networks PR: 44521 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
