non port: irc/eggdrop-devel/Makefile |
SVNWeb
|
Number of commits found: 42 |
Sat, 26 Jun 2021
|
[ 13:01 Rene Ladan (rene) ] f831ade
*/*: Remove expired ports:
2021-06-25 irc/eggdrop-devel: Use stable version instead, irc/eggdrop
|
Tue, 1 Jun 2021
|
[ 23:40 Danilo G. Baio (dbaio) ] da4b23c
irc/eggdrop-devel: Mark as deprecated and set an expiry date
There is no need for a -devel version anymore, stable version is
following the development branch with constant updates.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 23 Jan 2021
|
[ 18:46 dbaio ]
irc/eggdrop-devel: Update to latest commit
|
Thu, 8 Oct 2020
|
[ 13:13 pkubaj ]
irc/eggdrop-devel: fix build on GCC architectures
Use C99 mode:
.././server.mod/isupport.c:178: error: 'for' loop initial declaration used
outside C99 mode
MFH: 2020Q4 (fix build blanket)
|
Wed, 9 Sep 2020
|
[ 22:26 dbaio ]
irc/eggdrop-devel: Update to latest commit
|
Sun, 30 Aug 2020
|
[ 23:37 dbaio ]
irc/eggdrop-devel: Update to latest commit
Remove outdated ssl information in the config file.
|
Mon, 24 Aug 2020
|
[ 23:54 dbaio ]
irc/eggdrop-devel: Update to latest commit
This also fix build on 13-CURRENT (-fno-common) related.
Reported by: pkg-fallout
|
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
|
Sun, 1 Mar 2020
|
[ 16:00 dbaio ]
irc/eggdrop-devel: Update to latest commit
|
Sat, 15 Feb 2020
|
[ 18:17 dbaio ]
irc/eggdrop-devel: Update to latest commit (1090004-msgtags)
|
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, 29 Dec 2019
|
[ 19:25 dbaio ]
irc/eggdrop-devel: Update to latest commit (1090003-serverlen)
|
Sun, 8 Dec 2019
|
[ 22:08 dbaio ]
irc/eggdrop-devel: Update to latest commit
|
Sun, 24 Nov 2019
|
[ 18:52 dbaio ]
irc/eggdrop: Copy to irc/eggdrop16
Make way for irc/eggdrop to be updated to its latest stable version (1.8.4).
|
Thu, 21 Nov 2019
|
[ 02:33 dbaio ]
irc/eggdrop-devel: Update to latest commit
|
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-devel: 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)
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
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
|
Fri, 20 Mar 2015
|
[ 01:42 bdrewery ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert my ports to the new USE_GITHUB
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] (Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Thu, 15 Jan 2015
|
[ 09:05 tijl ] (Only the first 10 of 102 ports in this commit are shown above. )
Add missing USE_OPENSSL=yes
PR: 195796
|
Thu, 16 Oct 2014
|
[ 18:45 bdrewery ]
- Update to checkin 2bf3950 [1]
- Remove @dirrm
PR: 194407 [1]
Submitted by: Ralf van der Enden <tremere@cainites.net> [1]
|
Thu, 24 Jul 2014
|
[ 20:32 bdrewery ]
- Fix plist without DOCS
- Strip libraries
|
Tue, 15 Jul 2014
|
[ 15:38 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Tue, 1 Apr 2014
|
[ 13:02 bdrewery ]
Add non-https mirror
|
[ 12:56 bdrewery ]
- Update to ae3eb8b
Changes:
- Fix a potentially endless loop when looking up bot hostnames.
|
[ 12:53 bdrewery ]
Convert to stagedir
|
Tue, 25 Feb 2014
|
[ 15:10 bdrewery ]
- Use a real version, not one that will checksum fail on every update
- Fix fetching by using CVS git mirror on github maintained by me
Reported by: gahr
|
[ 13:58 gahr ]
- Convert to USES=tcl
|
Mon, 13 Jan 2014
|
[ 21:41 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
|
Thu, 14 Jun 2012
|
[ 20:59 beech ]
Eggdrop is the world's most popular open source Internet Relay Chat (IRC) bot.
Originally created by Robey Pointer in December 1993, it has spawned an almost
cult like following of users. It is a feature rich program designed to be
easily used and expanded upon (using Tcl scripting) by both novice and
advanced IRC users on a variety of hardware and software platforms.
|
Number of commits found: 42 |