non port: irc/eggdrop/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 27 Aug 2022
|
[ 12:37 Daniel Engberg (diizzy) ] c41280c
irc/eggdrop: Modernize port
* Use upstream release archive as recommended by Porters Handbook USE_GITHUB
section
* Remove MAKE_JOBS_UNSAFE and LLD_UNSAFE
* Remove obsolete CONFLICTS entry (port removed 2 years ago)
* Minor cosmetic changes
* Return port to pool
PR: 266065
Reviewed by: dbaio
|
[ 11:38 Danilo G. Baio (dbaio) ] 0e87423
irc/eggdrop: Update to 1.9.3
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.3/NEWS
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6ec0477 (Only the first 10 of 87 ports in this commit are shown above. )
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 )
|
Sat, 19 Mar 2022
|
[ 23:12 Danilo G. Baio (dbaio) ] 70eff52
irc/eggdrop: Update to 1.9.2
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.2/NEWS
|
Tue, 1 Jun 2021
|
[ 23:22 Danilo G. Baio (dbaio) ] b1321f7
irc/eggdrop: Update to 1.9.1
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.1/NEWS
|
Tue, 6 Apr 2021
|
[ 23:42 Danilo G. Baio (dbaio) ] 283bf6c
irc/eggdrop: Update to 1.9.0
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.0/NEWS
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 27 May 2020
|
[ 13:43 danfe ] (Only the first 10 of 42 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
|
Sat, 7 Mar 2020
|
[ 19:00 dbaio ]
irc/eggdrop[-devel]: Update conflicts
eggdrop16 was removed from tree
|
Sat, 4 Jan 2020
|
[ 19:29 dbaio ]
irc/eggdrop[-devel]: Fix build with ssl other than base
PR: 242988
Submitted by: wcarson.bugzilla@disillusion.net
|
Sun, 24 Nov 2019
|
[ 18:57 dbaio ] (Only the first 10 of 15 ports in this commit are shown above. )
irc/eggdrop: Update to 1.8.4
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS
|
Wed, 23 Oct 2019
|
[ 22:54 dbaio ]
irc/eggdrop[-devel]: Take MAINTAINER'ship
|
Mon, 21 Oct 2019
|
[ 21:57 bdrewery ]
Drop maintainership
|
Wed, 12 Jun 2019
|
[ 15:37 gahr ]
irc/eggdrop: remove meaningless 85+ from USES tcl
|
Thu, 29 Mar 2018
|
[ 15:02 emaste ] (Only the first 10 of 18 ports in this commit are shown above. )
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876
|
[ 11:01 krion ]
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226977
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
Thu, 1 Dec 2016
|
[ 11:18 mat ] (Only the first 10 of 56 ports in this commit are shown above. )
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
|
Wed, 26 Aug 2015
|
[ 19:37 amdmi3 ] (Only the first 10 of 24 ports in this commit are shown above. )
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Thu, 20 Feb 2014
|
[ 09:47 gahr ]
- Convert to USES=tcl
- STAGE-clean
|
Mon, 13 Jan 2014
|
[ 21:40 bdrewery ]
Take maintainership
|
Fri, 10 Jan 2014
|
[ 03:14 tabthorpe ]
- Reassign to the heap due to mail bounces
|
Fri, 20 Sep 2013
|
[ 18:44 bapt ] (Only the first 10 of 135 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Wed, 15 May 2013
|
[ 09:42 gahr ]
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
Approved by: portmgr
|
Mon, 25 Feb 2013
|
[ 21:21 beech ]
-Fix build with clang
- Shorten Makefile header
PR: ports/175746
Submitted by: Bryan Drewery <bdrewery@FreeBSD.org>
|
Thu, 14 Jun 2012
|
[ 21:27 beech ]
- Update to 1.6.21
- Note: The ssl patch has been removed and no longer supported upstream.
The new eggdrop-devel is experimental, but has ssl support.
PR: ports/169054
Submitted by: James Wade <james.wade@phurix.co.uk>
|
Thu, 6 Oct 2011
|
[ 17:54 beech ]
- Add upstream patch to address segfault issue with tcl-8.6
- Bump portrevision
|
Tue, 28 Jun 2011
|
[ 00:48 beech ]
- Change IGNORE to BROKEN
Submitted by: linimon
|
Mon, 27 Jun 2011
|
[ 19:39 beech ]
- Mark IGNORE if WITH_SSL is defined, and the system is amd64
PR: ports/158338
Submitted by: Glen Barber <gjb@FreeBSD.org>
|
Thu, 17 Feb 2011
|
[ 01:56 beech ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 1.6.20
PR: ports/153752
Submitted by: Kristian Kraemmer Nielsen (jkkn@blackbird.jkkn.net)
Approved by: itetcu (mentor)(implicit)
|
Sat, 4 Dec 2010
|
[ 03:25 beech ]
Take maintainership.
Approved by: itetcu (mentor) (implicit)
|
Tue, 15 Dec 2009
|
[ 19:22 linimon ]
Reset maintainer at his request.
PR: ports/141647
|
Fri, 4 Dec 2009
|
[ 02:38 linimon ] (Only the first 10 of 28 ports in this commit are shown above. )
Reinstate maintainer at his request.
|
Thu, 26 Nov 2009
|
[ 00:36 linimon ] (Only the first 10 of 35 ports in this commit are shown above. )
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer
|
Thu, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 19 Sep 2009
|
[ 04:19 wxs ] (Only the first 10 of 16 ports in this commit are shown above. )
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
|
Fri, 28 Aug 2009
|
[ 16:52 linimon ] (Only the first 10 of 85 ports in this commit are shown above. )
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr
|
Tue, 7 Jul 2009
|
[ 06:48 mm ]
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
|
Sat, 30 May 2009
|
[ 20:57 miwi ]
- Fix CVE-2009-1789
PR: 134748
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer implicit
Security:
http://www.freebsd.org/ports/portaudit/399f4cd7-4d59-11de-8811-0030843d3802.html
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Tue, 22 Apr 2008
|
[ 01:43 beech ]
- Update to 1.6.19
|
Wed, 2 Apr 2008
|
[ 01:55 beech ]
- Fix compile with Tcl versions other than 8.4
- Bump portrevision
PR: ports/122354
Submitted by: Frank Fenor <frank@fenor.de>
|
Fri, 15 Jun 2007
|
[ 09:37 beech ]
- Add master_sites mirrors.
- Change maintainer address.
Approved by: sat (mentor)
|
Tue, 9 Jan 2007
|
[ 22:49 miwi ]
- Added Options
- Fixed Makefile
- Pass maintainership to submitter
PR: ports/107687
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
|
Sat, 5 Aug 2006
|
[ 13:42 miwi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update to 1.6.18
PR: ports/101194
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: krion (mentor)
|
Mon, 29 May 2006
|
[ 20:45 pav ]
- Drop maintainership
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
Fri, 13 May 2005
|
[ 20:17 thierry ] (Only the first 10 of 15 ports in this commit are shown above. )
Change maintainer address.
PR: ports/80973
Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 12 Oct 2004
|
[ 07:10 linimon ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to 1.6.17; IPv6 support has been removed from eggdrop.
PR: ports/71423
Submitted by: Ulrich Spoerlein <q at uni dot de> (maintainer)
|
Wed, 26 May 2004
|
[ 22:10 pav ] (Only the first 10 of 13 ports in this commit are shown above. )
- Integrate SSL patch (turned off by default)
- Cleanup
PR: ports/63767
Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
|
Thu, 19 Feb 2004
|
[ 09:00 krion ]
- Fix DEPENDS
PR: ports/63033
Submitted by: maintainer
|
Tue, 18 Nov 2003
|
[ 21:49 pav ]
- Restore patch that was incorrectly removed in update to 1.6.15
PR: ports/59434
Submitted by: maintainer
Approved by: marcus (backup mentor)
|
Sat, 18 Oct 2003
|
[ 21:59 kris ]
o Install documentation in the right place [1]
o Install more documentation [2]
o Introduce WITH_IPV6 [3]
o Use TCL 8.4
o Use DOCSDIR and DATADIR where appropriate
o Bump PORTREVISION
Submitted by: maintainer
Obtained from: NetBSD [1],[2],[3]
|
Sat, 26 Jul 2003
|
[ 17:59 netchild ]
Fix logic for conditional TCL support.
Submitted by: maintainer
|
Thu, 26 Jun 2003
|
[ 10:49 erwin ]
Of course, cat knows nothing about make variables (What was I thinking?)
- Make pkg-message less ugly (pointed out by Yonatan Bokovza
<Yonatan@xpert.com>)
PR: 53756
Submitted by: maintainer
|
Wed, 11 Jun 2003
|
[ 05:44 foxfair ] (Only the first 10 of 12 ports in this commit are shown above. )
Update eggdrop to v1.6.15
|
[ 05:32 foxfair ] (Only the first 10 of 15 ports in this commit are shown above. )
Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.
PR: 47296
Submitted by: Ulrich Spoerlein <q@uni.de>
Update to the latest version 1.6.15 will followup immediately.
|
Number of commits found: 59 |